HeadlinesBriefing favicon HeadlinesBriefing.com

Shaper: DuckDB‑Powered Open‑Source Dashboard Alternative

Hacker News •
×

Developers looking for a lightweight, SQL‑first analytics UI now have Shaper, an open‑source dashboard built on DuckDB. The project positions itself as a Metabase‑style alternative that runs entirely in the browser, letting users write raw SQL to explore and share data without a separate query engine.

Installation is a single Docker command: `docker run --rm -it -p5454:5454 taleshape/shaper`. After launching, the interface appears at http://localhost:5454/new, and a full Getting Started guide walks newcomers through dashboard creation. Shaper remains free under the Mozilla Public License 2.0, while the maintainers offer paid managed hosting and support plans.

The repository shows steady activity: 1,223 commits, 254 stars, and 12 forks as of early 2026. The latest stable release, v0.14.0, landed on Jan 22, 2026, adding minor UI tweaks and performance improvements. Core contributors include Jorin, Jim Castillo, and an automated dependabot bot, with Go and TypeScript comprising the bulk of the codebase.

Because Shaper stores query results in‑process with DuckDB, latency stays low even on modest hardware, making it attractive for small teams or embedded analytics. Its Docker‑first deployment model reduces ops overhead, and the optional hosted service gives enterprises a turnkey solution. In practice, the tool delivers a fast, SQL‑centric dashboard without the bloat of larger BI platforms.