Installation

Efferd follows the same registry-style flow already built into the block preview experience: initialize once, then add the block you want.

How installation works

The existing add UI in block previews already reflects a two-step flow. First you initialize the registry in your project. After that, each block can be added from its own generated registry URL.

Initialize once

Run the init command for your package manager before adding blocks. The preview UI can copy this for you, but the underlying flow is the same.

Choose a block

Browse the blocks directory, open the block preview you want, and use the install action from that page.

Adjust after add

Treat the generated code as a strong starting point. Review styles, replace sample content, and tailor the block to match your product.

Usage notes

  • Use the block pages to compare variants before installing one.
  • The install control on each block is more accurate than a generic docs button because it carries the correct block-specific registry URL.
  • If you prefer to read product updates first, the changelog shows what has landed recently.