Spark — published interactive tool

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.

Charts, tables, KPI cards, trend indicators
Edit with follow-up messages before publishing
Open any existing Spark and edit with OneAI
Side-by-side before/after preview before accepting

Weekly Revenue Dashboard

Live

Revenue

$47.2K

↑ 9%

Deals

23

↑ 4

Win Rate

68%

→ flat

Revenue — last 8 weeks

Top Deals This Week

Acme Corp$12,400
Greenfield Ltd$8,900
Nova Systems$6,200

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.

Read from any Tables database in your workspace
Guest links run with Spark owner read permissions
Only declared tables are accessible — nothing hidden

Replace your dashboard tool

No BI licence. No configuration. Ask OneAI, connect your data, share the link. That's a Spark dashboard.