Skip to content

Pastefy Features ​

Pastefy is an open source alternative to Gists or Pastebin β€” built for developers and teams who want a simple, self-hostable way to share code, configuration, and text securely.

You can try it right now on the public instance:
πŸ‘‰ pastefy.app

πŸš€ What Makes Pastefy Special ​

Pastefy combines the simplicity of Pastebin with the flexibility of a modern web app.
Whether you’re just sharing a quick script, storing configuration files, or integrating it into your CI/CD pipeline β€” Pastefy adapts to your workflow.

INFO

You can use Pastefy to...

  • Quickly share code snippets or logs
  • Organize projects with folders
  • Record and share terminal sessions (via Asciinema)
  • Visualize data files like CSV, Markdown, Mermaid diagrams, and more
  • Integrate pastes directly into your apps via the REST API
  • Use it for scripting platforms or game modifications

πŸ’‘ Key Features ​

πŸ—‚οΈ Paste Management ​

  • Raw Preview and Copy Button
  • Fork pastes with one click
  • Public / Private / Unlisted
  • Client-Encrypted pastes
  • Syntax Highlighting for 200+ languages
  • Expiration
  • Custom API Integrations
  • Folders for organization
  • Full-screen mode
  • Dark / Light themes

πŸ’Ύ Developer Tools ​

  • API v2 with SDKs for JavaScript, Java, and Go
  • CLI & cURL upload
    bash
    curl -F f=@file.txt pastefy.app
  • OAuth2 Login (Google, GitHub, Discord, Twitch, InteraApps, or custom OIDC)
  • Admin Panel for user and paste management

πŸ’« Previews ​

Pastefy supports rich previews for various file types:

  • πŸ“ Markdown
  • 🧭 Mermaid Diagrams
  • πŸ–ΌοΈ SVG
  • πŸ“Š CSV
  • 🌍 GeoJSON
  • 🧩 Diff / Regex
  • ⏺️ Asciinema Recordings

Sharing pastes ​

  • Embed pastes in websites or blogs
  • Share via QR code
  • Create beautiful Code Screenshots
  • OS sharing (Twitter, Facebook, LinkedIn)
  • RAW links for direct access

βš™οΈ Extensions & Integrations ​

  • VS Code Extension β€” create and manage pastes from your editor
  • Raycast Extension β€” share snippets instantly from macOS
  • Asciinema Integration β€” record terminal sessions and upload them directly
  • OAuth2 Providers β€” Google, GitHub, Discord, Twitch, InteraApps, or custom OIDC

☁️ Deployment ​

Pastefy is built to run anywhere:

  • 🐳 Docker
  • 🧩 Docker Compose
  • ☸️ Kubernetes
  • πŸ’» Manual setup (Java + Node)
  • Optional Redis, MinIO, and Elasticsearch integrations

🧰 Build With Pastefy ​

Pastefy isn’t just for sharing β€” it’s a platform. You can build apps, bots, or internal tools around it using the REST API.

TIP

If you just want to try it out, visit πŸ‘‰ pastefy.app and start pasting β€” no setup required!