For an event at <a href="https://hellopaint.io" rel="nofollow">https://hellopaint.io</a> we needed something that forwards to a random url from a list of urls (We created multiple drawing rooms and wanted people to evenly distribute across them during a twitch stream).<p>It could also be used to forward to a random Website or a random YouTube video, but I'm thinking if I should limit it so all links have to redirect to the same domain, to limit the potential of abuse.<p>Since I couldn't find any such service, I made one myself. (later I found this: <a href="https://randurl.com/" rel="nofollow">https://randurl.com/</a> but it doesn't provide any statistics)<p>It's made using Rust, Yew, daisyUI and Postgres
<a href="https://github.com/lucasmerlin/hurlurl" rel="nofollow">https://github.com/lucasmerlin/hurlurl</a>