Your Polar.sh license is confirmed. You will receive your license key via email. Follow the steps below to deploy PasteHere on your Cloudflare account.
Deploy PasteHere to your Cloudflare account in under 5 minutes.
Check your email for the license key from Polar.sh. It will look like: paste_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
You should have received a GitHub invitation to dzulfikar08/pastehere. Accept the invite to get access to the source code.
Once you have access, visit the repo: github.com/dzulfikar08/pastehere
From the README, click the "Deploy to Cloudflare" button. It will fork the repo to your GitHub and deploy it to your Cloudflare Workers account.
Alternatively, clone and deploy manually:
git clone https://github.com/dzulfikar08/pastehere.git cd pastehere bun install bun run deploy
Before deploying, create the required Cloudflare resources:
# Create D1 database bunx wrangler d1 create pastehere-db # Copy the database_id into wrangler.toml # Create R2 bucket bunx wrangler r2 bucket create pastehere-bucket
After deployment, visit your site. The setup wizard will:
① Check your Cloudflare resources
② Prompt you to enter your license key
③ Let you set your workspace password
Once activated, you're live. The license stays validated — no phoning home.
wrangler.toml:[[routes]] pattern = "paste.yourdomain.com" custom_domain = true
Cloudflare handles SSL automatically. No additional configuration needed.
Need help with deployment, license activation, or customization?
[email protected]