Documentation Index
Fetch the complete documentation index at: https://docs.kazzle.com/llms.txt
Use this file to discover all available pages before exploring further.
Kazzle CLI
Generated apps should run through:-- is the real command. Kazzle injects the runtime environment first.
What kazzle run injects
- secrets from the component’s
enventry inkazzle.config.ts PORTandHOST- sibling component URLs like
KAZZLE_APP_COMPONENT_SERVER_URL - Kazzle runtime identity such as app ID and component name
Example
package.json. Put them in kazzle.config.ts.
Linking a checkout to an app
kazzle run needs to know which app this directory belongs to. Resolution order:
--app=<appId>on the command lineKAZZLE_APP_IDenv var (set automatically when Kazzle starts a supervised component).kazzle/link.jsonwalked up from the current directory
kazzle run exits with:
app { action: "create" } writes <checkout>/.kazzle/link.json automatically — like Vercel’s .vercel/project.json. The file is per-clone and gitignored. After a fresh git clone of an existing app, run:
app { action: "link", appId }.