Taleshape Logo

Analytics
built into

your product

Open source, SQL-first data dashboards, reports and customer-facing analytics

Hero Image

What users are saying

"Since introducing Shaper we are able to quickly visualize and share data with customers. We also keep finding new use cases, from Embedded Analytics to PDF creation and internal research tools."
Jon, Director Medical Science
Heartbeat Medical
"Our Engineering and Operations team relies on Shaper to quickly access relevant, actionable data with the power of DuckDB to create embeddable reports and dashboards in minutes."
Huy, Head of Platform Engineering
Clarity RCM
"Shaper enabled us to add embedded analytics to our product with no extra tooling, while keeping full control over our data and avoid vendor lock-in."
Sebastian, Engineering Lead
Bamoa GmbH

Built for teams who need control

Don't build analytics from scratch

Skip the complexity of traditional BI tools. Write SQL queries and Shaper handles the rest—dashboards, reports, exports, all embedded in your product. Build analytics features in hours, not months.

Your product

Dashboards embedded directly

No redirects. No separate login.

Every change is verifiable

Because everything is SQL code in Git, every dashboard change is auditable. See exactly what changed, who changed it, and when. Essential for compliance and security reviews.

+ SELECT customer_id, sum(revenue)

+ FROM orders WHERE date > '2026-01-01'

- FROM orders WHERE date > '2025-01-01'

No vendor lock-in

Your data stays in your infrastructure. Fully open source means you can run it anywhere. Use our managed service for convenience, but you're never locked in—cancel anytime and keep running it yourself.

Data never leaves your network

Open source, run anywhere

Switch to self-hosted anytime

The Open Source Foundation

Taleshape is powered by Shaper, our open-source engine. This ensures you maintain full control over your infrastructure and eliminates vendor lock-in.

  • SQL-First: No complex UI. Just SQL files that your team already knows how to write.
  • AI-Ready: A code-based approach makes it trivial to use LLMs to generate and iterate on your dashboards securely.
  • Version Controlled: Track changes with Git and collaborate via Pull Requests, just like modern development teams.
-- revenue.dashboard.sql
SELECT 'Monthly Revenue'::LABEL;
SELECT
  date_trunc('month', order_date)::XAXIS,
  sum(total_amount)::BARCHART,
FROM 's3://bucket/orders.parquet'
GROUP BY ALL ORDER BY ALL;

At a Glance

Visualization

  • • SQL-driven dashboards
  • • Multi-source querying (DuckDB)
  • • Interactive filtering & drill-downs
  • • Full CSS white-labeling

Integration

  • • React & JS SDKs (no iframes)
  • • Row-level security (JWT)
  • • Slack & Teams notifications
  • • REST API for automated exports

Automation

  • • PDF & PNG report generation
  • • Excel & CSV data exports
  • • Scheduled email delivery
  • • Task orchestration via SQL
Jorin Profile Picture

Think of us as your fractional data team

At Taleshape, we act as your fractional data team—helping you build a secure, scalable foundation without the overhead of a full-time hire. We don't just give you a tool; we ensure it works for your specific compliance needs.

Why Data Teams Choose Taleshape

Legacy BI Tools Taleshape
Data Sovereignty Multi-tenant SaaS cloud 100% Isolated in your infrastructure
Auditability Opaque UI-driven changes Git-versioned SQL workflows
Pricing Model Per-user seat licenses Flat fee. Unlimited users.
Query Engine Remote cloud database connections Embedded DuckDB for local processing

From the Blog

Ready to get started? Reach out if you are looking for help or have questions.