Quickstart · live in 15 minutes
Last updated · 2026-05-12 · v0.4.2 · 8 min read
Prerequisites
- Node >= 20 — we test against LTS only
- npm account — the package is published to the public registry
- API key — grab one from the TradeOS dashboard
Install
Embed the flow
Drop the snippet into any page. The hosted flow loads on demand and renders inside an iframe sized to its container.
iNoteThe hosted flow loads on demand — zero render impact until opened.
Configuration
All configuration is done via data-* attributes on the embed script tag.
| Key | Description |
|---|---|
| data-tenant | Your tenant ID from the dashboard. Required. |
| data-flow | Flow type to render: "quote", "booking", or "callback". Defaults to "quote". |
| data-theme | Theme preset: "light", "dark", or "auto". Defaults to "auto". |
| data-on-complete | Global callback function name invoked when the flow finishes. Receives a QuoteResult object. |
✓TipStart with the hosted flow. Drop a tier when you need more control.
!WarningFinance brokerage requires FCA authorisation or Appointed Representative status.