DaC might be more distinguishable from DAC, although the context obviously also helps readers telling them apart. Yours sincerely, came here for another DAC
Show HN: DAC – open-source dashboard as code tool for agents and humans
11–20 of 45 posts
Re: Show HN: DAC – open-source dashboard as code tool for agents and humans
#12DaC might be more distinguishable from DAC, although the context obviously also helps readers telling them apart. Yours sincerely, came here for another DAC
Point taken, thanks! Out of curiosity, which DAC did you come here for?
Re: Show HN: DAC – open-source dashboard as code tool for agents and humans
#13Some that come to mind that are potentially tangentially related/similar:
Re: Show HN: DAC – open-source dashboard as code tool for agents and humans
#14Re: Show HN: DAC – open-source dashboard as code tool for agents and humans
#15Re: Show HN: DAC – open-source dashboard as code tool for agents and humans
#16Why not use Vega-Lite[0]? It’s my go-to data viz DSL with Claude. [0] https://vega.github.io/vega-lite/
Re: Show HN: DAC – open-source dashboard as code tool for agents and humans
#17Re: Show HN: DAC – open-source dashboard as code tool for agents and humans
#18Why not use Vega-Lite[0]? It’s my go-to data viz DSL with Claude. [0] https://vega.github.io/vega-lite/
There are quite a few libraries for charts and visualization, there are not as many for actually combining many of them with layouts, different components and including the actual implementation of the backend. Dac aims to provide all that as a standard and an implementation.
Re: Show HN: DAC – open-source dashboard as code tool for agents and humans
#19Re: Show HN: DAC – open-source dashboard as code tool for agents and humans
#20(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)