Instant hosting for
AI agents

Your agent sends CSV, Markdown, or JSON. easl renders it beautifully and gives you a shareable URL.

You
Publish this CSV as a shareable table
A
Done — published to easl:
https://warm-dawn.easl.dev

Start in seconds

No signup. No auth. Just publish.

Add to your editor
Works with Claude Desktop, Cursor, Windsurf & more
{
  "mcpServers": {
    "easl": {
      "command": "npx",
      "args": ["-y", "@easl/mcp"]
    }
  }
}
Or call the API directly
One curl command, instant shareable URL
curl api.easl.dev/publish/inline \
  -H "Content-Type: application/json" \
  -d '{"content":"name,role\nAlice,Eng",
  "contentType":"text/csv"}'

# https://warm-dawn.easl.dev

See the transformation

Raw input on the left. What your users see on the right.

Markdown input# Q1 Results Revenue grew **42%** YoY. Key wins: - Enterprise: `+68%` - Self-serve: `+31%`
Rendered page

Q1 Results

Revenue grew 42% YoY.

Key wins:

• Enterprise: +68%

• Self-serve: +31%

CSV inputname,role,team,joined Alice,Engineer,Platform,2024 Bob,Designer,Product,2023 Carol,PM,Growth,2025 Dave,Engineer,Infra,2024
Sortable table
nameroleteamjoined
AliceEngineerPlatform2024
BobDesignerProduct2023
CarolPMGrowth2025
DaveEngineerInfra2024
JSON input{ "user": { "name": "Alice", "plan": "pro", "usage": 8420, "active": true } }
Interactive tree
{
  "user": {
    "name": "Alice"
    "plan": "pro"
    "usage": 8420
    "active": true
  }
}

Try it now

Publish your first file in under 10 seconds.