Skip to main content
Choose the path that matches your starting point:
  • install @redopjs/redop when you already have a TypeScript app
  • use create-redop-app when you want a generated starter project

Install Redop in an existing project

Bun is the default local runtime (.listen()), but the same app deploys to Node, Cloudflare Workers, and Vercel through thin adapters. See Runtime adapters.

Scaffold a starter app

If you want a ready-to-run project instead of wiring the first files yourself:
The interactive flow can generate:
  • an HTTP or stdio starter
  • tool, resource, and prompt examples
  • optional deploy presets for Bun hosts, Cloudflare, and Vercel

What to do next