Dollie Editor SDK guide

Manifest Generator

Generate a machine-readable inventory from a project configuration.

The legacy positional CLI mode generates a PageBuilderManifest from a configuration module:

npx dollie-editor page-builder.config.mjs

When no command is provided, the CLI looks for page-builder.config.mjs in the current directory.

What the manifest contains

  • source ids, labels, and prefixes;
  • registered section ids and source files;
  • prop-driven classifications;
  • generated field definitions;
  • illustrations and registered elements;
  • the supported PageConfig shape and rules.

Use a manifest when an external tool needs a static inventory. For a coding agent inspecting an installed application, prefer:

npx dollie-editor info --json

Keep generation deterministic

Commit configuration and generated contracts when they are part of your build. Regenerate them after changing catalog components or props, and verify stored component ids before publishing a catalog update.