web-app
Pastebin
Hosted pastebin for quick text drops, raw sharing, permanent signed-in pastes, and simple view tracking.
Problem
Snippets, notes, and config fragments need a dead-simple place to live without spinning up a full repository or gist flow.
Approach
The pastebin shares the same small-webapps service as the shortener, letting anonymous pastes expire by default while signed-in users can keep permanent entries and manage them from a dashboard.
Highlights
- Anonymous pastes get shareable `/p/{slug}` and `/raw/{slug}` routes with automatic expiry.
- Signed-in users can create permanent pastes and review them from a lightweight dashboard.
- Raw and rendered views make it useful for logs, snippets, and quick note drops.