Skip to main content

Stardust Architecture

Container provisioning engine — from GitHub commit to deployed container on AWS

Full-Stack Cloud Platform

Next.js frontend, Express + Apollo GraphQL backend, MongoDB, Redis, and RabbitMQ working together.

Infrastructure as Code

Entire AWS stack provisioned via Pulumi — EC2, ECS Fargate, ECR, S3, CloudWatch, Lambda, Cloudflare DNS.

Async Microservices

RabbitMQ-powered scheduler with Strategy pattern for container build, deploy, destroy, and spot termination.

Real-time Everything

WebSocket SSH terminals, SSE log streaming, Redis pub/sub — live container interaction from the browser.

Multi-Cloud Ready

Strategy pattern abstracts cloud providers. Currently AWS on-demand + AWS Spot, extensible to others.

GitHub-Native DX

Deploy any GitHub repo with one click. Webhook-triggered rebuilds, branch selection, build args.