Home
Softono

Ctk

Open source TypeScript
301
Stars
27
Forks
10
Issues
7
Watchers
6 months
Last Commit

 About Ctk

Visual composer for container based workloads

Platforms

Web Self-hosted Docker Kubernetes

Languages

TypeScript

Need Help Installing Ctk?

We provide expert installation service for this software. Our team will install, configure, and secure Ctk on your server. plans start at just $30.

Container Tool Kit

Visually generate docker compose & kubernetes manifests.

Alt text

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 get the tool working locally, just run:

make up # starts the FastAPI backend and database
cd services/frontend && npm i && npm run start

Docs