Skip to main content
SunPaste
SunPaste is a self-hosted paste-sharing application for code, text, and developer notes. This guide explains the real pages, controls, routes, and behaviors that exist in SunPaste. This guide is for:
  • people creating and sharing pastes
  • logged-in users working with protected or private content
  • admins operating a SunPaste instance
  • developers using the REST API and API keys

Buy SunPaste

Available on BuiltByBit and the Sundevs Store.

Managed Hosting

Let us host SunPaste for you.

What SunPaste does

SunPaste lets you:
  • Create a paste in the browser
  • Choose whether it is public, unlisted, or private
  • Add an optional custom URL slug
  • Add an optional expiration time
  • Protect a paste with a password
  • Make a paste self-destruct after the first successful view
  • Share a normal view link, raw text link, QR code, or embed snippet
  • Manage the instance through the dashboard, settings, integrations, user management, and role management pages
  • Automate paste creation and retrieval through the REST API and API keys

Route map

  • Singular paste means the browser viewer page: /api/v1/paste/{slug}
  • Plural pastes means the JSON API: /api/v1/pastes/{slug}
  • The Integrations page uses a capital I: /Integrations