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
| VoidPaste | GitHub Gist | |
|---|---|---|
| Primary job | Ephemeral share — expire, burn, privacy modes | Durable snippet — version, fork, comment, clone |
| Account | Optional; anonymous create supported | GitHub account for create/manage |
| “Hidden” sharing | Unlisted (URL secrecy), private (owner ACL), password, optional client encryption | Secret gist = unlisted URL; not a true ACL; lives on GitHub |
| Expiration / burn | Yes — presets, max views, burn-after-reading | No first-class TTL/burn — persistence is the point |
| API / CLI | REST + Go CLI on voidpaste.com | GitHub REST API + gh CLI |
| Size / cost | Free; 1 MB per paste; rate limits | GitHub plan limits and rate limits |
| Identity / SEO | Not a portfolio or public profile product | Tied 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
ghand 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.