Local dev · no build · static only

Command Center

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.

Your live base URL (auto)

Launch

Sign in & Play

Opens login.html first (Google / Discord / email). Dev bypass: add ?realauth=0 on the game URL.

Open AI Studio Dashboard

Command-center view over tasks, agents, and project context (markdown-driven).

Global Events Admin

Create egg hunts & float hunts, view entries, pick winners (admin login).

Tasks folder reference

Start with the task README. Task files live under ai/tasks/.

Open documentation

Project overview. Architecture: docs/ARCHITECTURE.md.

How to start (simple)

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:

Quick start

  1. Open a terminal in this project folder (where README.md lives).
  2. Run the static server command (copy with the button if you like):
    npx serve .
  3. Open this page again in the browser using the URL printed in the terminal (often http://localhost:3000start-local.bat uses port 3000).
  4. Click Open Game or Open AI Studio Dashboard above.

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.