I built genui.sh to make it easy to turn JSON produced by AI agents into something presentable.
The idea: POST your data → get back a hosted, shareable URL. No frontend code, no deployment.
Example: curl -X POST https://genui.sh/api/v1/artifacts/share \ -H "Authorization: Bearer $API_KEY" \ -d '{"template": "@std/dynamic", "props": {...}}'
→ Returns: https://genui.sh/a/xxxx_xxxxx
Your agent doesn't pick from templates - it composes UIs from primitives. Cards, metrics, charts, tables. 20+ components, infinite combinations. We validate and render server-side.
You can even use Markdown or generate a PDF.
Free tier: 50 artifacts/month Pro: $29/month for 10,000 artifacts
Built with Next.js, hosted on Vercel, uses Redis for props storage with automatic expiration.
Would love feedback, especially from anyone building AI agents or automation workflows.