Skip to main content

Documentation Index

Fetch the complete documentation index at: https://redop.useagents.site/docs/llms.txt

Use this file to discover all available pages before exploring further.

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

Install Redop in an existing project

bun add @redopjs/redop zod
Redop is Bun-first. The examples, transport helpers, and starter projects assume you will run the server with Bun.

Scaffold a starter app

If you want a ready-to-run project instead of wiring the first files yourself:
bun create redop-app my-redop-app
The interactive flow can generate:
  • an HTTP or stdio starter
  • tool, resource, and prompt examples
  • optional deploy presets for hosted HTTP projects

What to do next