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:| Type | Description | Example |
|---|---|---|
| UI | A web application with a visual interface | Dashboard, form builder, admin panel |
| Skill | A backend capability the AI can invoke as a tool | Data processor, API integration |
| Process | A long-running background task | File watcher, scheduled job |
How apps are created
- You describe what you need in a thread
- The AI scaffolds the app — code, database schema, configuration
- The app is added to your Drive
- The AI deploys it to production
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