v1 · developer docs
Build party games with Banto DSL
A small declarative language for real-time multiplayer games. Describe what the host and players see, wire up the actions, and publish — no socket plumbing required.
bash
$ npm install -g @banto/cli
$ banto init my-game
$ banto preview # → http://localhost:5173
/docs/start 5 min
Getting started
Install the CLI, scaffold a project, and run a game in your browser.
read → /docs/lang guide
The Banto language
A friendly tour of the DSL — blocks, types, actions, and components.
read → /docs/cli reference
CLI reference
Every command, every flag, every config file.
read → /docs/recipes patterns
Recipes
Copy-paste patterns for the things you'll actually build.
read → /docs/registry reference
Registry reference
The components and functions Banto ships with.
read → ← all docs
// EOF