Most jam RPGs stall on the same seat: the party sheet exists, the map is ready, and then nobody wants to referee the table. Searchers typing ai dungeon master on July 12, 2026 want a runnable session loop — scene beats, checks, NPC reactions, fail states — not a chat novel that forgets initiative the moment combat starts. This guide covers the 2026 browser pipeline: WizardGenie locks the session card and encounter JSON, Speech Gen voices NPCs, and AI Image Gen boards the table with scene art before Phaser 4.2 wires the referee UI. Tool costs below are verified against the live Sorceress source on July 12, 2026.
What an ai dungeon master outputs for indie RPG sessions
The phrase ai dungeon master (1,900/mo, KD 45 per DataForSEO probe-fresh-seeds-5.md verified July 12, 2026) targets a GM-less party, a solo designer prototyping encounters, or an indie shipping a browser RPG who needs a referee that can react. Sibling queries in the same cluster — dnd ai dungeon master (320/mo, KD 45), ai dungeon master dnd (210/mo, KD 19), best ai dungeon master (170/mo, KD 42), and free ai dungeon master (90/mo, KD 55) — all describe the same deliverable: a session that advances on player choices and dice, not a wallpaper paragraph about a crypt.
Production output is structured. Ship a session card (party size, tone, stakes, session length), a beat list with scene_id, checks[], npc_lines, and next_on_success / next_on_fail, optional MP3s keyed by npc_id, and scene boards keyed by the same scene_id. Pair that pack with the AI dungeon story generator post when you need a graph-first adventure spine, and with the DnD map generator post when tonight’s fight needs a measured battle surface. Story graphs and floor plans are different jobs — keep the ai dungeon master focused on the live referee loop.
Why chat-only referees stall playable loops
A Dungeon Master in tabletop play is organizer, narrator, and referee at once: they describe the world, portray every NPC, and adjudicate rules while players control only their characters. A naked chat window can mimic the voice for ten minutes. It cannot keep initiative order, remember which door the rogue jammed, or refuse to invent a fifth act when the session card promised a one-shot.
Tabletop role-playing games survive because consequences stick. Dungeons & Dragons formalized that asymmetry — one seat runs the world, the rest run heroes — and browser RPGs inherit the same split. Unstructured AI chat collapses the split: it puppets player characters, forgets fail states, and rewrites the villain mid-fight because the prompt window has no memory contract.
Practical failure modes show up in playtest zero. Two scenes that contradict each other’s exit labels make the crypt feel pasted. An NPC who changes accent every line teaches players to ignore voice. A “hard check” that always succeeds after a second try teaches players to spam the model. Treat the session card as production data: lock stakes and beat count first, batch prose second, reject any output that invents a fourth act or steals player agency.
The Sorceress ai dungeon master pipeline in four steps
Every shippable session loop ships four runtime pieces regardless of system flavor: session card, voiced NPCs, scene boards, and play UI. In 2026 each maps to one Sorceress tool verified against the live catalog on July 12, 2026:
- Session cards and encounter JSON: WizardGenie (desktop or web) scaffolds the referee loop on your API key — Claude Opus 4.7, GPT-5.5, Gemini 3.1 Pro, DeepSeek V4 Pro, Kimi K2.5, Grok 4.2, MiniMax M2.7 (verified against
CODING_MODELSinsrc/app/_home-v2/_data/tools.ts). - NPC voices: Speech Gen (AI Credits) renders HD narration at 0.5 credits per 1,000 characters with a 1-credit minimum per render (verified against
CREDITS_PER_1K_HDandMIN_TTS_CREDITSinsrc/app/speech-gen/page.tsx). - Scene boards: AI Image Gen (AI Credits) batches room and encounter art; credit cost varies by model via
getModelCreditsinsrc/lib/models.ts(Z-Image at 3 credits for fast boards, Nano Banana Pro at 18 for hero table art). - Playable referee UI: WizardGenie scaffolds a Phaser 4.2.0 scene that loads the JSON, plays Speech Gen clips, and advances on choices and check results.
Pricing is a $49 lifetime unlock plus pay-as-you-go credit packs. Starter $10/1,000 credits, Creator $20/2,000, Plus $50/5,000, Studio $100/10,000. Verified against src/app/plans/page.tsx lines 46 and 51–54. New accounts ship with 100 starter credits. The Sorceress tools guide lists every tool in the catalog.