Skip to main content

Vibemap Embeds Reference

This section contains the URL parameter documentation for all Vibemap embeddable components. The documentation lives alongside the component source code.

Available Embeds

Documentation Structure

Each embed's documentation is co-located with its source code:

web/src/app/(embed)/embed/
├── map-grid/
│ ├── page.tsx # Component source
│ ├── README.md # Overview & quick start
│ └── URL_PARAMS.md # Complete parameter reference
├── carousel/
│ ├── page.tsx
│ └── URL_PARAMS.md
└── grid/
├── page.tsx
└── URL_PARAMS.md

This keeps documentation in context with the code it describes.