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

  • Map-Grid - Full-featured map with grid view toggle

  • Carousel - Horizontally scrollable cards

  • Grid - Filterable grid layout

  • Single - Single place or event profile page

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
└── single/
├── page.tsx
└── URL_PARAMS.md

This keeps documentation in context with the code it describes.