A live dashboard. Built in one sentence.
Ask OneAI to build your dashboard. Connect it to your live data. Publish it at a permanent URL. No BI tool, no configuration, no waiting.
How It Works
Describe it. Preview it. Publish it.
Open OneAI in Commander and say what you want. "Build a weekly revenue dashboard with a line chart and three KPI cards." OneAI generates a working dashboard you can preview before publishing.
Weekly Revenue Dashboard
LiveRevenue
$47.2K
↑ 9%
Deals
23
↑ 4
Win Rate
68%
→ flat
Revenue — last 8 weeks
Top Deals This Week
Features
Everything a live dashboard needs
AI-Generated Layout
Describe your dashboard in plain language. OneAI generates the HTML — charts, KPI cards, tables, trend lines.
Live Data from Tables
Connect your Spark to a Tables database. Every page load fetches live rows — no manual export, no stale numbers.
Always Current
Add a refresh button or auto-refresh on a timer. Your dashboard reflects the data as it is right now.
Permanent URL
Your dashboard lives at sparks.waymakerone.com/your-org/name. Update the content, keep the link.
Share Without Login
Generate a guest link. Anyone with the link can view — no Waymaker account required.
Version History
Every update saves a previous version. Roll back in one click if something breaks.
Declare which tables to connect in your Spark
<meta name="waymaker:tables"
content='[{"id":"tbl_xxx","access":"read"}]'>
<script>
const rows = await window.waymaker
.tables.read('tbl_xxx')
// rows is a live JSON array
// render however you like
</script>Live Data Binding
Connected to your Tables. Always fresh.
Declare which Tables database your Spark reads from. When the page loads, a Waymaker shim fetches live rows and hands them to your JavaScript. No credentials in the HTML — the shim handles authentication.
Replace your dashboard tool
No BI licence. No configuration. Ask OneAI, connect your data, share the link. That's a Spark dashboard.