The bare minimum deployable database starter with SSR plumbing prewired.
Need help getting set up? Follow the step-by-step guide at https://gistajs.com/learn.
Click "Use this template" on GitHub, then import your new repo to Vercel.
pnpm install
pnpm dev- React Router v7 (SSR mode)
- Drizzle ORM + libsql client
- Atlas schema apply flow (
atlas schema apply --env dev) - Tailwind CSS v4 + daisyUI v5
- Vite dev server (hot reload)
- Deployable anywhere (Vercel, Render, etc.)
- No domain schema (you define your own tables)
- No authentication
- No prebuilt product features
- No external services preconfigured
Start defining schema in app/.server/db/schema.ts, apply it with atlas schema apply --env dev,
then build your routes.
Issues are welcome in this repository if something looks off.
Direct PRs are not accepted here.