Container Tool Kit
August 20, 2026 ยท View on GitHub
Visually generate Docker Compose and Kubernetes manifests directly in your browser.
Local setup and development
On a Mac/Linux/Windows you need Docker, Docker Compose installed. Optionally GCC to run make commands for convenience, or just run the commands from the Makefile by hand.
To run the visual manifest builder locally:
cd services/frontend
npm install
npm run dev