Ok, this was pretty fun. With mastodon links being blocked, I remembered a site that would store an HTML page in the URL.
So I built a mini app to create a bio without storing any data.
Finally got a chance to try out AlpineJS for a tiny app, which was fun!
I did a crazy encode process:
JSON -> string -> lzstring compress -> base64 -> URI encode
The compress part actually made the URL longer though.


