This guide walks you through everything you need to go from zero to a fully annotated, shareable map on BuzzTrip. By the end you will have a map with at least one marker, a collection to organize it, a drawn path with live measurements, and a shareable link ready to send to collaborators.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/jacobsamo/buzztrip/llms.txt
Use this file to discover all available pages before exploring further.
BuzzTrip uses Convex for its real-time data layer. Any change you or a collaborator makes — adding a marker, renaming a collection, drawing a path — appears instantly for everyone viewing the map. No manual refresh required.
Sign up for a free account
Go to buzztrip.co and click Start Creating Maps. Sign up with your email or a social provider through Clerk. No credit card is required — BuzzTrip is free during the public beta.Once authenticated you will land on your maps dashboard at
/app.Create a new map
From the dashboard, click New Map. A creation dialog will appear where you can configure:
- Title — give your map a descriptive name (e.g. “Tokyo Trip 2026”).
- Description — optional context about the map’s purpose.
- Visibility — choose one of three options:
private— only you and explicitly invited users can access it.public— viewable by anyone and discoverable via search.unlisted— accessible by direct link, but not indexed or searchable.
- Map style — select the base layer that suits your use case:
roadmap— standard street map (default).satellite— aerial/satellite imagery.hybrid— satellite imagery with road and label overlays.terrain— topographic detail with elevation shading.
- Starting location — optionally search for a city or address to center the map’s initial view.
Add your first marker
There are two ways to add a marker:
- Click anywhere on the map — a marker is placed at that coordinate and the marker detail panel opens on the left sidebar.
- Click a point of interest (POI) — tapping a labeled place on the map pulls in rich place data from Google Maps or Mapbox automatically.
- Title — the display name shown on the map.
- Note — free-text notes, directions, or any other context.
- Icon — choose from the icon picker to visually distinguish this marker.
- Color — pick a color to match a collection or category.
- Collection — assign the marker to an existing collection (or create one in the next step).
Create a collection
Collections are named groups that organize related markers under a single visual layer. To create one:
- In the left sidebar, click the Collections tab then New Collection.
- Give the collection a name (e.g. “Restaurants”, “Hotels”, “Day 1 Stops”).
- Choose an icon and a color — these appear on the collection badge and on all markers assigned to it.
- Click Create.
Draw a path or shape
BuzzTrip’s drawing tools let you sketch routes, boundaries, and areas directly on the map with live measurement feedback.
- In the toolbar, select the Draw (path) tool.
- Choose a shape type:
- Line — freeform polyline for routes or custom paths.
- Circle — radius-based area, useful for proximity zones.
- Rectangle — axis-aligned bounding box.
- Polygon — closed multi-point shape for any irregular area.
- Click or drag on the map to draw. Distance (for lines) or area (for shapes) is shown as a live measurement that updates with each point you place.
- Double-click or click the first point again to close and finish the shape.
- Set a name, color, and optional note in the detail panel, then save.
Share your map
When your map is ready to share:
- Public or unlisted maps — change the map’s visibility (in Map Settings) to
publicorunlisted. Anyone with the link can view the map immediately. - Invite specific collaborators — open the Share panel, enter a collaborator’s email address, and assign them a role:
editor— can add, edit, and delete markers, collections, and paths.commenter— can leave comments but cannot modify map content.viewer— read-only access to the map.
Running BuzzTrip Yourself
BuzzTrip is fully open source under the AGPL-3.0 license. If you want to run your own instance — for a private team, to customize the codebase, or to contribute — see the self-hosting guide.Self-Hosting Guide
Clone the repo, configure environment variables, and spin up BuzzTrip on your own infrastructure.