This is an automated archive made by the Lemmit Bot.

The original was posted on /r/opensource by /u/Nikmost on 2025-08-12 21:55:51+00:00.


Tiny Code Share - a simple code sharing tool that doesn’t store anything on servers.

I finally worked up the courage to share something I’ve been working on.

The idea is simple. Sometimes I want to share some code making sure it won’t get stored/logged/saved anywhere. So I built this project with that in mind.

The code gets compressed and put in the URL fragment. So when you share a link, the code travels with it, but never actually hits any server/database.

It’s not groundbreaking, but maybe it’ll be useful for people who care about keeping their code snippets private.

Would love any feedback, especially if you spot anything obviously wrong. No pressure to use it, but if you’re curious:

www.tinycodeshare.app

github.com/NicoDeGiacomo/tiny-code-share