REPOSITORY OVERVIEWLive repository statistics
★ 49Stars
⑂ 7Forks
◯ 18Open issues
◉ 49Watchers
71/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
100 Community adoption25% weight
31 Maintenance state20% weight
40 License clarity10% weight
100 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
🚀 VeloKit

Copyright: https://nextjs.org/docs/app/guides/authentication
A modern fullstack starter kit powered by:
- 🧱 Next.js 16 (App Router)
- 🎨 Tailwind CSS v4
- 🧩 shadcn/ui
- 🧬 Prisma ORM
- 🛰️ Supabase (Auth + DB)
✨ Features
- Email/password authentication (Supabase)
- Role-based access with Supabase RLS
- Pre-configured shadcn/ui components
- Tailwind CSS v4 + dark mode
- REST/Edge API routes ready
- Prisma + Supabase schema setup
- Clean project structure with App Router
⚙️ Getting Started
pnpm turborepo architecture:
-
apps
- web - Main web application
- Next.js v16 with
app folder
- Supabase for database and authentication
-
packages
- db - Database schema and migrations
- Prisma for ORM

- Supabase self-hosted guide
- eslint-config - Shared ESLint configuration
- typescript-config - Shared TypeScript
tsconfig.json
- ui - Shared React component library
- shadcn/ui for UI components
- Tailwind CSS v4 for styling
We use pnpm for package management, if you never used it, see pnpm for installation.
pnpm install
pnpm dev