README.md
July 3, 2026 · View on GitHub
Cella
Template to build web apps with sync engine for offline and realtime use. Postgres, openapi & react-query are foundational layers.
Website
·
Prerelease
·
MIT license
Contents
Requirements
- Nodejs 24.x. Check
node -v. (Recommend: Volta). - Make sure you can work with Docker. (Recommend: OrbStack).
- Ideally you work with git over ssh and have the gh cli installed.
Create app
Do not fork this repo directly. Use the create CLI to get started:
pnpm create @cellajs/cella
Read the Quickstart so you can build something unique quickly.