Show HN: DAC – open-source dashboard as code tool for agents and humans https://ift.tt/5Jz8Ul3

Show HN: DAC – open-source dashboard as code tool for agents and humans 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 easily In 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://ift.tt/JGEcU9I I would love to hear what can be improved here, please let me know your thoughts. https://ift.tt/JGEcU9I April 29, 2026 at 04:37AM

Show HN: I built a context layer for our home https://ift.tt/0AbqXN5

Show HN: I built a context layer for our home Rosey started as a grocery list. My wife and I kept losing track of which phone the list was on. So I built a number we could both text, a shared little assistant that just remembered. Once it remembered groceries, it was a small step to remembering the wifi password, the pediatrician's number, what we usually buy at our grocery store, what the plumber said. From there, the obvious idea: this is the household's context layer, the thing that knows the shared facts so neither person has to be the one who remembers. https://rosey.house April 30, 2026 at 08:15PM

Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables https://ift.tt/7Aepk0P

Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables USB-C cables can be a mess. One cable charges at 5W, another does 100W and Thunderbolt 4, and they look identical in the drawer. WhatCable sits in your menu bar and reads the cable data your Mac already has access to. Plug in a cable and it tells you in plain English what it can actually do: charging wattage, data speed, display support, Thunderbolt, etc. Built in Swift/SwiftUI. Open source, free, no tracking. GitHub: https://ift.tt/E9yRBUP https://ift.tt/E9yRBUP April 30, 2026 at 10:43PM

Show HN: Multiplayer Voronoi https://ift.tt/yKhgt97

Show HN: Multiplayer Voronoi A multiplayer hommage to Jean-Michel Sanejouand's Jeu de Topo (1963), a game with no winner or loser where partners arrange stones until both points of view are satisfied. Here, stones become colored points in a game based on Voronoi diagrams. The original opposing points of view become each player's screen: everyone shares the same points, but phones, tablets, and browser windows frame the space differently, so each player is likely seeing a different Voronoi view. https://ift.tt/8AsYmwn April 29, 2026 at 11:21PM

Show HN: Throwaway – open-source disposable email checker and API https://ift.tt/mgjZrPX

Show HN: Throwaway – open-source disposable email checker and API https://ift.tt/KBZsnhu April 30, 2026 at 12:34AM

Show HN: Bin collection calendars for the entire UK https://ift.tt/cKf7ohT

Show HN: Bin collection calendars for the entire UK Hi HN, I built ukbinday to provide a nicer way to find your bin collection days and actually remember when to put them out. It shows your upcoming collections and generates a calendar that updates automatically as the schedule comes out. Coverage is at about 85% of the UK so far and I'm working on getting that to 100%. There is also an API for the Home Automation community. This was built on top of two amazing open-source projects without which this would not exist: https://ift.tt/VdCMJq1 & https://ift.tt/RqvfTIw Thank you to all the contributors of those repositories! https://ukbinday.co.uk/ April 29, 2026 at 11:29PM

Show HN: Apple's Sharp Running in the Browser via ONNX Runtime Web https://ift.tt/Xy3mfJQ

Show HN: Apple's Sharp Running in the Browser via ONNX Runtime Web https://ift.tt/ZrRMu8s May 2, 2026 at 11:14PM