Getting started
Blocks are copied into your repository rather than installed as a dependency. Once a block is in your project, it is your code — edit it, rename it, delete half of it.
The CLI writes files into your project and reads your existing configuration, so it expects a few things to already be true:
@/ path alias in tsconfig.json.Each block lands as a single file under src/blocks/, with no shared runtime and no wrapper components. Nothing outside that directory is touched unless a block declares a dependency, in which case the CLI asks before installing it.