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
Deployment requirements
- A Cloudflare Worker and KV
- The deployer chooses visibility and expiration policies
Known limitations
- The free-tier fallback does not support R2 multipart uploads
- Anyone with a readable link may access content, so sharing boundaries must be reviewed
Discovered3 EVIDENCESPEC 0.2.12026-08-03

Give this to your Agent
Please follow https://github.com/smallgreen-cloud/adapter-pastebin-worker/AGENTS.md to deploy this serviceOwnership and data
- 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