Bedrock Flows

Bedrock Flows

Spec-driven wireflow prototypes with portable, versioned design systems and built-in review.

Bedrock Flows is a toolkit for building wireflow prototypes — connected, spec-driven flows you can click through and review long before they become production UI.

Three ideas hold it together:

  • Spec-driven wireflow prototypes. Each flow is a set of pages wired into a navigable wireflow on a canvas. You author the screens; the harness lays them out, frames them at the right resolution, and lets reviewers walk the flow.
  • Portable, versioned design systems. A design system is a folder of plain CSS + Nunjucks + JSON, frozen under a version name. No framework, no build tooling to author — and the catalogue (storybook, variant pages) is generated from the content itself, so it can never drift from the source.
  • Built-in review and commenting. Share a flow behind sign-in and collect comments inline, with a review workflow, so feedback lands on the prototype itself.

You scaffold a project with npx bedrock-flows create, run it locally with a single command, and — when you want a team to review online — stand up a hosted backend with bedrock-flows setup. The platform ships as one npm package; you edit the content.

Start here

On this page