Skip to main content

Overview

Apps are tools Kazzle’s AI builds to help you get work done. They’re not the main product — they’re generated artifacts that solve specific problems in your workflow. Each app gets:
  • Its own git repository for source code
  • Its own database for persistent data
  • Independent deployment to production

App types

There are three types of apps:
TypeDescriptionExample
UIA web application with a visual interfaceDashboard, form builder, admin panel
SkillA backend capability the AI can invoke as a toolData processor, API integration
ProcessA long-running background taskFile watcher, scheduled job

How apps are created

  1. You describe what you need in a thread
  2. The AI scaffolds the app — code, database schema, configuration
  3. The app is added to your Drive
  4. The AI deploys it to production
You can iterate on the app through follow-up messages. The AI modifies the code, tests changes in the sandbox, and redeploys.

Managing apps

Apps appear in Drive like any other item. You can:
  • Rename or reorganize them
  • View their git history and deployment status
  • Open them in the browser (UI apps)
  • Configure their settings