Zero-backend embedded analytics workspace for logistics teams, with live KPIs, a drag-and-drop dashboard builder, and natural-language chart generation built on the Luzmo Flex SDK and ACK.


A table-first, zero-backend embedded analytics workspace for logistics & supply-chain teams. Every Luzmo API call runs in the browser with a compiled-in long-lived embed token, so the whole app ships as a static bundle. Built with Next.js 16, React 19, and the Luzmo Flex SDK + ACK.
POST /0.1.0/data.luzmo-data-field-panel and preview a live tabular slice.luzmo-item-grid canvas with ACK slot/option panels and per-tile editing.POST /0.1.0/aichart.localStorage under routedata:workbooks.POST /0.1.0/securable dataset metadata.| Layer | Technology |
|---|---|
| Frontend | Next.js 16 (App Router, output: 'export'), React 19, TypeScript |
| Styling | Tailwind CSS v4 |
| Charts | @luzmo/react-embed (Flex SDK) |
| Editing | @luzmo/analytics-components-kit (ACK) |
| Types & primitives | @luzmo/dashboard-contents-types, @luzmo/lucero |
Copy .env.example to .env.local and fill in your embed credentials:
ROUTEDATA_LUZMO_EMBED_KEY=your-embed-key
ROUTEDATA_LUZMO_EMBED_TOKEN=your-embed-token
ROUTEDATA_LUZMO_EMBED_EXPIRY=iso-timestamp
ROUTEDATA_LUZMO_DATASET_ID=your-dataset-uuid
ROUTEDATA_LUZMO_API_HOST=https://api.luzmo.com
ROUTEDATA_LUZMO_APP_SERVER=https://app.luzmo.com
Because this is a static export with no backend, these are inlined into the client bundle at build time (mapped in via the env field in next.config.ts) — so they still reach the browser. That is expected for an embed key/token; the Luzmo API key/token must never be placed in these vars.
Install and start:
npm install
npm run dev
The dev server starts at http://localhost:3000.
npm run build # emits ./out/ — deploy to any static host
Take your data products to the next level with Luzmo.