VOIDPASTE

VoidPaste vs GitHub Gist

Gists are durable and identity-backed. VoidPaste is for pastes that shouldn't live forever.

Both tools share text and code via a URL. They optimize for different jobs. This comparison sticks to documented behavior — no fake migration stats.

Create a VoidPaste · All alternatives · gist.github.com

Side-by-side

VoidPasteGitHub Gist
Primary jobEphemeral share — expire, burn, privacy modesDurable snippet — version, fork, comment, clone
AccountOptional; anonymous create supportedGitHub account for create/manage
“Hidden” sharingUnlisted (URL secrecy), private (owner ACL), password, optional client encryptionSecret gist = unlisted URL; not a true ACL; lives on GitHub
Expiration / burnYes — presets, max views, burn-after-readingNo first-class TTL/burn — persistence is the point
API / CLIREST + Go CLI on voidpaste.comGitHub REST API + gh CLI
Size / costFree; 1 MB per paste; rate limitsGitHub plan limits and rate limits
Identity / SEONot a portfolio or public profile productTied to GitHub profile; public gists are discoverable

Choose VoidPaste when

  • You are dumping a stack trace or env sample into Slack/Discord for an hour.
  • You need burn-after-reading or a hard expiration.
  • You want optional client-side encryption so the server holds ciphertext only (with the usual “trust our JS” caveat — security).
  • You do not want the paste attached to your GitHub identity forever.

Choose Gist when

  • You want revisions, forks, and comments on a snippet.
  • The snippet belongs next to your GitHub work and may be cited long-term.
  • You already automate with gh and GitHub tokens.
  • You need multi-file gists as mini-repos.

Secret gist ≠ private VoidPaste

A secret gist is secrecy-by-URL on GitHub’s infrastructure. Anyone with the link can read it; GitHub staff and systems can access content under GitHub’s policies. A VoidPaste private paste requires the owner’s session or API key. An unlisted VoidPaste is closer to a secret gist (link secrecy). For ciphertext that the host should not read, use VoidPaste client encryption or self-host PrivateBin. More modes: private pastes.

Try it

Create a paste with a short expiration or burn enabled — free, no GitHub account required.