Skip to main content

Muslito IDP

Golden paths and paved roads for your engineering team.
From idea to running service in minutes, not days.

⌨️

IDP CLI

One command to scaffold a production-ready service or deploy a cloud blueprint. No tickets, no waiting.

🏗️

Service Scaffolds

Node.js (Fastify) and FastAPI templates with layered architecture, logging, error handling, CORS, and CI/CD baked in.

☁️

Infra Blueprints

AWS CDK stacks for common patterns — serverless APIs, containerised services, caching, eventing, and secrets management.

🔄

Reusable Pipelines

GitHub Actions and GitLab CI templates with lint, test, security scan, build, and deploy stages ready to go.

🔒

Security by Default

Encryption at rest, least-privilege IAM, input sanitization, secrets rotation, and audit logging ship with every golden path.

📈

Observability Included

Structured logging, X-Ray tracing, CloudWatch alarms, and Container Insights are pre-configured on every scaffold and blueprint.

Get Started in Seconds

1. Install the CLI

npm install -g @muslito/idp-cli

2. Generate a service

idp scaffold new \
  --type nodejs \
  --name my-service

3. Deploy infrastructure

idp blueprint deploy \
  apigw-lambda-dynamodb \
  --name my-api --env dev