T27.AI

Agents

A video editor that opens inside Telegram.

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.

What it is

Nine sections in one bar

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.

Opens on the feed

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.

A Mini App, not a web page in a frame

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.

Honest limits

Rendering is not currently available

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.

Generation history is not yet shared with the bot

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.