A (very) simple pastebin clone which stores plain-text in the Veilid DHT, the site creates a unique key for each entry which would then allow the text to be accessed from any Veilid node.
BeePaste is a simple pastebin which is written using Python and the Sanic framework. Designed to be self-hosted and easy to use - paste logs, snippets, and documents. Send stuff from the command line. Has an API that aims to make it easy and flexible to use. Supports shared key (XOR) and PGP encryption. Use the ACE Editor so it's closer to a pad than a pastebin.
Team's Github org: https://github.com/beepaste
Backend written in Python, uses Mongo and Redis.
A minimalist Pastebin-alike where the server cannot know what the contents of any posts are. All posts are encrypted with AES on the client-side, and only cyphertext is stored on the server. Posts can be further encrypted with a passphrase that prevents unauthorized casual reading. Must run over HTTPS for maximum protection. Can be extensively configured on the server side. Posts can expire after a certain period of time or after a single viewing.