This whole site fits inside the URL!
To host yours: use the command-line: put everything in a ZIP file, Base 64 encode it, and tack it after "https://smolsite.zip/". For instance, if your smol site is comprised of two files, index.html and mylogo.png, you can generate a URL like so:
$ echo "https://smolsite.zip/`zip -DXjq9 - index.html mylogo.png | base64 --wrap 0`"
Sure, drag the ZIP file to the bottom purple bar.
Yes! Click on the QR code below to see a printable/scannable version of this website.
Yes, it's open source, part of the Lwan web server project.
The contents are processed in the server and kept in RAM for 15 minutes. The content is gone after that, unless someone opens the same link again.
Deflated data is sent back unmodified to browsers, and no recursive unzipping happens. So, yes, it's somewhat protected against ZIP bombs.
We'll do our best to ensure exact URLs are blocked from being shared by smolsite. (We can't fully take the content down, as it is in the URL and that's something we do not control: if someone has a link to improper content, they can extract it without the need of smolsite.) Send the full link to abuse.smolsite@tia.mat.br with the reason the content should be taken down and we'll take it from there.