CYBER ARENA
Autobattler frontend, docs, and server in one monorepo.
The `app` package renders the match UI, `server` owns battle simulation and persistence, and `docs` gives the project a proper documentation site.
Play the autobattler
The Next.js client stays focused on visuals, layout, and input. Combat now runs on the server.
DocsRead the project docs
Nextra powers the documentation site for rules, architecture, and gameplay notes.
ServerExpress API and battle engine
The Express service owns state, persistence, and battle resolution.