UseDocumentation 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.
create-redop-app when you want a working Redop project instead of starting from an empty directory.
Run the scaffold
Choose your starter shape
The interactive flow asks for:- project name
- package manager
- schema library (
zod,json-schema,valibot,typebox) - starter components (
tools,resources,prompts) - transport (
httporstdio) - deploy target for HTTP projects
Generated files
Every starter includes:package.jsontsconfig.jsonsrc/index.tsREADME.md
src/index.ts can include:
- a sample tool
- a sample resource
- a sample prompt
Dockerfilefly.tomlvercel.json
Generated scripts
dev:bun run --watch src/index.tstypecheck:tsc --noEmit