BWAI SYSTEM v1.0
Initializing...
[OK] Loading projects...
[OK] System ready
        
┌─[bwai@showcase]─[~/projects/pastebin]
└─$ cat info.txt

> Cloudflare Worker Pastebin

A guide and code for setting up a simple pastebin service using Cloudflare Workers.

AUTHOR: @Liew @FrensNetwork
DATE: 12-02-2025
[ LAUNCH DEMO ]
$ display screenshot.png
Cloudflare Worker Pastebin screenshot
┌─[DOCUMENTATION]
└─$ cat README.md

About

A tutorial and code snippet for deploying your own pastebin-like service using Cloudflare Workers. Perfect for those already using Cloudflare.

How to Deploy

  1. Create and deploy Cloudflare Worker: Cloudflare Dashboard → BUILD → Compute & AI → Workers & Pages → Create application → Start with Hello World! → Deploy
  2. Edit the Hello World worker’s code with the pastebin code
  3. Bind the Worker to your domain: Cloudflare Dashboard → Domain → Workers Routes → Add route

Features

  • Serverless pastebin
  • Runs on Cloudflare Workers
  • Fast and free tier available
  • Custom domain support

Code

View the code: Pastebin Code

[OK] Project loaded successfully | _