SkillAgentSearch skills...

Velokit

A modern fullstack starter kit powered by Next.js 16, Tailwind CSS v4, shadcn/ui, Prisma, and Supabase — perfect for building fast, scalable web apps.

Install / Use

/learn @zhyd1997/Velokit
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

🚀 VeloKit

ShowCase

Next.js Authentication Overview Copyright: https://nextjs.org/docs/app/guides/authentication

A modern fullstack starter kit powered by:

  • 🧱 Next.js 15 (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 v15 with app folder
      • Supabase for database and authentication
  • packages

    • db - Database schema and migrations
      • Prisma for ORM Made with Prisma
      • 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
View on GitHub
GitHub Stars47
CategoryDevelopment
Updated3mo ago
Forks7

Languages

TypeScript

Security Score

92/100

Audited on Dec 23, 2025

No findings