mirror of
https://github.com/SrIzan10/featherbin.git
synced 2026-06-06 00:56:49 +00:00
2d2d7bb8222268eac4ab5c3ac8f4a3b84882564e
featherbin
featherbin is the fastest pastebin on the internet. it returns stuff on plaintext to experience the true speed.
it also has a cool name I came up with in 5 seconds and uses cheesy tech and uses hono and has only a 40-line codebase (now that's speed)
serverless btw 😎
usage
send a POST request to https://fb.srizan.dev/paste with the body being the content you want to paste. the response will be plaintext, containing the url of the paste.
example
$ curl -X POST https://fb.srizan.dev/paste -d "hello, world!"
asdf2
technologies used
- cloudflare workers
- hono
- cloudflare kv
- typescript
Description
Languages
TypeScript
100%