For the complete documentation index, see llms.txt. This page is also available as Markdown.
Updated

App Workspace

Build, preview, inspect, test, version, and share your app.

The app workspace is where you build, inspect, test, and share an app. Describe a change, review the live preview, then move through the App Builder workflow.

The app workspace, with the build conversation, live preview, and workspace panels
The app workspace.

Describe and build

Use the conversation to describe the change you want. Qore plans the work, waits for your approval, builds the app, and confirms when Live preview is ready.

The build conversation, describing a change and showing the plan/approve/build flow
Describing a change in the build conversation.

Each turn shows its work time and token usage. Open the token total for model-level input and output usage.

The token usage breakdown for a build turn, showing model-level input and output usage
Model-level token usage for a build turn.

Fix errors

Forward a preview error to the build agent. The request includes the error type and message. Qore fixes the app and rebuilds the preview.

Fixing an error is another conversation turn. Describe or forward the error, then review the rebuilt preview.

Fix with AI sends the reported issue to Qore's build agent. Review the rebuilt preview before you continue.

Continue building

Choose a suggested next step, or enter another request. Upgrade your app can add a database for persistent data or an AI agent for app intelligence.

Each round follows the same flow: plan, approve, and build. Nothing is built before you approve the plan.

Preview

Use the live preview after every change. Switch between desktop, tablet, and mobile widths to check responsiveness. Each preview includes a Built with QORE badge.

The live app preview, with desktop, tablet, and mobile width controls
The live preview.

Explore the workspace

Switch the centre panel between Preview, Code, and Agents.

Code

  • Inspect the generated source in the file tree. It includes the frontend, tests, project configuration, app.run.json, and APPLICATION_PLAN.md.

  • Select a file to read it, edit it, download it, or connect its repository to GitHub.

  • Use the build conversation for most app changes.

  • For repository workflows, see Code Access & Git Integration.

The Code panel, showing the generated file tree and an open source file
Inspecting and editing generated source in the Code panel.

Agents

  • Use Agents to add automation, data processing, and logic.

  • Select Build an Agent for a new agent, or Attach Agents for an existing one.

  • For attachment steps, see Integrate an agent.

The Attach Agents dialog, listing existing agents to attach to the app
Attaching an existing agent to the app.

Credits

The Credits meter shows what this app has consumed—the Credits used, the Cost, and when the figure was last synced. Building an app spends credits, so keep an eye on it as you iterate. For account-wide usage and limits, see Billing.

The Credits meter, showing credits used, cost, and last synced time
The Credits meter.

Versions and publishing

The version selector lists builds newest first. Latest marks the newest build. Published marks the version users see. Uncommitted changes marks work outside a version.

The version selector, listing builds newest first with Latest and Published markers
The version selector.

Select a version to review or return to it. To make one live, follow Deploy an app.

Share

Select Share, beside the version selector, to share the app.

More

The More menu reflects the selected build version. Use it to inspect:

Last updated