Code Snippets & Pastebins
Code Snippets & Pastebins tools -- a subcategory of Developer Tools
Replace Popular SaaS
11 Tools
PrivateBin
8.1KPrivateBin handles minimalist pastebin/discussion board where the server has zero knowledge of hosted data as a self-hosted solution.
MicroBin
4.1KSelf-hosted cloud storage & sync tool that provides secure, configurable file-sharing and URL shortening web app.
Opengist
3KOpengist gives you pastebin powered by Git on your own infrastructure.
ByteStash
2.3KByteStash gives you pastebin and file storage service on your own infrastructure.
rustypaste
1.1KRustypaste is a self-hosted file sharing & upload tool that provides minimal file upload and pastebin service.
Wastebin
762Released under MIT, Wastebin provides lightweight, minimal and fast pastebin with an SQLite backend on self-hosted infrastructure.
paaster
537Self-hosted code snippets & pastebins tool that provides end-to-end encrypted pastebin built with the objective of simplicity.
Pastefy
419Self-hosted code snippets & pastebins tool that provides beautiful, simple and easy to deploy Pastebin.
Chiyogami
74Chiyogami is a self-hosted code snippets & pastebins tool that provides pastebin with API.
Snippets Library
62Self-hosted code snippets & pastebins tool that provides modern code snippet manager for devs.
GigaPaste
2GigaPaste lets you run file sharing, URL shortening, and pastebin all-in-one entirely on your own server.
Why Self-Host Your Code Snippets and Pastebins?
Pastebin and GitHub Gists are convenient for sharing code, but everything you paste is stored on their servers — often publicly indexed by search engines. For sharing internal code snippets, configuration fragments, API keys, or debugging output, this creates an information leak. Self-hosted pastebins keep your shared text within your network.
PrivateBin is the gold standard for self-hosted encrypted pastebins — content is encrypted in the browser before being sent to the server, meaning the server never sees the plaintext. MicroBin provides a lightweight alternative with file uploads, URL shortening, and expiring pastes in a tiny container. OpenGist replicates GitHub Gist functionality with syntax highlighting, versioning, and user accounts. ByteStash focuses on organized code snippet libraries with tagging and search for developer teams.
For more structured snippet management, Snippets Library provides a categorized, searchable code snippet repository. Pastefy and Paaster offer feature-rich paste services with syntax highlighting and API access. Rustypaste is a minimal, fast pastebin written in Rust for users who want the smallest possible footprint. Wastebin provides a modern interface with syntax highlighting and optional encryption. Chiyogami adds collaborative paste editing. GigaPaste handles large file uploads alongside text pastes — useful when you need to share both code and binary files through the same self-hosted service.