Local dev · no build · static only
Launch the game or the AI Studio dashboard from one place. Everything runs in your browser; use a tiny static server so links and data loads work reliably.
Opens login.html first (Google / Discord / email). Dev bypass: add ?realauth=0 on the game URL.
Command-center view over tasks, agents, and project context (markdown-driven).
Create egg hunts & float hunts, view entries, pick winners (admin login).
Start with the task README. Task files live under ai/tasks/.
Project overview. Architecture: docs/ARCHITECTURE.md.
You are not running a “backend.” You are opening static files through a local web server so
the dashboard can fetch() markdown from the repo — same idea as opening
a real hosted site, but on your machine.
Extra links (same origin): — · tasks index JSON: —
README.md lives).npx serve .
http://localhost:3000 — start-local.bat uses port 3000).
Windows shortcut: double-click start-local.bat in the repo root to start serve on
port 3000 and open this launcher in your default browser.