Wastebin
Released under MIT, Wastebin provides lightweight, minimal and fast pastebin with an SQLite backend on self-hosted infrastructure.
Overview
wastebin is a pastebin 📝 wastebin is a pastebin 📝. Contribute to matze/wastebin development by creating an account on GitHub. The project has 762 GitHub stars and is licensed under MIT.
Key Features
Source: GitHub README
- axum and sqlite3 backend
- comes as a single binary with low memory footprint
- compresses pastes using zstd
- syntax highlighting for > 170 languages with syntect
- comes with eight color themes in light and dark mode
- encrypts entries using ChaCha20Poly1305 and argon2 hashed passwords
- allows deletion after expiration, after reading or by anonymous owners
- shows QR code to browse a paste’s URL on mobile devices
Getting Started
Source: GitHub README
docker run \
-e WASTEBIN_DATABASE_PATH=/data/state.db \
-v /path/for/storage:/data \
-u $(id -u):$(id -g) \
quxfoo/wastebin:latest
Normalized Features
Source: tool-features-normalized.json
binary, dark mode, docker, docker compose, encryption, file attachments, plugins, rest api, sqlite, themes.
Deploy
Features
Integrations & APIs
- Plugin / Extension System
- REST API
Media & Files
- File Attachments
Customization & Branding
- Dark Mode
- Themes / Skins
Security & Privacy
- Encryption
Related Developer Tools Tools
View all 181 →Neovim
97KThe hyperextensible Vim fork that rewards the time you invest — sub-100ms startup, modal editing, total customization, and no licensing fees.
Hoppscotch Community Edition
78KOpen-source API development ecosystem — lightweight, fast alternative to Postman with REST, GraphQL, WebSocket, and real-time API testing.
code-server
77KRun VS Code on any machine and access it through a browser — code from your iPad, Chromebook, or any device with a web browser.
Appwrite
55KOpen-source backend-as-a-service with authentication, databases, storage, functions, and messaging. Self-hosted Firebase alternative for web and mobile apps.
Gitea
54KLightweight, self-hosted Git service with code hosting, pull requests, CI/CD, package registry, and project management. GitHub alternative that runs on a Raspberry Pi.
Gogs
48KA painless, lightweight, self-hosted Git service written in Go. Minimal resource usage, easy setup, and runs on anything from a Raspberry Pi to a VPS.