v0 (Vercel)

Vercel's v0 for AI-generated UI components and quick front-ends.

When to use it

Hands-on

Telegram

v0 is for UI generation, not Telegram. For Telegram bots, use OpenClaw or the custom bot (playgrounds/telegram-ai-bot/). You could use v0 to build an admin UI for a bot.

Quick product recipe

Generate a UI with v0, hook it to a tiny backend (~15 min).

  1. Go to v0.dev and prompt for a simple UI (e.g. "dashboard with a table and a button").
  2. Copy the generated React/Next.js code into a new Next.js app (or use Vercel's "Export" if available).
  3. Add a tiny API route (e.g. Vercel serverless function or Next.js API route) that returns mock or real data.
  4. Connect the UI to that API (fetch on load or on button click). Deploy on Vercel.

No separate playground in this repo; use any Next.js app and v0.dev.