Skip to main content
MBC CQRS Serverless

MBC CQRS Serverless Framework

Build production-ready serverless applications on AWS in minutes, not months.

Why MBC CQRS Serverless?

Zero to API in 5 Minutes

CLI generates complete project structure with best practices. Start building immediately.

Built-in Multi-tenancy

Data isolation, tenant settings, and RBAC out of the box for SaaS applications.

Event Sourcing

Full audit trail with DynamoDB Streams and automatic RDS synchronization.

Local Development

Complete offline mode with Docker. No AWS costs during development.

See It in Action

Quick Start Demo

Quick Start

# Install CLI
npm install -g @mbc-cqrs-serverless/cli

# Create new project
mbc new my-saas-app

# Start development
cd my-saas-app
npm install
npm run build            # Build the project
npm run offline:docker   # Start local AWS services
npm run migrate          # Run database migrations
npm run offline:sls      # Start API server

# Your API is running at http://localhost:4000