Build a CRUD app
Starter prompt
Tips
- One entity at a time beats a huge schema dump
- Use App Testing (
/test) after the happy path works - Database usage spends from the same credit balance as chat — Credits
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Prompt pattern for list/create/edit/delete features with the project database.
Enable the project database (or use /database).
Create a [ENTITY] feature with list + create + edit + delete.
Fields: [FIELDS].
Add basic validation and empty states. Use the existing app layout.
/test) after the happy path works