rdrr

What your LLM actually sees

 
 

Quick Start

# Open-source, MIT. 100% free forever — runs fully locally on your machine.
# No account, no rate limit, no subscription.
# https://github.com/fkonovalov/rdrr

# Install globally:
npm i -g rdrr

# Or run without installing:
npx rdrr https://react.dev/learn

# Works on any URL — web pages, YouTube, GitHub, PDFs:
rdrr https://react.dev/learn
rdrr https://www.youtube.com/watch?v=dQw4w9WgXcQ
# No install needed. Prepend rdrr.app/ to any URL:

curl "https://rdrr.app/react.dev/learn"

# Hosted rate limit: 1,000 requests/month per IP.
# Sign in for 3,000 more, or install the CLI for unlimited local use.
# Go to rdrr.app and paste any URL.
# Or navigate directly:

https://rdrr.app/react.dev/learn
https://rdrr.app/youtube.com/watch?v=dQw4w9WgXcQ
# POST with JSON body. Grab a key from /dashboard first.

curl -X POST https://rdrr.app/api/parse \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://react.dev/learn"}'

Free Forever

Open-source, MIT licensed.

GitHub