A small single-page site explaining "sloppypasting": pasting raw AI output into a conversation without first reading it, trimming it, or pointing at the part that matters.
- Static HTML + CSS for fast first load
- Cloudflare Workers for hosting
- SST v4 for deployment and domain wiring
- Install dependencies with
npm install. - Authenticate SST against your Cloudflare account.
- Optionally set
POSTHOG_KEYandPOSTHOG_HOSTfor analytics. - Run
npm run dev.
Run npm run deploy.
Production deploys attach the Worker to sloppypaste.com. Non-production stages get their own generated URL.
The repo includes a GitHub Actions workflow at .github/workflows/deploy.yml.
It deploys the production stage when you push to main, and it also supports manual runs from the Actions tab.
Add these repository secrets before using it:
CLOUDFLARE_API_TOKENCLOUDFLARE_DEFAULT_ACCOUNT_IDPOSTHOG_KEY(optional)POSTHOG_HOST(optional, defaults tohttps://us.i.posthog.com)
The token needs Cloudflare permissions that can deploy Workers and edit the DNS zone for sloppypaste.com.