Skip to main content

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 is a full coding environment. The AI writes and edits files, runs commands in terminals, and runs everything in a persistent cloud machine. You review changes with inline diffs, accept or reject individual edits, and undo entire responses with one click.
FeatureWhat it does
File editingInline AI diffs, per-edit accept and reject, snapshots, and undo
Computers and terminalsCloud machines, your local device, and shared terminal sessions
ReposClone any git repo, push, pull, manage branches

How AI coding works

  1. You describe what you want in a thread
  2. The AI writes or edits files
  3. Changes appear as green and red diffs in the editor
  4. You accept or reject individual edits, or undo the entire response
  5. The AI runs commands in the cloud machine to build, test, and deploy

Example: building a UI app

  1. “Build me a dashboard for tracking sales”
  2. The AI creates the app, writes the code, and starts the dev server
  3. You see a live preview and inline diffs for every file
  4. “Move the chart to the left sidebar” - the AI edits files, hot-reloads
  5. “Deploy it” - the AI publishes and deploys to the cloud