Skip to content
@inceptionstack

inceptionstack

InceptionStack ⚡

Build AWS-Native Apps at Warp Speed

The speed of AI app builders — with the full power of AWS services.


What is InceptionStack?

InceptionStack gives every builder a dedicated AI agent that lives 24/7 inside their own AWS sandbox account. Tell it what to build. It designs, codes, tests, deploys, and monitors — you iterate and ship.

Not just a code generator — a full-stack DevOps engineer that writes production code, designs architectures, sets up CI/CD pipelines, writes tests, and monitors infrastructure. No handoffs. No bottlenecks. Idea to production-ready in hours, not weeks.

🚀 Why InceptionStack?

Ship Like Lovable, Own Like AWS Build and deploy full-stack apps in minutes — everything runs on real AWS services in your account. No black boxes.

4-in-1: Coder, Architect, DevOps, Tester One agent does it all. No more waiting for DevOps to deploy, or SRE to set up monitoring. It writes the code, builds the infra, configures the pipeline, and tests it end-to-end.

Build What Others Can't Go beyond simple web apps. Event-driven microservices, IoT backends, multi-region APIs, Step Functions workflows, real-time streaming with Kinesis, container orchestration on ECS/EKS — the full power of 200+ AWS services.

📦 Repositories

Platform UIs

Repo Description Stack Deploy
admin-mission-control-ui Admin dashboard — manage environments, users, pipelines, security insights, prompts React + TypeScript + shadcn/ui Docker → ECS Fargate / K8S / Cloud Run
solo-mission-control-ui Solo user dashboard — personal environment, costs, pipelines, prompt library Next.js + TypeScript + Tailwind Docker → ECS Fargate / K8S / Cloud Run
standalone-remote-access-ui Browser-based terminal — SSM session access to sandbox environments React + TypeScript + xterm.js Docker → ECS Fargate / K8S / Cloud Run

Platform APIs

Repo Description Stack Deploy
admin-mission-control-api Admin API — environments CRUD, insights, agents, pipelines, prompts, signups, keys Express + TypeScript + AWS SDK v3 Docker → ECS Fargate / K8S / Cloud Run
solo-mission-control-api Solo API — dashboard, costs, pipelines, prompts, stacks, console bridge Express + TypeScript + AWS SDK v3 Docker → ECS Fargate / K8S / Cloud Run

Agent & Tools

Repo Description Stack
loki-skills Custom OpenClaw skills — AWS ops, task management, security auditing, and more Markdown + Bash + Python

Architecture

All containers are cloud-agnostic and designed for portability:

  • Runtime config injection — no rebuild per environment. Entrypoint generates config from env vars at startup.
  • Auth abstractionAUTH_PROVIDER env var switches between Cognito, Auth0, Okta, Keycloak (via generic OIDC adapter).
  • Containers sit behind a load balancer — no TLS termination in the container.
  • Frontends serve via nginx:alpine — multi-stage Dockerfile (node build → nginx serve).
  • Backends are Express.js — JWT middleware validates tokens, adapters handle provider differences.
  • /health endpoint on every service for load balancer health checks.

CI/CD

Every repo includes:

  • GitHub Actions — lint + typecheck + test → Docker build + push to GHCR
  • Claude Code Reviews — automated PR reviews + commit-level security scanning
  • git-secrets — pre-commit hooks + full history scanning
  • Branch protection — no force pushes to main
  • Terraform templatesterraform/ecs/ and terraform/k8s/ for self-serve deployment

Deployment Patterns

┌─────────────┐     ┌──────────────┐     ┌──────────────┐
│  CloudFront  │────▶│     ALB      │────▶│  ECS Fargate │
│  (CDN + TLS) │     │  (routing)   │     │  (containers)│
└─────────────┘     └──────────────┘     └──────────────┘
       │                   │
       │ /api/*            │ X-App header routing
       ▼                   ▼
  API containers      UI containers
  (port 3000)         (port 80/nginx)
  • ECS Fargate — production deployment with ALB header-based routing
  • Kubernetes — Deployment + Service + Ingress manifests included
  • Local Dockerstart-*-local.sh script in each repo

⏱️ From Idea to Production

Approach Timeline
Traditional dev team Weeks to months
AI code editors (Cursor, Kiro) Days to weeks
InceptionStack Hours to a day

🦸 Your Agent's Superpowers

  • 🧠 It Remembers Everything — Long-term memory across sessions. Ask about the app you built last week and add a feature.
  • 💓 Proactive & Event-Driven — Heartbeat checks, scheduled jobs, automated reports. It monitors your infra and acts on events.
  • 💬 Chat From Anywhere — Telegram, Discord, or Slack. Fix a production issue from your phone.
  • 🛡️ Blast Radius = Zero — Every user gets a dedicated sandbox account. Experiment freely.
  • 🔒 Locked Down by Design — SCPs, GuardDuty, Security Hub, Inspector. Full audit trail.
  • 🔧 Go As Deep As You Want — VPC peering, IAM least-privilege, KMS, CloudWatch, X-Ray, WAF, full CI/CD.

📱 A Day With Your Agent

Time What Happens
🌅 8:00 AM Morning briefing: security posture, overnight spend, patches applied, all pipelines green
☕ 9:30 AM "Build me a serverless API with auth and a React frontend" — done before your coffee gets cold
🛡️ 11:00 AM Agent catches an overly permissive security group, tightens it, updates the IaC, notifies you
📱 2:15 PM On the train: "Add WebSocket to this morning's API" — done before your stop
📊 4:00 PM Check your dashboard: all apps, pipelines, and environments in one place
📋 5:30 PM "Summarize today" — 2 services deployed, 14 resources created, all tests passing
🌙 3:00 AM While you sleep: automated audits, cost optimizations, security improvements logged

🌐 Website · 📖 Docs (coming soon)

Pinned Loading

  1. loki-skills loki-skills Public

    OpenClaw workspace skills — adapted from Kiro Powers and custom-built for AI agent workflows

  2. loki-bootstrap loki-bootstrap Public

    Recommended bootstrap scripts for new Loki/OpenClaw instances — security hardening, skills, budgets, and more

  3. embedrock embedrock Public

    OpenAI-compatible embedding proxy for Amazon Bedrock — drop-in replacement for any tool expecting /v1/embeddings

    Go

Repositories

Showing 10 of 11 repositories

Top languages

Loading…

Most used topics

Loading…