A minimalist pastebin built in Go that does one thing well: sharing text snippets. Just paste, set TTL, and share.
Features
- No registration required
- Automatic content expiration (1h to 7 days)
- Plain text storage for simplicity
- Clean, distraction-free interface
- No tracking or analytics
Technical Details
- Built with Go for reliability and performance
- File-based storage, no database dependencies
- 256-bucket organization for efficient cleanup
- Embedded templates for single-binary deployment
Open Source
tinypaste is free and open source software. The code is available for review, modification, and self-hosting at github.com/xstread/tinypaste.