What skills do I need?
Java 21 + Spring WebFlux and React/TypeScript at mid-level. ChatGPT is your friend when stuck.
Can I swap MongoDB?
Yes. The data layer is decoupled — point it at any Mongo instance or replace with Postgres, Neo4j, etc.
How do I develop locally?
Run `docker compose up` (local Mongo) or set `MONGO_URI` to Atlas and start coding.
How do I deploy?
Frontend fits Vercel/Netlify; backend runs on Heroku, Fly.io, AWS — just set your cloud Mongo URI.
Can I sell a game built with this kit?
Absolutely. Commercial use is included, no royalties.
How do updates work?
You get a read-only GitHub invite; pull from upstream anytime to grab the latest release.