- Frontend: React 19, TanStack React Router, TanStack React Query, TanStack React Table, TanStack React Virtual, shadcn/ui, sonner, react-day-picker, react-hook-form, zustand
- Backend: Hono with Node, zod-validator, zod
- Tooling: Bun, Vite, TypeScript, Biome, Vitest, Wrangler (Cloudflare)
# Install dependencies (root and workspaces)
bun install
# Configure your PostgreSQL connection in packages/core/server/.env
# DATABASE_URL=postgres://user:password@localhost:5432/database
# Start development servers
bun run devThe app runs at http://localhost:3001 with the API server on port 3333.
Note
It'll automatically opens the app in 3333, this have the client but static so it wont reflect any changes, the port 3001 runs with vite
For the latest features, planned updates, and development progress, see the full roadmap here:
Contributions that align with roadmap priorities are especially welcome!
See what's new, fixed, or improved in each release:
Extremely welcome! This is early-stage — PRs for new drivers, bug fixes, or even a better logo will be merged lightning-fast. Check out CONTRIBUTING.md and the open issues.
