workflows/vercel-neon.mdmanaged Postgres database and connection string
This section is temporarily unavailable. The rest of the blueprint is still safe to inspect.
Verified blueprint
A production-shaped editorial bakery storefront with catalog, menu, cart, contact, admin-lite, and a verified deployment recipe.
What you are approving
Nothing here starts a build. This is the contract your agent will follow after you choose to run it.
Blueprint preview reserved for verified screenshots
Fetch counts are approximate server-side aggregate reads. Nemu does not add a browser analytics cookie, device identifier, or per-user tracking event for this number.
Required fields and every declared constraint are shown before execution.
inputsobjectRequiredNot allowedbrandingobjectRequiredBrand colors and, when available, an HTTPS logo URL. If logoUrl is omitted the recipe retains an accessible text wordmark.
Not allowedlogoUrlstringOptionalOptional HTTPS logo URL. Omit this property to use the accessible shop-name text mark.
2048^https://[^\s]+$accentColorstringRequiredSix-digit hexadecimal accent brand color with sufficient contrast for its use.
^#[0-9A-Fa-f]{6}$primaryColorstringRequiredSix-digit hexadecimal primary brand color.
^#[0-9A-Fa-f]{6}$productsarrayRequiredProvide at least one product; an empty catalog is invalid because the generated shop must have real content to verify.
148products itemobjectRequiredNot allowednamestringRequiredCustomer-facing product name.
2100categorystringRequiredMenu grouping such as Bread, Pastry, or Cake.
260featuredbooleanOptionalWhether to feature this product on the full storefront landing page.
falseimageAltstringRequiredMeaningful alt text describing the pictured product.
3180imagePathstringRequiredPublic image path beginning with / or an HTTPS image URL.
2048shopNamestringRequiredThe public bakery or shop name used in navigation, metadata, and the accessible text wordmark.
280deploymentobjectRequiredNames and domain used while provisioning Neon, Vercel, and DNS. deployedUrl may be added after deployment.
Not alloweddomainNamestringRequiredProduction hostname whose DNS will be cut over after preview verification.
253^(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z]{2,63}$deployedUrlstringOptionalOptional final HTTPS URL recorded after deployment; DEPLOYED_URL remains the verification source of truth.
2048^https://[^\s]+$neonProjectNamestringRequiredNeon project name to create or select.
2100vercelProjectNamestringRequiredVercel project name to create or select.
100^[a-z0-9]+(?:-[a-z0-9]+)*$pagesSelectionstringRequiredChoose full-shop for catalog, menu, cart, contact, and admin-lite, or menu-only to ship only the menu experience.
["full-shop","menu-only"]api.neon.techapi.vercel.comdashboard.neon.techvercel.comshop_buildpnpm verify:deployedDEPLOYED_URL is a public HTTPS origin and all five required routes return non-empty HTML with successful status codes
Signed provenance
This panel explains what the client verifies before a recipe is written or trusted locally.
The signed sum binds this slug/version to a canonical content digest, file hash inventory, source reference, publish metadata, and the Nemu signing key id.
Codex and the Nemu CLI must stop on signature, transport, lock, or local disk mismatches.
nemu verify --sumChecks local files, nemu.lock, and the signed nemu.sum.
nemu pull --sumRepairs a missing or stale signed-sum envelope before work continues.
Signed sum metadata is temporarily unavailable. The file hash inventory below remains visible, but clients must not treat this version as signed until nemu verify --sum passes.
9f3cc7607b2a…20861683 integrity records
The registry indexes 6,468,541 bytes. Open folders lazily and copy any complete SHA-256 digest.
ce3fd29f1453…9747d739a280…426be05b4575…7752dba7407c…99858eee46d6…46d115c18ed6…7b550dda9686…11c2e46c2fb3…6251e3afbc57…129be1356e1a…843745ca26d4…c1fa6ddad151…da5019a4d453…d95549626382…6439e6a3f641…12c85b12aa8e…Immutable releases
Bare slugs resolve to the latest non-yanked release. Explicit pins remain inspectable with warnings so locks never move silently.
^(?:/|https://)[^\s]+$priceCentsintegerRequiredUnit price in the shop currency's smallest unit.
110000000descriptionstringRequiredSpecific customer-facing product description.
8300System map
The service graph comes directly from the parsed manifest. Authored context is rendered only after the file passes the registry integrity checks.
This section is temporarily unavailable. The rest of the blueprint is still safe to inspect.
Provider runbooks
Each runbook is the exact integrity-checked document referenced by the manifest service.
workflows/vercel-neon.mdmanaged Postgres database and connection string
This section is temporarily unavailable. The rest of the blueprint is still safe to inspect.
workflows/dns-cutover.mdNext.js hosting, environment configuration, and production-domain cutover
This section is temporarily unavailable. The rest of the blueprint is still safe to inspect.
7 ordered instructions
Prompts are collapsed until you choose to inspect them. Goals, permissions, and verification remain visible.
scaffold-verify
steps/00-scaffold-verify.mdThis section is temporarily unavailable. The rest of the blueprint is still safe to inspect.
apply-branding
steps/01-apply-branding.mdThis section is temporarily unavailable. The rest of the blueprint is still safe to inspect.
load-content
steps/02-load-content.mdThis section is temporarily unavailable. The rest of the blueprint is still safe to inspect.
provision-database
steps/03-provision-database.mdThis section is temporarily unavailable. The rest of the blueprint is still safe to inspect.
wire-forms
steps/04-wire-forms.mdThis section is temporarily unavailable. The rest of the blueprint is still safe to inspect.
provision-hosting
steps/05-provision-hosting.mdThis section is temporarily unavailable. The rest of the blueprint is still safe to inspect.
final-verify
steps/06-final-verify.mdThis section is temporarily unavailable. The rest of the blueprint is still safe to inspect.