Full-stack web app template
- Authentication: GitHub auth via AuthJS with account linking
- Database Setup:
- Remote Turso DB for authentication
- Local SQLite WASM DB for client-side data (using sqlocal)
- ORM: Drizzle and Drizzle Studio (with local DB sync)
- Hosting: Cloudflare Pages
- Desktop/Mobile Support: Tauri
- DB Sync: Remote and local DB sync
- Clone the repository
- Copy
.env.exampleto.envand.dev.varsand fill them in - Install dependencies with
bun i - Run the development server with
bun run dev
MIT