web FREE

Next.js Starter

Next.js project generator with App Router, auth, database, and deployment best practices

5.7K DOWNLOADS
789 STARS
4.5 RATING
6 REVIEWS
3.1.0 VERSION
MIT LICENSE
This package contains executable scripts

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.

SKILL: project-initSKILL: route-genSKILL: server-actionsCLAUDE.MD
Claude CodeCursorCodexCopilot

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.
bash
sv install webcrafter/nextjs-starter
3.1.0 Mar 22, 2026

Docker deployment option. Playwright testing scaffold.

3.0.0 Mar 10, 2026

Added server-actions skill. Drizzle and Supabase options.

2.0.0 Feb 8, 2026

Next.js 15 App Router rewrite. Server actions support.

Maya Patel
★★★★☆
Great starting point for any Next.js project

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.

Mar 14, 2026
SIGN IN TO LEAVE A REVIEW
Write a Review