
Pastefy
Feature-rich open-source pastebin and code snippet manager
450 stars 86 forks last commit first released MIT
Actively maintained
Last commit 1 Jun 2026.

Pastefy is an open-source, self-hostable Pastebin-style application for sharing and storing code snippets, text files, and lightweight media previews. It provides a web UI and a RESTful API for creating, forking, organizing and retrieving pastes.
Key Features
- Web UI built with Vue and a Java-based backend for creating, forking and managing pastes
- REST API for programmatic paste creation, retrieval and client integrations
- OAuth2 login providers support (multiple providers and custom OIDC configuration)
- Folder and user paste management with admin panel for site administration
- Raw preview, copy button, syntax-aware previews for Markdown, Mermaid, SVG, CSV, GeoJSON, diffs and asciinema recordings
- File upload support and curl-compatible upload endpoint
- Extensions and client libraries (Java, Go, JavaScript/TypeScript) and editor integrations
Use Cases
- Quickly share code snippets, config files or logs with teammates or public audiences
- Store and replay terminal recordings or structured data (asciinema, GeoJSON, CSV) for troubleshooting and demos
- Integrate paste creation into developer tools, CI scripts or editor extensions via the REST API
Limitations and Considerations
- Backend is JVM-based and typically deployed with Maven/Java; requires a Java runtime and a relational database (MySQL commonly used)
- Admin role assignment may require direct database changes for initial setup as noted in administration instructions
- Authentication is primarily OAuth/OIDC based; enterprise directory integrations beyond OAuth may require custom configuration
Pastefy is suitable for teams and individuals who need a lightweight, extensible paste service with API access and rich previews. It balances a modern web frontend with a Java backend and supports common deployment patterns including Docker and Docker Compose.
Categories:
Tags:
Tech Stack:
Similar to Pastefy
ShotShare
Minimal self-hosted image sharing and screenshot hosting platform
Open-source, self-hosted image sharing app for screenshots and quick uploads with Docker, ShareX support and configurable database/storage backends.

Plik
Temporary file upload and sharing service with web UI and CLI
Plik is a WeTransfer-like temporary file upload and sharing service with a web UI, CLI client, REST API, expiration (TTL), and multiple storage backends.

Kutt
Modern URL shortener with custom domains, stats, and an API
Open-source, self-hostable URL shortener with custom domains, link management, private analytics, and a REST API.

flatnotes
Database-less Markdown note-taking web app with full-text search
Self-hosted, database-less note-taking web app that stores notes as plain Markdown files in a folder, with tagging, wiki links, and full-text search.

Chibisafe
Self-hosted file vault and uploader with shareable links
Chibisafe is a fast, self-hosted file uploader and vault for files, photos, and documents with shareable links, albums, tagging, and API access.

Christmas Community
Web app for shared family wishlists and gift tracking
Self-hosted web app for family wishlists to share gift ideas, avoid duplicate gifts, supports SSO, CouchDB/PouchDB storage and Docker deployment.




