Skip to Content
AppsOverview

Apps Overview

Apps is the section of your project where you generate full-stack applications from a natural language prompt — a capability qRaptor calls Vibe Code. It lives in the project sidebar under Apps, and its landing page heading reads Create Apps.

Apps landing page showing the platform selector and prompt composer

What you can build

Every app starts the same way: you describe what you want, and qRaptor generates it. The platform selector on the Apps landing page offers three types:

TypeWhat it producesNotes
WebA full-stack web app (Postgres-backed)Default selection
MobileA full-stack mobile app (Postgres-backed)Marked Preview — mobile app generation is still in preview
CopilotAn embeddable AI chat widget bound to an agent or MAS systemUses a guided 2-step wizard instead of a free-text prompt

Web and Mobile share the same prompt composer and generation pipeline — see Vibe Coding. Copilot uses its own guided creation wizard instead — see Copilot.

ℹ️

Web and Mobile apps use a postgresql database by default. Copilot apps don’t provision a database — they connect to an existing agent or MAS system as their “brain.”

The app lifecycle

Every app follows the same lifecycle, regardless of type:

  1. Create — Pick a type (Web, Mobile, or Copilot), describe it, and generate.
  2. Generate — qRaptor turns your prompt into requirements, an app graph, and working code — fixing build issues automatically along the way.
  3. Review & iterate — Inspect the Requirements, Graph, Data Plan, API Doc, and Roles for your app. Chat with qRaptor to request changes, or embed an agent into your app.
  4. Preview — View your app running live, and sign in with test credentials if it’s authenticated.
  5. Secure — Check where authentication is configured for your app.
  6. Publish — Deploy your app to production with one click.
  7. Monitor — Check deployment status, view logs, and manage the running app.

Where each step lives

💡

If you’ve used the Agentic Workspace before, the workspace concept here is similar — an Apps workspace is the full-screen builder for a single generated app, distinct from your qRaptor project.

ConceptWhere it lives
Create a new appApps landing page (/app-workspace)
The generation pipelineThe app workspace, opened after you generate
Code, Preview, App DetailsTop-level tabs inside the workspace
Embed an agent into your appChat composer → ⋯ → Add agent integration
Enable authentication for an appAuth chip, at creation
SSO, email server, MFA, login brandingProject sidebar → SecurityAuth Settings
PublishPublish button in the workspace toolbar
Deployment statusProject sidebar → Deployments

What’s next