Replit / Bolt.new

Browser-based full-stack AI coding: build and deploy a small app without leaving the browser.

When to use it

Hands-on

Telegram

Replit/Bolt are for building and deploying apps, not for running a Telegram gateway. To build a Telegram bot, use OpenClaw or the custom bot (playgrounds/telegram-ai-bot/). You could build the bot logic in Replit/Bolt and run it elsewhere.

Quick product recipe

Full-stack mini app in the browser + deploy link (~15 min).

  1. Open Replit (with Agent) or Bolt.new in the browser.
  2. Prompt: "Build a simple todo app with a list and add/delete, and a small backend that persists in memory or a file."
  3. Let the agent generate front-end and back-end; run and test in the in-browser preview.
  4. Use "Deploy" or "Share" to get a public link. Optionally export the code and run locally.

No separate playground in this repo; the "playground" is Replit or Bolt.new in the browser.