Skip to content

What's new.
In your favor.

Every shipped feature, fix, and improvement — no marketing fluff.

2026-09-06
Featurev2.1

Sharing, signed embeds and webhook refresh

  • Shareable dashboards: one public URL per dashboard, rendered server-side
  • Signed embed tokens for private charts — they render inside a Notion iframe without a session cookie
  • Rotate a chart's embed link to revoke every URL handed out before
  • Notion webhook receiver: HMAC-verified, invalidates the chart cache on change
2026-05-26
Featurev2.0-preview

SaaS v2 roadmap published

  • Billing migration plan finalized (4 tiers: Free / $5 / $12 / $20 + Enterprise)
  • Dual-engine chart strategy: ApexCharts (default) + ECharts (sankey, treemap, calendar)
  • AI chart suggest via Claude API in research phase
  • Dashboard composition (multi-chart) targeted for Sprint B
2026-05-17
Featurev1.4

Freemium P4 complete

  • Plan gates added: chart limit (Free=5), private charts, multi-series, date grouping
  • Payment webhook handler with HMAC verification
  • UpgradeModal component wired across builder + charts list
  • PRO/FREE badge + chart-limit indicator
2026-05-17
Featurev1.3

P3 power features shipped

  • Multi-series charts (max 5) with per-series color
  • Embed theme: dark / light / auto
  • View count tracking + analytics badge
  • Chart export PNG/SVG via ApexCharts ref
  • Keyboard shortcuts: Ctrl+S save, Esc close modal
  • Responsive builder: sidebar → drawer below lg
2026-05-15
Perfv1.2

Notion API hardening

  • 15s timeout via AbortController on all Notion fetches
  • Retry exponential backoff only for 429/503 status codes
  • Parser expanded: formula, rollup, people, timestamps, unique_id, files
  • Aggregation groupBy date bucketing (day/week/month/year)
2026-05-12
Securityv1.1

Encryption + CSP hardening

  • Notion tokens AES-256-GCM at rest
  • CSP frame-ancestors header on /embed/* routes
  • One-off migration script that encrypts legacy plaintext token rows
  • Vitest test infrastructure: 39 tests covering parser/aggregation/migration/plan
2026-05-08
Featurev1.0

MVP launch

  • Notion token connect + database picker
  • Chart builder: bar, line, area, pie, KPI
  • Embed /embed/[chartId] with theme detection
  • Better Auth email/password sessions
  • Prisma + Neon PostgreSQL with migration history
Follow updates in-app.