lightweight-IaaS-platform
A miniature VPS provider — instance lifecycle, static IP allocation, background workers and monitoring.
Built to answer a question I kept asking: what is actually happening when you click "create instance"? The platform handles the full lifecycle — provisioning, start/stop/destroy, static IP allocation from a managed pool — with a worker queue for long-running operations. Logs ship to Loki and surface in Grafana, so the system explains its own failures instead of going quiet.
- TypeScript
- LXD
- Redis
- BullMQ
- Workers