Another No-Database Paste Service
Mimo is a website that lets you share any text with others through links without storing it in a server database. It is heavily inspired by NoPaste but uses brotli-unicode for text compression, which produces a Unicode string. This makes the URL fragment much shorter than using LZMA + Base64.
coming soon
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;