Next.js App Kit
npm-backed Next.js app scaffold with workspace metadata and intelligence hooks.
Quick Start
Create a new project:
npx rapidkit create project nextjs my-web1. Install RapidKit CLI first
2. Run the command above
3. Follow interactive prompts
Overview
An official Next.js starter generated by the npm CLI with RapidKit project metadata, workspace contract participation, and runtime-aware dev/build/test commands.
How to Use
Step 1: Install RapidKit CLI
npm install -g rapidkitPrefer one-off usage? Run commands with npx rapidkit.
Step 2: Create Your Project
npx rapidkit create project nextjs my-webReplace my-api with your desired project name
Step 3: Navigate and Install Dependencies
cd my-api
npm installStep 4: Start Development Server
npx rapidkit devYour app will be available at http://localhost:3000
Quick Tip
Use the interactive wizard for a guided setup experience: npx rapidkit create project
Architecture
This kit implements next.js app router to ensure scalability, maintainability, and testability of your application.
Key Features
Capabilities
Tech Stack
Perfect For
Module Support
Environments
Next.js dev server workflow
Static or Node production build