Skip to main content

How GenieForge works

A shared blueprint, isolated projects, and versioned change from real usage.

The loop

Blueprint vs project

  • App (blueprint): the recipe shared across every workspace of that app. One app can have many projects.
  • Project: an isolated runtime (its own data and files). Use one project per client, or staging vs live-style boundaries.
Building changes the recipe. Customer data stays in the project unless you deliberately seed or import it.

Same product, three layers

Imagine an inspection app: Acme never sees Beta’s rows. A blueprint change can roll out to both projects after you publish; each project’s history stays separate.

Which surface to use

Details: Build mode vs Chat mode.

Where to go next