Overview
Kindling aims for Railway-like developer experience with Coolify-style self-hosting, but with stronger workload isolation where the hardware allows it.What It Does
Kindling gives you:- Git-driven deploy workflows
- A web dashboard and remote CLI
- Automatic TLS and hostname routing
- Preview environments
- Service-level networking concepts
- A single control plane binary backed by PostgreSQL
Runtime Model
Kindling chooses the best runtime available on the host:| Host | Runtime |
|---|---|
Linux with /dev/kvm | Cloud Hypervisor |
| macOS development | Apple Virtualization |
| Linux without KVM | crun |