# SharzyL/pastebin-worker

Pastebin on Cloudflare worker, with friendly CLI usage and rich features

Repository: https://github.com/SharzyL/pastebin-worker
Canonical: https://ross.abutalabs.com/products/pastebin-worker
Homepage: https://shz.al
Language: TypeScript
License: MIT
License Family: permissive
Topics: cloudflare-worker, pastebin, self-hosted, wrangler
Last push: 2026-08-20T04:28:35+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 35, longevity 100
- inputs: {"age_days": 1984, "days_push": 13, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1047, forks 359 (observed 2026-08-28T04:03:22.147092+00:00)

## What it is
A self-hostable pastebin and URL shortener running on Cloudflare Workers, using Workers KV and R2 for storage. It offers a web UI, an HTTP API, a Python CLI helper (pb), and features like syntax highlighting, client-side encryption, and markdown rendering.

## Use cases
- self-host a pastebin on my own domain
- share code snippets with syntax highlighting from the command line
- shorten URLs with a custom short link service
- upload and share files via curl
- share encrypted pastes
- give my coding agent an API to upload and fetch pastes

## When to choose
- you want a cheap or free pastebin hosted on Cloudflare with your own domain
- you primarily share text, code, markdown, or small-to-medium files from the CLI
- you want URL shortening bundled with your paste service

## When to avoid
- you need uploads over 100 MB or heavy file hosting beyond Cloudflare's limits
- you don't use Cloudflare for your domain's DNS
- you need user accounts, comments, or multi-user paste management

## Facets
- artifact type: application
- maturity: active
- function: http-server, cli, file-upload, search-engine
- domain: self-hosted, web-development, developer-tools, cloud-computing
- platform: cli, cloud, self-hosted, python
- tags: pastebin, cloudflare-workers, url-shortener, serverless, kv-storage, r2, syntax-highlighting, encryption, markdown, web-server, nodejs

## Member repositories
- SharzyL/pastebin-worker (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:22.147092+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:01:04.610228+00:00, confidence not recorded.
  - readme: https://github.com/SharzyL/pastebin-worker (fetched 2026-08-28T04:03:22.147092+00:00, sha ec9f1425f35f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
