CloudDeploy Lite
Lightweight PaaS for automated deployments
A multi-tenant PaaS backend that turns a git push into a running container. Built the orchestration layer, the queueing, and the dashboard that watches it all happen in real time.
- Multi-tenant PaaS backend in Node.js/Express, containerized via Docker — cut environment setup time by 60% vs manual provisioning
- REST API orchestrating build pipelines on Redis-backed job queues for async, non-blocking concurrent deployments
- Git webhook-triggered CI/CD with PostgreSQL job tracking, live build status, zero-downtime rolling deploys
- React dashboard — WebSocket live updates, React.memo/useCallback, Webpack+Babel tuned for a ~40% smaller bundle