DECIDE FIRST
What is this project
A self-hosted paste, short-link and sharing service
What problem does it solve
Development and operations teams need to share text or links temporarily without relying on an uncontrolled third-party paste service
Who it is for
- Development and operations teams
- Small companies that need a simple sharing endpoint
What it can do
- Create and read text with curl
- Generate short links and management links
- Expire content after a configured lifetime
Before you deploy
- A Cloudflare Worker and KV
- The deployer chooses visibility and expiration policies
What to know first
- The free-tier fallback does not support R2 multipart uploads
- Anyone with a readable link may access content, so sharing boundaries must be reviewed
WHAT HAS BEEN CHECKED
Discovered3 EVIDENCESPEC 0.2.12026-08-03
How it runs

Give this to your Agent
Please follow https://github.com/smallgreen-cloud/adapter-pastebin-worker/AGENTS.md to deploy this serviceWhere it runs and what it touches
- Upstream
- SharzyL/pastebin-worker
- License
- MIT
- Profile
- small-app
- External services
- None
- Data flow
- This KV-only fallback stores pastes in KV and does not support multipart uploads or R2 cleanup jobs