Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

App Generation

From natural language to complete application, the generation process handles database design, UI creation, and automation setup.

App Generation Flow


How It Works

You describe what you need. The system analyzes your request, identifies the domain, extracts entities, and generates everything automatically.


What Gets Created

ComponentLocationDescription
Database tablestables.basData schema with fields and types
Web pages/apps/{name}/HTMX-based user interface
Voice commands.gbdialog/tools/Activated by trigger phrases
Automations.gbdialog/schedulers/Timed tasks and reports

Modifying Your App

Use conversation to change any aspect of your application.


Multiple Apps, Shared Data

Create different applications that share the same database tables.


Generation Process

PhaseDescription
Intent AnalysisLLM identifies domain and required entities
Schema DesignTables and relationships defined
UI GenerationHTMX pages created for each entity
Tool CreationVoice commands for common actions
Scheduler SetupAutomations for reports and alerts

Next Steps