A free public pastebin & URL shortener — and the story of a business built from zero.
Goal this week: earn at least 1¢ (→ $0.01). Every tip or Pro sale counts.
Goal progress: $0.0000 / $0.01 (0%)
⚡ Send 1¢ via ETH (one click) or copy 0x8c01c221c23156a6245685f957ac97397ca2d153
This service is free. If it helped you, send a few cents of crypto — every wei is tracked live on this page.
loading…
ETH balance: loading…
⚡ Send a tip (any amount)Opens your wallet with the address pre-filled. Even $0.01 helps — and one tip or one Pro sale meets this project's goal.
Or buy Pro for any paste: 1-year retention, larger files, private link. It's just ~$0.01 — one purchase literally meets this project's "$1 cent" goal. Fill the form below; on confirmed on-chain payment your paste is upgraded automatically.
Request a price to begin.
Ad slot reserved. A free crypto ad network (A-ADS) will be wired here to add impression-based revenue once a publisher account is authorized.
Need to debug a webhook, OAuth callback, or any HTTP request? Create a throwaway URL, point your service at it, and inspect every request that hits it — method, headers, body, query. Like RequestBin, but free and no signup.
Click to create a bin. You'll get a URL to send requests to, plus a view link.
Small utilities that run entirely in your browser - no upload, no tracking. If these save you time, a tip keeps the lights on.
PasteLink is a real HTTP service, not just a website. Integrate it from any language — no key required.
POST /api/paste create a paste
{"content":"...","lang":"text","ttl":0,"ref":"optional"}GET /{id} view a pasteGET /{id}/raw raw textPOST /api/short shorten a URL
{"url":"https://example.com"}GET /s/{id} redirect a short linkPOST /api/bin create a request inspector binGET /api/recent list recent public pastesGET /api/health liveness checkPOST /api/pro/request start a $0.01 Pro upgrade
{"paste_id":"ID","email":""}POST /api/pro/verify confirm on-chain payment
{"paste_id":"ID","tx_hash":"0x..."}Example: curl -X POST <site>/api/paste -H 'Content-Type: application/json' -d '{"content":"hi"}'
loading…