Blueprint

A blueprint is a ready-made app starter: pages, data structure (collections + fields), automations, default content, and onboarding wiring, all set up together. The end user picks it from the marketplace, names their brand, and Vincia sets up everything from your template in one click. After install, the user owns and edits the build — your blueprint isn't running in the background.

Two sizes: a full app (standalone, with its own chrome and brand prompts) or a module that drops into an app the user already has.

What lives in a blueprint

Tooling

vincia create blueprint my-app
vincia dev          # spin up a build instance against your blueprint
vincia test         # validate schema + page-tree + widget compatibility
vincia publish      # submit to the marketplace

What gets reviewed