camel-vibe

Standalone artifact server + skill for delivering interactive HTML widgets via Telegram Mini Apps in Hermes Agent

16
2
69% credibility
Found Jun 02, 2026 at 16 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
HTML
AI Summary

Hermes Telegram Artifacts is a toolkit that lets AI assistants send interactive HTML content to Telegram as tappable buttons. When users tap these buttons, the content opens as a Telegram Mini App — a small web page that slides up within the chat. The toolkit includes ready-made templates for recipes with built-in timers, shopping lists with checkboxes, data tables, and markdown documents. Everything stores your preferences locally, so a shopping list you check off on your phone remembers your progress.

How It Works

1
💬 You want interactive content in Telegram

You discover that instead of plain text, your Telegram bot can show buttons that open rich, interactive pages.

2
🛠️ You set up the toolkit

You install the scripts and connect your Telegram bot so it can send these special buttons to your chats.

3
🎨 You create an interactive page

Your AI assistant generates an HTML page — like a recipe with timers, a shopping list you can check off, or a data table you can sort.

4
📱 A button appears in Telegram

Right in your chat, a button shows up saying 'Open Recipe' or 'View Shopping List'. You tap it.

5
Your page slides up as a Mini App

The interactive page opens directly in Telegram, matching the chat's colors and style. You can check items off, start timers, or explore the content.

🎉 Your content is live and interactive

Everything works seamlessly — your AI assistant creates rich content, and you enjoy it right inside Telegram without switching apps.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 16 to 16 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is hermes-telegram-artifacts?

This is a Python toolkit that lets you deliver interactive HTML widgets through Telegram as Mini Apps. Think of it as bringing Claude's artifact panel to Telegram conversations. The agent generates HTML, a lightweight HTTP server (stdlib-only, no pip dependencies) serves it, and Telegram displays an "Open" button that launches the content as a Mini App panel. It includes a gallery page for browsing past artifacts, localStorage persistence so checked lists survive app restarts, and ready-made templates for shopping lists, recipes, CSV viewers, and markdown documents.

Why is it gaining traction?

The hook is simple: you get interactive, stateful web content directly in Telegram chat without relying on inline HTML rendering (which Telegram doesn't support). The artifact server is refreshingly simple -- no database, no auth, just files on disk. The stdlib-only constraint means it works in restricted environments where pip is unavailable. Templates like the recipe viewer with built-in portion scaling and countdown timers show real craft. For Hermes Agent users, it's a native integration that makes the agent's outputs tangible and interactive.

Who should use this?

Hermes Agent users who want their AI agent to produce interactive outputs. Developers building Telegram bots that need richer UI than plain messages. Anyone who wants to embed persistent checklists, data tables, or formatted documents in Telegram conversations without building a full web app. Not for teams needing enterprise auth, high availability, or complex artifact management.

Verdict

The concept is solid and the execution is thoughtful, but the 16 stars and 0.699% credibility score reflect a niche, early-stage project. Documentation is thorough for the happy path but test coverage is unclear. If you're already running Hermes Agent, this is a natural addition. For standalone use, treat it as a starting point -- you'll likely need to adapt the HTTPS setup and hosting for production. Worth evaluating if interactive Telegram content fits your workflow, but don't bet a production system on it yet.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.