Documentation / 02
Workflows are your application’s map.
A workflow groups related modules and records how they depend on one another. That graph becomes the shared brief for you and AI.
Build a graph
Use the module palette to add routes, controllers, requests, models, tables, services, jobs, events, pages and more. Drag nodes to arrange the story. Connect nodes to describe how information moves.
Configure a module
Each module has a target folder and filename, a plain-language prompt, and type-specific fields. For a controller, that might be its class and actions. For a model, it might be fillable fields and relationships.
Save behavior
- Save: persists workflow changes and creates each missing target file.
- Auto-save: applies changes after a short pause.
- Rename: changing a filename in the module editor renames the existing target on the next save.
A useful prompt
List accounts with pagination. Validate filters, use the connected Account model, and return the Accounts/Index Inertia page with accounts and filters props.