Shaper
Shaper is an open-source, self-hosted data dashboard platform that lets you build analytics using SQL queries, powered by DuckDB.
Features
- SQL-First - Write SQL queries to analyze and visualize your data
- Powered by DuckDB - Fast analytical queries with no external database needed
- Automated Reporting - Schedule alerts and reports, export to PDF, PNG, CSV, and Excel
- Embeddable Analytics - White-label dashboards with JavaScript and React SDKs
- Shareable Links - Password-protected public dashboard links
- Row-Level Security - Fine-grained access control via JWT tokens
- Git-Based Workflow - Version control your dashboards and queries
First-Time Setup
After deployment, open your domain to access the Shaper dashboard. No default credentials are required for initial setup.
What You Can Do After Deployment
- Open your domain to access the Shaper dashboard
- Create data sources by uploading CSV/Parquet files or connecting to external databases
- Write SQL queries to explore and transform your data
- Build visualizations from query results using built-in chart types
- Share dashboards via password-protected public links
- Schedule reports for automated PDF or Excel delivery
Persistent Data
All data is stored in /data and persisted via a Zeabur volume. Your dashboards and queries survive restarts and redeployments.
License
MPL-2.0 — GitHub | Website