First Deploy
Once the Kindling server is running, the typical flow is:- Create or connect a project.
- Point it at a Git repository.
- Trigger a deployment.
- Watch the build and instance lifecycle.
- Open the runtime URL or attach domains later.
What Kindling Builds
Kindling can use:- your own Dockerfile
- or built-in framework detection for common app types such as Next.js, Nuxt, Rails, Laravel, and Go
CLI Shape
The core CLI groups involved in a first deploy are:kindling projectkindling deploykindling logskindling domainkindling authandkindling contextfor remote API access
What Happens After You Trigger A Deploy
Kindling does not run a single imperative pipeline. Instead:- A deployment row is created.
- A reconciler creates or advances the build.
- The resulting OCI image is handed to the selected runtime.
- The instance becomes ready.
- The edge proxy routes traffic to healthy backends.
After The First Deploy
- Add domains: Domains and Routing
- Configure secrets or storage: Secrets and Volumes
- Learn preview behavior: Deployments and Previews