"Magic: The Gathering" deck builder.
Okay we are not here to talk about docs or smth.. just dive into this search query and enjoy magic.
Here's a quick guide to the Scryfall syntax:
set:eld
- cards from "Throne of Eldraine" setcolor:b
- cards that are blackunique:art
- cards with unique artsorder:set
- sort by setlang:en
- cards in English
For the full guide, follow the Scryfall docs.
Bulit with
- Next.js app router and RSC
- Scryfall API to access and search through MTG Card Database
next/image
to optimize and cache MTG card images.
# run the development server
pnpm dev
# build for production
pnpm build
Open http://localhost:3000 with your browser to see the result.