Next.js Starter
Next.js project generator with App Router, auth, database, and deployment best practices
Review the source code before installing. Scripts can execute arbitrary commands on your system.
sv install webcrafter/nextjs-starter
Requires the sv CLI. Installs to your project automatically.
.cursor/skills/nextjs-starter/SKILL.md
Download and place the SKILL.md file into your .cursor/skills/nextjs-starter/ directory.
curl -sL https://skillvault.md/api/packages/webcrafter/nextjs-starter/download -o nextjs-starter.zip
Downloads the package as a zip archive to your current directory.
https://skillvault.md/api/packages/webcrafter/nextjs-starter/download
Download the zip, extract, and copy the relevant files into your project.
Next.js Starter
Generate a production-ready Next.js 15 project with the App Router, configured exactly how you want it.
Skills
- project-init — scaffolds a Next.js project with your chosen stack (auth, DB, styling, testing)
- route-gen — generates route groups, layouts, loading states, and error boundaries
- server-actions — creates type-safe server actions with validation and optimistic updates
Stack Options
- Auth: Clerk, NextAuth, Lucia
- Database: Prisma, Drizzle, Supabase
- Styling: Tailwind, CSS Modules, styled-components
- Testing: Vitest, Playwright
- Deploy: Vercel, Cloudflare Pages, Docker
Note: Contains initialization scripts for project scaffolding. Review before running.
sv install webcrafter/nextjs-starterDocker deployment option. Playwright testing scaffold.
Added server-actions skill. Drizzle and Supabase options.
Next.js 15 App Router rewrite. Server actions support.
Scaffolded a project with Clerk auth, Drizzle ORM, and Tailwind in under 5 minutes. The server actions skill is really well done. Would love Supabase Auth as an option.