Model your domain
Start with schema/app.schema.xml or click Load demo schema in Schema Manager. The bundled schema creates categories, customers, products and orders.
Recommended workflow
The generated app now exposes the full demo path: a bundled XML schema, schema management, query building, table browsing, row editing, recipes and OpenAPI docs.
Start with schema/app.schema.xml or click Load demo schema in Schema Manager. The bundled schema creates categories, customers, products and orders.
Open Schema Manager, click Load demo schema, then run Validate, Diff, Plan and Apply live plan. Leave Only dry-run unchecked when you want the database to change.
Open Query Builder to select tables and fields from metadata, add filters and copy the JSON payload for a frontend.
Open Table Browser. Click a row id to open /table/{table}/{id} and update the record inline.
Use /docs/schema, /docs/query-syntax, /docs, /openapi.json and API Playground for schema and API integration examples.
routes.h - app route registrationschema/app.schema.xml - desired modeltemplates/*.html - pagesstatic/dynamic_api.css - shared stylestatic/dynamic_api_browser.js - query, table, docs and wizard behaviorstatic/schema_manager.js - schema manager behavior