Discover and explore top open-source AI tools and projects—updated daily.
klenewayNext.js starter optimized for AI coding tools
Top 63.5% on SourcePulse
This repository provides an opinionated, "batteries-included" starter kit for building full-stack web applications using Next.js 14 and AI coding assistants. It targets developers looking for a pre-configured, modern stack with integrations for AI, databases, email, and background jobs, aiming to accelerate development with AI coding tools.
How It Works
The stack leverages Next.js 14 with the App Router for a modern React framework. It integrates Supabase for database and authentication needs, Resend for transactional emails, and Prisma as the ORM. tRPC ensures end-to-end type safety between the frontend and backend. UI is handled by Tailwind CSS and Framer Motion, with Storybook for component development. Multiple AI provider integrations (OpenAI, Anthropic, Perplexity, Groq) and background job processing via Inngest are included.
Quick Start & Requirements
npm install.env.example.npx prisma migrate devnpm run devHighlighted Details
Maintenance & Community
This is a personal template; the author states they won't be accepting pull requests for additional features but are available for questions. No specific community channels or roadmap links are provided in the README.
Licensing & Compatibility
Limitations & Caveats
The template is described as personal and opinionated, with the author explicitly stating they won't accept feature PRs, suggesting limited community-driven expansion. While Supabase is the default, switching database providers requires manual configuration of DATABASE_URL and DIRECT_URL environment variables.
2 weeks ago
Inactive
e2b-dev
reworkd