Openblocks

Get Started

How the Openblocks starter is organized and how to add new entries.

Get Started

The workspace is split into two pieces:

  • apps/docs for the documentation site
  • packages/registry for reusable block and template exports

Add a new entry

  1. Create the component in packages/registry/src/templates.
  2. Register it in packages/registry/src/index.ts.
  3. Add an MDX page under content/docs/blocks or content/docs/templates.

Local commands

bun install
bun run dev
bun run build

On this page