🃏 Krahnie MTG Lab · Enterprise Solitaire
MTG Solitaire
MTG Solitaire
Command Center
Untap-inspired, Scryfall-powered goldfish workspace for private deck reps: import, validate, shuffle, drag cards across zones, inspect Oracle text, track turns/life/counters, export sessions, and preserve state locally.
Static GitHub Pages · no keys · browser-local state
Session controls
Autosaved locallyTurn1
Life20
Library0
Hand0
Battlefield0
Graveyard0
Click or drag a card to begin. Double-click/tap selected card to inspect.
Battlefield
0 cards
Hand
0 cardsLibrary
0 cardsGraveyard
0 cardsExile
0 cardsCommand / side
0 cardsAudit log
Enterprise readiness notes
Static-safe architecture:
No API keys, no backend dependencies, and no third-party scripts. Scryfall requests happen directly from your browser.
No API keys, no backend dependencies, and no third-party scripts. Scryfall requests happen directly from your browser.
Durability:
Autosaves state to localStorage, supports JSON export/import, and gives an audit log for playtest decisions.
Autosaves state to localStorage, supports JSON export/import, and gives an audit log for playtest decisions.
Sandbox boundary:
This intentionally does not enforce Magic rules yet. It is a fast manual test mat, like paper/Untap, with better solo ergonomics.
This intentionally does not enforce Magic rules yet. It is a fast manual test mat, like paper/Untap, with better solo ergonomics.
Future production layer:
Realtime multiplayer would require a private backend/WebSocket store; this page is ready to become the client shell.
Realtime multiplayer would require a private backend/WebSocket store; this page is ready to become the client shell.