RapidKit NPM
Workspace manager and CLI bridge to RapidKit Python engine. Create workspaces, manage projects, and run commands anywhere with npx.
npx rapidkit commands to Python RapidKit Corenpx rapidkit create project fastapi.standard my-apinpx rapidkit create project nestjs.standard my-apiChoose Your Framework
Smart CLI Delegation routes to the best creation method
FastAPI Project
PythonCreate 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
TypeScriptCreate 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
| Step | FastAPI | NestJS |
|---|---|---|
1 Create Project | npx rapidkit create project fastapi.standard my-api | npx rapidkit create project nestjs.standard my-api |
2 Navigate to Directory | cd my-api | cd my-api |
3 Initialize | npx rapidkit init | npx rapidkit init |
4 Start Development | npx rapidkit dev | npx rapidkit dev |
Start Building Today
Create your first RapidKit project in seconds
npx rapidkit create project fastapi.standard my-api