Taleshape Logo

Analytics
Built Into

Your Product

Open Source, SQL-first data dashboards and customer-facing analytics, powered by DuckDB, for full control over your data, and worry-free operations with our hosting and support plans.

Hero Image

What users are saying

"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
"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

Built for Analysts & Data Teams

If you know SQL, you're already a Shaper expert. Skip complex drag-and-drop UI and build dashboards directly from your queries—with a workflow made for the AI era.

  • SQL-First: No complex UI. Just SQL files.
  • AI-Ready: Shaper's code-based approach makes it trivial to use LLMs to generate and iterate on your dashboards.
  • 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;

Own Your Data & Infrastructure

We provision a dedicated, isolated server for you. This means you maintain 100% data sovereignty and isolation, unlike traditional multi-tenant SaaS. You get the privacy of a custom deployment with the ease of a managed service.

No Maintenance, No Lock-in

If you ever decide to cancel, the server and the Shaper configuration are yours to keep. Since we use the same open-source Shaper engine for everyone, your dashboards will keep working perfectly—no proprietary walls or "export" headaches.

Why Data Teams Choose Shaper

Legacy BI Tools Shaper, Fully-Managed
Pricing Model Per-user seat licenses Flat monthly fee. Unlimited seats.
Query Engine Remote cloud database connections Embedded DuckDB for local processing
Workflow Visual drag-and-drop builder SQL files and Git-based versioning
Deployment Third-party SaaS cloud Self-hosted in your own infrastructure

From the Blog

Stay Updated

Get the latest articles and news delivered to your inbox.

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