Deploxa
Personal Project/2024 – Present/Solo · Full-Stack & Cloud
Overview
Deploxa is a self-built deployment platform inspired by Vercel. It takes a Git repository and ships it to the cloud automatically — detecting the framework, building it in an isolated container, and serving it on a custom domain with HTTPS. It supports 20+ frameworks across static sites, serverless functions and long-running containerized apps, all from a single dashboard with real-time build logs.
What I did
- Designed and built the entire platform end-to-end — dashboard, API, build pipeline and cloud infrastructure.
- Implemented an automated AWS build/deploy pipeline using ECS Fargate, S3 and EC2 that detects and builds 20+ frameworks.
- Built encrypted environment-variable storage with AWS KMS + AES-256-GCM so secrets are never stored in plaintext.
- Streamed live build & runtime logs to the browser over SSE backed by Redis Pub/Sub.
- Added custom domains, instant rollbacks and a request firewall.
Highlights
20+ frameworks supported (static, serverless, containerized)
Automated AWS pipeline: ECS Fargate · S3 · EC2
KMS + AES-256-GCM encrypted secrets
Real-time logs via SSE + Redis Pub/Sub
Custom domains, instant rollbacks & firewall
Tech stack
Next.jsNode.jsTypeScriptDockerAWS ECSAWS S3RedisPostgreSQL