Documentation Index
Fetch the complete documentation index at: https://docs.kindling.systems/llms.txt
Use this file to discover all available pages before exploring further.
Domains and Routing
Kindling routes public HTTP traffic through its edge proxy.What The Edge Does
The edge proxy is responsible for:- hostname routing
- TLS termination through CertMagic
- forwarding to healthy backends
- reloading routes when workload endpoints change
Public Hostname Model
Today Kindling can expose:- the API hostname
- an optional dashboard hostname
- platform-managed generated service hostnames
- custom domains attached to services
Traffic Behavior
Current behavior includes:- routes are refreshed from PostgreSQL on WAL-driven changes
- multi-instance backends are round-robined
- stale backend pointers trigger a route reload and one retry
Split Hostnames
A common production shape is:api.example.comfor API and webhooksapp.example.comfor the dashboard- service or preview hostnames for workloads