Build indoor maps people can navigate
Draw your venue in a browser-based 2D/3D builder, run registration, ticketing and check-in on top of it, and give every attendee turn-by-turn wayfinding β embeddable anywhere with one URL.
- 2D + 3D
- one builder, both views
- < 5 min
- from floor plan to live map
- 1 URL
- to embed wayfinding
Features
Everything between a floor plan and a guided visitor
One workspace for the map, the event running on it, and the people walking through it.
- βοΈ
2D/3D venue builder
Trace rooms, walls, walkways, doors and POIs on a snapping grid β then flip to an instant 3D view of the same layout. No CAD required.
- π§
Turn-by-turn wayfinding
Routes follow your walkways with live distance and walking ETA. Attendees search destinations, tap the map, or scan a QR that pre-fills βyou are hereβ.
- ποΈ
Registration to check-in
Public registration forms, guest lists, tiered tickets with QR codes, and a check-in desk β the map and the event pipeline share one home.
- π
Agenda on the map
Sessions live on rooms: βhappening nowβ on the place card, deep links from the agenda straight to a route ending at the right stage.
- π
Analytics built in
Registration funnel, check-ins per hour, and API usage per key and endpoint β know what attendees and integrations actually do.
- π
API, SVG & embeds
Mint an API key and pull the map as JSON or rendered SVG, or drop the full interactive viewer into any site with one iframe.
How it works
Floor plan to live wayfinding in three steps
- 01
Draw your venue
Import a floor-plan underlay and trace rooms, booths and walkways in the builder. Check proportions any time in 3D.
- 02
Run your event on it
Open registration, issue QR tickets, place sessions in rooms, and publish. Your ticket pages get the live map automatically.
- 03
Guide every visitor
Attendees search a booth or scan a QR and walk the highlighted route. You watch check-ins and usage live.
API & embeds
Your map, on any site, with one line
Create an API key and the whole platform opens up: the interactive 2D/3D viewer as an iframe, the floor plan as a rendered SVG for print and email, or the raw layout with named destinations as JSON. Every request is metered per key, per endpoint.
- βEmbeddable interactive viewer β wayfinding included
- βJSON map document with routable destinations
- βServer-rendered SVG floor plans
- βUsage analytics per key, endpoint and day
<!-- The whole viewer, one iframe -->
<iframe
src="https://liotix.app/embed/expo-2026?key=ltx_β¦"
width="100%" height="600"></iframe>
# β¦or the data itself
curl -H "X-API-Key: ltx_β¦" \
https://liotix.app/v1/events/expo-2026/map