License Confirmed

Thank you for your
purchase.

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.

Deployment Steps

Deploy PasteHere to your Cloudflare account in under 5 minutes.

1

Get your license key

Check your email for the license key from Polar.sh. It will look like: paste_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

2

Access the GitHub repository

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

3

Deploy to Cloudflare

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
4

Create Cloudflare resources

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
5

Activate your license

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.

Custom Domain: To use your own domain, add a route in wrangler.toml:
[[routes]]
pattern = "paste.yourdomain.com"
custom_domain = true

Cloudflare handles SSL automatically. No additional configuration needed.

No Vendor Lock-In: Your data stays in your Cloudflare account (D1 + R2). If we disappear, your instance keeps running. No license check after activation, no recurring validation, no external dependencies.

Need help with deployment, license activation, or customization?

[email protected]