Discover and explore top open-source AI tools and projects—updated daily.
rmourey26Full-stack Next.js 14 PWA template for rapid MVP development
Top 99.9% on SourcePulse
A turnkey, full-stack Next.js 14 progressive web app template designed for rapid MVP development. It targets developers needing a pre-configured, scalable foundation with robust authentication, database integration, and modern UI components, enabling deployment on Vercel within days.
How It Works
This template utilizes the Next.js 14 App Router with TypeScript, integrating Supabase for Server-Side Rendering (SSR) authentication (including email/password, OAuth, PKCE) and PostgreSQL database operations. It features a Rust runtime for Vercel serverless functions, offering enhanced performance. The architecture emphasizes developer experience with Zod for validation, React Hook Form, TanStack React Query, and Shadcn-UI, streamlining the creation of complex applications.
Quick Start & Requirements
npm i && npm run dev (or yarn/pnpm/bun equivalents)..env.local with NEXT_PUBLIC_SUPABASE_ANON_KEY, SUPABASE_JWT_SECRET, NEXT_PUBLIC_SUPABASE_URL, and SUPABASE_SERVIC_ROLE_KEY. Ensure Supabase tables match the schema in @/lib/supabase and authorized redirect URLs are set.Highlighted Details
.mdx) support, allowing React components within content.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
5 days ago
Inactive