A complete fully typesafe Sveltekit skeleton project built with tRPC, DrizzleORM, Auth.js, TanStack Query, Tailwind CSS, and shadcn/ui
- ✔️Database ORM
- ✔️Google OAuth
- ✔️UI Component Library
- ✔️Preloading, Prerendering, & Caching
- ✔️Extremely small bundle
~66.1kB (gzip)
This project uses bun for package management. If you don't have it installed, you can install it with curl -fsSL https://bun.sh/install | bash
# install dependencies
bun install# start dev server
bun run dev# build for production
bun run buildThis project was created by CoopTRUE