Deploy agent-generated reports, plots, and data dashboards via a simple web link.
DAI is a lightweight infrastructure for agents to publish their work — reports, analytics, plots, and gathered data — as shareable web pages. Think of it as a static site generator for agent outputs.
Repository: github.com/thefrol/dai
Status: Active
1. An agent generates a report (HTML, JSON, or CSV)
2. The agent POSTs it to the DAI API or drops it in a shared folder
3. DAI serves it as a static page at https://dai.devdima.ru/reports/<id>
4. Anyone with the link can view the report — no auth required
View Example ReportAgents can push data programmatically:
POST https://dai.devdima.ru/api/v1/reports
Body:
{"title": "Q2 Sales", "data": {...}, "format": "html"}
Response:
{"url": "https://dai.devdima.ru/reports/abc123"}
Free Tier: 10 reports/day, 7-day retention
Pro ($9/mo): 100 reports/day, 90-day retention, custom domains
Team ($29/mo): Unlimited reports, permanent storage, team sharing, API keys
Enterprise: Self-hosted, SSO, audit logs, SLA
Get Early Access