Voyage Headless Demo

Meridian Market

A fully decoupled e-commerce storefront — zero Voyage UI components — driven entirely by the Voyage Customer API. Book appointments, join queues, and attend events from your own frontend.

Shop the CatalogHow it works
Voyage API — Book Appointment
POST /v1/appointments
Voyage API — Join Queue
POST /v1/queues/join
Voyage API — Register Event
POST /v1/events/:id/register

Featured Offerings

Appointments, events, and queue-based services — all from a single API.

🌿
Wellness Consultation
Appointments
$85Book
🎟️
Craft Fair Ticket
Events
✂️
Style Session
Queue
$45Join
📸
Photography Workshop
Events
💆
Spa Treatment
Appointments
$95Book
🖼️
Art Gallery Opening
Events

Scheduling Services

Three ways to engage — all via the published Voyage Customer API.

📅
Book an Appointment
Schedule a private consultation or service session with a real provider — 1-on-1, at the time that suits you.
Book now
🎉
Browse Events
Register for upcoming workshops, classes, and community events powered by the Voyage events API.
See events
🔢
Join a Queue
Enter a virtual walk-in queue and receive real-time position updates — skip the waiting room.
Join queue
Fully headless. Zero Voyage UI imports.
This storefront bundles no @v0y4ge/ UI packages. Every scheduling interaction calls the published Voyage Customer API directly — proving the headless integration story end-to-end.
// Book an appointment — pure fetch, no SDK const res = await fetch(https://api.testville.v0y4ge.com/v1/appointments, { method: POST, headers: { X-Voyage-Key: apiKey }, body: JSON.stringify({ service_id, slot_id, customer }) });
View integration docs →