Start with the Perfect Kit
Choose a production-ready starter kit that matches your architecture preferences. All kits support RapidKit modules and follow industry best practices.
FastAPI Kits
Python-based high-performance API frameworks
FastAPI Standard Kit
Standard FastAPI starter that defers features to RapidKit modules.
A minimal, modular FastAPI starter kit designed to integrate seamlessly with RapidKit modules. Perfect for developers who want a clean foundation and prefer to add features incrementally through modules.
Installation
npx rapidkit create project fastapi.standard my-projectArchitecture
Tech Stack
Key Features
- Minimal boilerplate code
- Module-first architecture
- Poetry dependency management
- Docker & Docker Compose support
- GitHub Actions CI/CD
- Health check endpoints
Perfect For
FastAPI DDD Kit
Opinionated FastAPI starter aligned with domain-driven design practices.
An advanced FastAPI starter kit implementing Domain-Driven Design (DDD) and Clean Architecture principles. Features a layered architecture with clear separation between domain, application, infrastructure, and presentation layers. Ideal for complex business applications.
Installation
npx rapidkit create project fastapi.ddd my-projectArchitecture
Tech Stack
Key Features
- Clean Architecture implementation
- Domain-Driven Design patterns
- Layered project structure
- Repository pattern
- Use case-driven development
- Result type for error handling
Perfect For
NestJS Kits
TypeScript-first enterprise Node.js frameworks
NestJS Standard Kit
Production-ready NestJS starter kit with modular RapidKit integration and TypeScript best practices.
A comprehensive NestJS starter kit featuring TypeScript best practices, modular architecture, and seamless RapidKit integration. Includes authentication, database support, caching, monitoring, and comprehensive testing setup out of the box.
Installation
npx rapidkit create project nestjs.standard my-projectArchitecture
Tech Stack
Key Features
- TypeScript first
- Modular architecture
- Dependency injection
- Configuration management
- Database integration
- Authentication ready
Perfect For
Ready to Start Building?
Choose a kit, add modules, and deploy your production-ready application in minutes.