← Back to Product Feed

Hacker News Show HN: DAC – open-source dashboard as code tool for agents and humans

Positions itself as a solution for automating dashboard creation for AI agents, addressing the limitations of UI-driven BI tools and the complexity of agents building dashboards from scratch. It emphasizes version control, reviewability, dynamic capabilities, static analysis, and standardized deployment.

66
Traction Score
15
Discussions
May 2, 2026
Launch Date
View Origin Link

Product Positioning & Context

AI Executive Synthesis
Positions itself as a solution for automating dashboard creation for AI agents, addressing the limitations of UI-driven BI tools and the complexity of agents building dashboards from scratch. It emphasizes version control, reviewability, dynamic capabilities, static analysis, and standardized deployment.
The proliferation of AI agents exposes critical infrastructure gaps in traditional BI. Current UI-driven dashboard tools are incompatible with agentic workflows, hindering automation, reviewability, and standardization. Agents attempting to build dashboards from scratch face challenges like backend implementation, lack of semantic layers, and inconsistent visualization standards, essentially reinventing BI tools. DAC addresses this by treating dashboards as code, enabling version control, static analysis, and programmatic generation via YAML and JSX. This approach streamlines agent-driven data visualization, reduces token costs, and ensures consistency. The market demands "as-code" paradigms for all infrastructure, and data visualization is no exception. This shift is crucial for scalable, auditable, and automated data operations in an agent-first enterprise environment.
Hi all, this is Burak.When agents became a reality one of the first things I wanted to do was to automate building dashboards. The first, and the most obvious, wall that I ran into was that a lot of the tools were just driven by UI. This meant that without the agents handling browser UIs and whatnot, it wasn't possible to have the agents do that. In addition, it would be impossible to review any of the changes the agent would make.The first instinct there is to get your agent to build a React app for the dashboard. This works beautifully for the happy path, but I quickly ran into other issues there:
- every dashboard turns out to be different
- have to implement a backend to centralize the query execution
- there is no centralized mechanism to control the rules and standards around visualizations
- there is no way to get a semantic layer working with the dashboards easilyIn the end, agents ended up reinventing the wheel for every new dashboard, even under the same project. Building a standardized, local project for these turned out to be building a BI tool from scratch.After trying these out, I asked myself: what if the dashboards were built for agents as the primary user?A product like that would need to have a couple of features:
- First of all, everything needs to be driven by version-controllable text. YAML is fine.
- Changes to the dashboards should be easy to review and understand by humans.
- Agents are great at writing code, it'd be great if this were driven by code to have dynamic stuff: JSX would be great.
- Static analysis being a first-class citizen: validate dashboards before deploying. Agents can check their work too.
- A standardized way of deploying these based on a couple of files in a folder: operationally very simple.
- Built-in semantic layer to standardize metrics.That's what I ended up building: dac (Dashboard-As-Code) is an open-source tool and a spec to define dashboards, well, as code. It contains an implementation in Go that can be deployed as a single binary anywhere. The dashboards are defined in YAML and JSX, YAML for static stuff, JSX for dynamic dashboards. You can run queries at load time to define conditional charts, generate tabs on the fly per customer, or list charts for each A/B test you are running.I built it in Go because I do love Go, and I think it is the greatest language at the moment to work with AI agents.dac runs as a single binary, you can get started with a `dac init` command and it'll automatically create some sample dashboards for you based on duckdb. It supports 10+ SQL backends, with more to come. It supports validation, custom themes and whatnot.You can see it here: https://github.com/bruin-data/dacI would love to hear what can be improved here, please let me know your thoughts.
open-source dashboard as code agents UI-driven React app backend query execution semantic layer

Related Ecosystem & Alternatives

Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.

Deep-Dive FAQs

What is DAC – open-source dashboard as code tool for agents and humans?
DAC – open-source dashboard as code tool for agents and humans is analyzed by our AI as: Positions itself as a solution for automating dashboard creation for AI agents, addressing the limitations of UI-driven BI tools and the complexity of agents building dashboards from scratch. It emphasizes version control, reviewability, dynamic capabilities, static analysis, and standardized deployment.. It focuses on The proliferation of AI agents exposes critical infrastructure gaps in traditional BI. Current UI-driven dashboard tools are incompatible with agen...
Where did DAC – open-source dashboard as code tool for agents and humans originate?
Data for DAC – open-source dashboard as code tool for agents and humans was aggregated directly from the Hacker News community ecosystem, representing raw developer and early-adopter sentiment.
When was DAC – open-source dashboard as code tool for agents and humans publicly launched?
The initial public indexing or launch date for DAC – open-source dashboard as code tool for agents and humans within our tracked developer communities was recorded on May 2, 2026.
How popular is DAC – open-source dashboard as code tool for agents and humans?
DAC – open-source dashboard as code tool for agents and humans has achieved measurable traction, logging over 66 traction score and facilitating 15 recorded discussions or engagements.
Which technical categories define DAC – open-source dashboard as code tool for agents and humans?
Based on metadata extraction, DAC – open-source dashboard as code tool for agents and humans is categorized under topics such as: open-source, dashboard as code, agents, UI-driven.
What are some commercial alternatives to DAC – open-source dashboard as code tool for agents and humans?
Our semantic intelligence engine identifies potential commercial alternatives in the SaaS space, such as OpenBox, which offers overlapping value propositions.
How does the creator describe DAC – open-source dashboard as code tool for agents and humans?
The original author or development team describes the product as follows: "Hi all, this is Burak.When agents became a reality one of the first things I wanted to do was to automate building dashboards. The first, and the most obvious, wall that I ran into was that a lot o..."

Community Voice & Feedback

xixixao • May 2, 2026
Why do ppl think building something through yaml is ever a good idea??(I know why: for a platform it’s simpler to parse a yaml than to run code, but it’s almost never a good idea for anything that needs to scale in complexity)
Huzzi • May 2, 2026
[flagged]
MSaiRam10 • May 2, 2026
Semantic layer + validation is the interesting part imo, everything else is table stakes. would lead with that
hasyimibhar • May 2, 2026
Why not use Vega-Lite[0]? It’s my go-to data viz DSL with Claude.[0] https://vega.github.io/vega-lite/
MuffinFlavored • May 2, 2026
Might want to add how this compares to other products in the space.Some that come to mind that are potentially tangentially related/similar:https://github.com/evidence-dev/evidence
SomeHacker44 • May 2, 2026
The blurb about this is repeated several times but it is unclear to me what it actually does.
crefiz • May 2, 2026
I reckon this is a simplification of existing BIAC tools (eg, https://github.com/lightdash/lightdash)
ajaystream • May 2, 2026
[dead]
5-0 • May 2, 2026
DaC might be more distinguishable from DAC, although the context obviously also helps readers telling them apart.Yours sincerely, came here for another DAC
lexh • May 2, 2026
Consider adding that snazzy gif in the README to the docs landing page. I went straight to the docs and then hunted for a screenshot to no avail.

Discovery Source

Hacker News Hacker News

Aggregated via automated community intelligence tracking.

Tech Stack Dependencies

No direct open-source NPM package mentions detected in the product documentation.

Media Tractions & Mentions

No mainstream media stories specifically mentioning this product name have been intercepted yet.

Deep Research & Science

No direct peer-reviewed scientific literature matched with this product's architecture.