Framework vs. app code
The framework provides a large set of functionality via@synthetiq/app-framework. App code imports from the framework — it does not reimplement these features.
Provided by the framework
App implements
Next steps
- Creating an app — scaffold an app and build a task tracker step by step
- Auto-generated docs — auto-generated documentation pages
- Headless API — HTTP API, MCP server, and OAuth provider
- Administration UI — managing users, roles, organizations, identity providers, and services
- App lifecycle — versioning, sharing, and deploying
- Upgrading — upgrading to new framework versions
- Full reference — procedures, routing, database, access control, and configuration

