Skip to main content
RapidKit
NPM Package v0.12.6 - Workspace Manager & CLI Bridge

RapidKit NPM

Workspace manager and CLI bridge to RapidKit Python engine. Create workspaces, manage projects, and run commands anywhere with npx.

Bridges npx rapidkit commands to Python RapidKit Core
npx rapidkit create project fastapi.standard my-api
npx rapidkit create project nestjs.standard my-api

Choose Your Framework

Smart CLI Delegation routes to the best creation method

FastAPI Project

Python

Create production-ready FastAPI projects with Clean Architecture

npx rapidkit create project fastapi.standard my-api
  • Smart CLI Delegation to Python RapidKit
  • Access 27+ production modules
  • Clean architecture out of the box
  • Full CLI command support

NestJS Project

TypeScript

Create enterprise-ready NestJS projects

npx rapidkit create project nestjs.standard my-api
  • TypeScript-first development
  • Modular architecture
  • Enterprise patterns included
  • Full CLI command support

Powerful Features

Everything you need to start building

Workspace Management

Create and manage multi-project workspaces with shared environments.

  • One-command workspace setup
  • Shared Python environment (Poetry)
  • Multiple projects in one workspace
  • Automatic RapidKit Core installation

CLI Bridge to Python Engine

Use npx commands anywhere to access Python RapidKit engine.

  • npx rapidkit dev - Bridge to Python dev server
  • npx rapidkit init - Bridge to environment setup
  • Works without activating Python env
  • Seamless developer experience

Unified Project Creation

Create FastAPI and NestJS projects with a single command.

  • npx rapidkit create project fastapi.standard
  • npx rapidkit create project nestjs.standard
  • Interactive framework selection
  • Production-ready templates

Smart Installation

Choose your preferred Python package manager.

  • Poetry (recommended)
  • Python venv + pip
  • pipx (global install)
  • Interactive selection wizard

Developer Experience

Built with TypeScript for reliability and performance.

  • Interactive CLI prompts
  • Debug mode available
  • Dry-run preview
  • Auto-update checks

Optimized Bundle

Lightning-fast installation with minimal footprint.

  • 48KB bundle size (optimized)
  • Built with tsup + esbuild
  • Tree-shaking enabled
  • Zero bloat dependencies

Typical Workflow

From project creation to running server in 4 steps

StepFastAPINestJS
1
Create Project
npx rapidkit create project fastapi.standard my-apinpx rapidkit create project nestjs.standard my-api
2
Navigate to Directory
cd my-apicd my-api
3
Initialize
npx rapidkit initnpx rapidkit init
4
Start Development
npx rapidkit devnpx rapidkit dev

Start Building Today

Create your first RapidKit project in seconds

npx rapidkit create project fastapi.standard my-api