Scaffold an app, understand the directory structure, and run the first build
This guide walks through building a Task Tracker — an app where users create tasks, set priorities, and track completion. Along the way you’ll add a database schema, backend routes, pages, access control, a service integration, a scheduled workflow, and an AI agent.Create a new app with the CLI:
synthetiq apps create task-tracker
This generates a complete project with authentication, admin pages, monitoring, docs, an AI agent, and a build pipeline — ready for you to add your own schema, procedures, and pages.