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 pnpm for dependency management. If you don't have it installed, you can install it with npm install -g pnpm.
# install dependencies
pnpm install# start dev server
pnpm dev# build for production
pnpm buildThis project was created by CoopTRUE