Skip to content

Enterprise infrastructure on your laptop

Full-stack infrastructure orchestration for modern development teams

One command creates and runs a full-stack app with CI/CD, observability, and an AI agent. No cloud required.

Terminal window
npm install -g @blissful-infra/cli
blissful-infra start my-app

Your app is running at http://localhost:3000 in under a minute — backend, frontend, databases, message bus, tracing, metrics, CI/CD, and a local web dashboard all wired together and managed as a unit.

Infrastructure Orchestration

One command scaffolds and boots a complete Docker Compose stack: Spring Boot API, React frontend, Kafka, Postgres, Redis, Jaeger tracing, Prometheus, Grafana, Loki, and nginx — all wired together automatically.

Full-Stack Templates

Choose from battle-tested templates for your backend (Spring Boot, FastAPI, Express, Go Chi) and frontend (React+Vite, Next.js). Templates use variable substitution so generated code is project-specific from the start.

AI-Powered Development

A built-in AI debugging agent connects to your running stack via MCP. Ask Claude to diagnose errors, check service health, read logs, trigger builds, and deploy — without leaving your chat window.

Developer Dashboard

A local web UI gives you real-time log streaming, CPU/memory/latency metrics, Jenkins pipeline status, environment management, and AI chat in one place at http://localhost:3002.

Running blissful-infra start my-app scaffolds a complete project directory and boots all services:

ServiceURLPurpose
Frontendhttp://localhost:3000React + Vite app served via nginx
Backend APIhttp://localhost:8080Spring Boot REST + WebSocket API
Dashboardhttp://localhost:3002blissful-infra management UI
Grafanahttp://localhost:3001Pre-provisioned metrics dashboards
Prometheushttp://localhost:9090Metrics scraping from /actuator
Jaegerhttp://localhost:16686Distributed trace viewer
Jenkinshttp://localhost:8081CI/CD pipelines (admin/admin)
Kafkalocalhost:9092Event streaming message bus
Postgreslocalhost:5432Primary relational database
Redislocalhost:6379Cache layer (with postgres-redis)
Lokilocalhost:3100Structured log aggregation
Registrylocalhost:5050Local Docker image registry

blissful-infra runs entirely on your laptop. Docker Desktop is the only external dependency. There are no cloud accounts to configure, no Kubernetes clusters to provision, and no YAML to hand-write. Everything that would normally require a DevOps team is handled for you.