TypeToDeploy
← Back to home

Demo

A message sent in a conversation, the change verified, the site updated — recorded from start to finish.

Real recording, unedited result: the conversation on the left, the site on the right. The video is sped up; in real conditions the update goes live in about a minute.

Verification

This change produced a real commit in the site’s repository.

commit 5fec45dtaras-svystun/taras-and-lisa

Step by step

A second run of the same journey, in screenshots. It reads without sound and without the video.

  1. 01

    The conversation opens

    Telegram conversation: the /start command and the bot reply listing its commands.
    Command
    /start
    Bot reply

    TypeToDeploy reports that it is online and lists its commands: /status for service health, /reset to clear the conversation memory, /undo to revert the last change.

  2. 02

    The service answers

    Telegram conversation: the /status command and the “Bot is alive” reply with its timestamp.
    Command
    /status
    Bot reply

    The bot confirms it is running and gives the time of the check.

    Why it is here

    The person checks the service herself, without asking anyone.

  3. 03

    The site before the request

    Home page of taras-and-lisa.com with no emoji in the headline or paragraph.
    Screen

    The live home page of taras-and-lisa.com.

    What to look at

    The headline and the intro paragraph contain no emoji.

  4. 04

    The request is written, then applied

    Telegram conversation: the request to add emojis, the changed fields, the commit link and the deployment confirmation.
    Request
    Add emojis to the home page text to make it funnier
    Agent action

    The agent changes three home-page fields — heroEyebrow, heroHeadline, heroSubhead — writes a commit, then reports the deployment once the site is rebuilt.

    Trace

    commit 5fec45d · taras-svystun/taras-and-lisa

  5. 05

    The site after deployment

    Home page of taras-and-lisa.com with emojis in the headline and paragraph.
    Screen

    The same page, reloaded after publishing.

    What to look at

    The emojis are in the headline and the intro paragraph. What was typed in the conversation is visible on the public site.

  6. 06

    The change is undone

    Telegram conversation: the /undo command, the revert commit and the deployment confirmation.
    Command
    /undo
    Agent action

    The bot finds its last change, reverts site/src/data/site.json, writes the revert commit and confirms the deployment.

    Trace

    commit 6d81bdd · taras-svystun/taras-and-lisa

  7. 07

    The site returns to its previous state

    Home page of taras-and-lisa.com without emojis again after the undo.
    Screen

    The home page after the undo.

    What to look at

    The emojis are gone. The content matches step 03.

Current limits of this demo

What the system cannot do yet, as of this recording.

  • The agent edits structured content. It does not change site structure or layout.
  • The tool works on a site built for it. Connecting an existing site is not possible yet.
  • One person uses the tool today, on one production site.

The rest of the project — what is built, what still needs validating — is on the home page.

Back to home