Full-stack runtime

Appbricx is not a UI mock generator. Generated apps run against a real platform runtime: database, named queries, workflows, webhooks, cron, topics, and REST — without you standing up Express.

Mental model

LayerWhere it livesHow the app uses it
UIsrc/runtime.queries.run, auth helpers
SQL.appbricx/backend/queries/*.sqlMustache params → bound queries
Workflows.appbricx/backend/workflows/*.workflow.jsexport async function run(ctx)
Webhooks.appbricx/backend/webhooks/*.jsonPOST /hooks/<projectId>/<name>
Schedules.appbricx/backend/schedules/*.jsonCron → workflow queue
REST.appbricx/backend/api/tables.json/__appbricx/api/v1/:table

Path branding

Public SDK paths use /__appbricx/*. Some docs and handlers still mention legacy /__appbricx/* — both work; the API rewrites them.

Guides in this section

Demo tip. Apply the saas-leads data template for a ready pack of queries, webhook, workflows, and schedule — then ask the agent to build the UI on top. See Data templates.