NuxtHub × BetterAuth × Drizzle
A minimal starter that ships authentication, database access, and edge deployment on day one.
Features
Edge ready
Runs on Cloudflare Workers with SSR, fast by default.
Auth that fits Nuxt
serverAuth() on the server, useAuth() on the client.
Type safe data
Drizzle ORM with SQLite on D1, clear schema and migrations.
KV for sessions
Durable session storage using NuxtHub KV.
Starter workflow
One click deploy, local dev with pnpm, clean DX.
Casing control
Pick snake_case or camelCase for columns and queries.