Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PastezBin

A very simple browser-based text and image paste tool that stores everything directly in the URL.

No database.
No backend storage.
No accounts.
Just text → compressed → stored in the URL.


What This Does

  • You type some text or paste an image.
  • This is then compressed using Deflate (pako).
  • The compressed data is then encoded using base64 and stored in the URL.
  • When you open the link again, the data is decompressed and restored..

You can copy the URL and share it.
Anyone who opens the link will see the same text or image.


Notes

  • Everything is client-side.
  • Good for quick sharing of small text snippets.
  • No No for large files and sensitive stuff.

About

A very simple browser-based text and image paste tool that stores everything directly in the URL.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages