About Manatab

A deck browser, editor, and rules-accurate simulator for Magic: The Gathering. It runs entirely in your browser.

What it does

Browse and build

Every deck with its mana curve, color and rarity breakdown, keep-on-seven rate, and Karsten mana-base checks. Read it as cards, as a sortable table, or as card art. Start your own by pasting a list from Arena, Archidekt, Moxfield, TappedOut, or MTGGoldfish, then edit it in place. A Lint panel names illegal cards, mana shortfalls, and curve problems as you go.

Playtest

A rules-accurate simulator compiled to WebAssembly, running the same engine as the command-line tools. Draw a sample opening hand from any deck page, or play a full game with mulligans, the stack, and combat. Take on another deck or a mirror of your own, and resume where you left off. Each deck reports how much of its list the engine implements. The engine can't play a deck that holds a card it doesn't implement yet.

Ask Tutor

An optional assistant. It reads your open deck, searches the card database, lints the list, and runs simulated matches to settle whether a change helps. Then it proposes concrete edits you can apply or undo.

lock We don't store any of your data

Not "we anonymize it" or "we only keep what we need". There is no server to store it on. Manatab is a static site: HTML, CSS, and JavaScript delivered to your browser, with no backend, no database, and no analytics.

The flip side of having no server: clearing your browser data deletes your decks. Nothing is backed up anywhere, because a backup would mean sending your decks somewhere. Download a single deck from its page, or export every deck you own as one archive from the decks page. That archive is also how you move your decks to another browser.

What's stored, and where

Everything below lives in your own browser and never leaves it. You can inspect or delete any of it from your browser's developer tools.

Storage keyWhat it holds
manatab:local-decks:v2Decks you create or edit
manatab:favorites:v1Decks you star
manatab:tutor:config:v1Tutor provider, model, and API key
manatab:tutor:threads:v1Tutor conversation history
manatab:drive-sync:v1What Drive sync remembers about each deck
manatab:drive-sync:note-dismissed:v1Whether the sync note was dismissed
manatab:prefs-sync:v1When your synced preferences last changed
manatab:decks-viewDecks view mode (cards, table, or art)
manatab:decks-tabDecks tab (mine, vault, or all)
manatab:deck-groupingHow a deck page groups its cards
manatab:deck-row-densityDense or fat deck card rows
manatab:lint-openWhether a deck page shows its Lint panel
manatab:sideboard-openWhether a deck page expands its sideboard
manatab:maybeboard-openWhether a deck page expands its maybeboard
manatab:detail-rulings-openWhether the card detail pane expands Rulings
manatab:detail-mana-openWhether the card detail pane expands Mana
manatab:detail-copies-openWhether the card detail pane expands Copies
manatab:detail-draw-odds-openWhether the card detail pane expands Draw odds
manatab:card-printings-openWhether a card page expands Printings
manatab:card-decks-openWhether a card page expands In your decks
manatab:card-legality-openWhether a card page expands Legality
manatab:card-rulings-openWhether a card page expands Rulings
manatab:kernel-save:v1In-progress playtest game
manatab:themeLight or dark preference
manatab:colorsCustom color theme, if you set one
manatab-cards (IndexedDB)The card database, cached for offline use

Tutor and your API key

Tutor is the built-in deckbuilding assistant. You bring your own key: supply a key for a provider you already have an account with, and Manatab never sees it.

What the app does talk to

These are the only outbound requests there are:

None of these carry your decks or an identifier for you. They are requests for public card data and images.

Credits

Card data, rulings, and imagery come from Scryfall. This app follows their terms: it shows card images unmodified, and every art crop credits its illustrator. Rules text comes from the Wizards of the Coast Comprehensive Rules. The full legal notices are in the footer, and the source is open for inspection, including every claim on this page.

License

Manatab's own source is licensed under PolyForm Noncommercial 1.0.0, free to use, modify, and share for any noncommercial purpose. It is source-available rather than OSI open source, because it withholds commercial use.

That covers the code, not the cards. Magic's card text, rules, and imagery belong to Wizards of the Coast, and the cached card data comes from Scryfall under their terms.