Important
Kaja is still evolving 🔈
📢
Stack sandbox with Bun and TypeScript, implementing pieces of Better Auth in a Hono API, a TanStack Start web app, an Expo mobile app, and a swarm of decentralised local Ink terminal app.
- Apps
api– Rest API, authentication, database migrations files, and email delivery.cli– Installable CLI app for orchestration tasks.
web– Public web and admin portal.
- Packages
Working defaults are provided in the Docker Compose config and app .env.example files.
docker compose up -dThis command starts:
- PostgreSQL
- MailDev
- API
- Web
This is all the CLI needs to connect:
bun dev:cliSee GitHub Pages for more details.