Skip to content

v1.0.0 - Initial Release

Choose a tag to compare

@Stoffberg Stoffberg released this 10 Jan 20:16
· 29 commits to main since this release

Project Zap v1.0.0

Production-ready starter template for modern web apps.

Stack: TanStack Start • Convex • WorkOS • shadcn/ui

Features

  • TanStack Start framework with file-based routing
  • Convex database with real-time queries
  • WorkOS AuthKit authentication (SSO, social login, MFA)
  • 30+ shadcn/ui components
  • Dark mode with system preference support
  • Dashboard layout with sidebar navigation
  • Landing page template
  • Todo app with file attachments
  • Server-side data table with pagination and search

Getting Started

git clone https://github.com/Stoffberg/project-zap.git my-app
cd my-app
bun install
bunx convex dev
bun dev

See the README for full setup instructions.

Links