A minimal SvelteKit starter with auth, styling, and components pre-configured. Built to explore SvelteKit coming from Next.js App Router.
Clone and install:
pnpm install
Or scaffold from scratch with the same config:
pnpm dlx [email protected] create \
--template minimal \
--types ts \
--add prettier eslint playwright \
tailwindcss="plugins:typography,forms" \
sveltekit-adapter="adapter:auto" \
drizzle="database:postgresql+postgresql:postgres.js+docker:yes" \
better-auth="demo:password" \
mcp="ide:claude-code+setup:remote" \
--install pnpm \
sveltekit-template
pnpm dev
# open in browser automatically
pnpm dev -- --open
pnpm build
pnpm preview # preview the production build locally
Deploying? Install the appropriate SvelteKit adapter for your target environment.