Agents
It is a React and Remotion editor served as a static bundle, launched from a Telegram bot and laid out for a phone. The Telegram runtime is wired properly rather than approximated: the viewport and safe-area insets come from the client, the native back button drives the router, and the same build still works as an ordinary web page.
Feed, search, learn, editor, and generation of avatar, video, image and voice, plus a profile. The strip scrolls horizontally, because nine tabs do not fit across a 375 px phone without crushing the labels.
Telegram can only launch the single URL configured in BotFather, always at the root. The root opens the feed rather than a landing page, so the app starts somewhere usable.
Viewport height and safe-area insets are read from the Telegram client and published as CSS properties; the native back button drives router history; vertical swipes are locked so a drag on the feed does not dismiss the app.
The editor's render backend ran on external services that are no longer reachable, so export does not complete. The interface, the timeline and the preview work; the final render does not.
Assets created by the bot and assets in the editor are still two separate stores. They are not synchronised yet.
Open it from the bot's main menu, or try the web build directly.