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.

App

Play the autobattler

The Next.js client stays focused on visuals, layout, and input. Combat now runs on the server.

Docs

Read the project docs

Nextra powers the documentation site for rules, architecture, and gameplay notes.

Server

Express API and battle engine

The Express service owns state, persistence, and battle resolution.