Replit / Bolt.new
Browser-based full-stack AI coding: build and deploy a small app without leaving the browser.
When to use it
-
You want to go from idea to deployed app quickly, all in the browser.
-
You're evaluating AI coding tools and want to compare with Cursor/Copilot/Windsurf (which are IDE-based).
Hands-on
-
Prerequisites — Browser; Replit or Bolt.new account.
-
Use — replit.com (Replit Agent) or bolt.new. Describe the app; the agent generates and runs it; you get a shareable/deploy link.
-
Runnable example — Full-stack mini app in the browser and deploy link (see Quick product recipe).
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).
- Open Replit (with Agent) or Bolt.new in the browser.
- Prompt: "Build a simple todo app with a list and add/delete, and a small backend that persists in memory or a file."
- Let the agent generate front-end and back-end; run and test in the in-browser preview.
- 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.