Skip to main content
RapidKit

Next.js App Kit

npm-backed Next.js app scaffold with workspace metadata and intelligence hooks.

v0.41.0
Apache-2.0
npm
stable
frontend
nextjs
react
typescript
npm-backed
frontend

Quick Start

Create a new project:

npx rapidkit create project nextjs my-web

1. Install RapidKit CLI first

2. Run the command above

3. Follow interactive prompts

Create with Wizard

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 rapidkit

Prefer one-off usage? Run commands with npx rapidkit.

Step 2: Create Your Project

npx rapidkit create project nextjs my-web

Replace my-api with your desired project name

Step 3: Navigate and Install Dependencies

cd my-api
npm install

Step 4: Start Development Server

npx rapidkit dev

Your app will be available at http://localhost:3000

Quick Tip

Use the interactive wizard for a guided setup experience: npx rapidkit create project

Architecture

Next.js App Router

This kit implements next.js app router to ensure scalability, maintainability, and testability of your application.

Key Features

Official create-next-app scaffold
App Router layout
RapidKit project metadata
Workspace contract participation
Runtime-aware project commands
TypeScript by default

Capabilities

npm-owned generation
Observed runtime support
Workspace run compatibility
Contract graph participation

Tech Stack

Next.js
React
TypeScript
App Router

Perfect For

Marketing sites and landing pages
Full-stack React apps in governed workspaces
Frontend services paired with API backends

Module Support

Free Modules-
Paid Modules-
Community Modules
Enterprise Modules

Environments

Development

Next.js dev server workflow

Production

Static or Node production build

Default Settings

Node Version:20
Docker:
CI/CD:
Testing: