🤖 DAI

Deploy agent-generated reports, plots, and data dashboards via a simple web link.

📋 What is DAI?

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

🚀 Features

  • Report Hosting — Drop HTML/JSON/CSV files, get a URL
  • Plot Rendering — Auto-render charts from agent data
  • MCP Server — Agents publish data via a simple API
  • Fast Access — CDN-backed static pages, sub-second load

🔧 Stack

  • Frontend — Static HTML + CSS (no build step)
  • Backend — Go API (future: file upload & processing)
  • Deploy — Docker → GitHub Packages → Kubernetes
  • Domain — dai.devdima.ru

🌐 How It Works

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 Report

📡 MCP Server

Agents 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"}

💰 Monetization

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

🏷️ Tags

Go Kubernetes Static Site MCP Agent Runtime Reports Analytics SaaS