Hi HN!<p>This is something I've been tinkering on for the past couple months. It's basically just an API/CLI for scheduling delayed or recurring jobs as HTTP requests.<p>I initially built it as a personal tool to save myself a bit of time on little side projects where I've needed scheduled/recurring alerts, but decided it could be a good opportunity to practice building out a nice landing page [0] and documentation [1]. And who knows, maybe someone else will find it useful ¯\_(ツ)_/¯<p>The tool relies heavily on Elixir's Oban [2] library for managing jobs, and Mintlify [3] for documentation. I also shamelessly stole most of the frontend design from Resend [4] because I'm a fan of the aesthetic and thought it would be good for my design chops to use their design as a guide. I also discovered Radix [5] UI while working on this, which ended up being immensely helpful for moving quickly on the frontend.<p>Anyways, I almost certainly spent a bit too much time on small UX details that are most likely utterly inconsequential, but it was a fun exercise in polish :)<p>All feedback is welcome!<p>[0] <a href="https://www.booper.dev/" rel="nofollow noreferrer">https://www.booper.dev/</a><p>[1] <a href="https://docs.booper.dev/" rel="nofollow noreferrer">https://docs.booper.dev/</a><p>[2] <a href="https://github.com/sorentwo/oban">https://github.com/sorentwo/oban</a><p>[3] <a href="https://mintlify.com/">https://mintlify.com/</a><p>[4] <a href="https://resend.com/">https://resend.com/</a><p>[5] <a href="https://www.radix-ui.com/" rel="nofollow noreferrer">https://www.radix-ui.com/</a>
This looks very sleek. I love it. I had a similar itch to scratch, but created something far less ergonomic[0] a while back.<p>Princing info would be useful though, even if it’s free in Beta.<p>Great job!<p>[0] cronyo: The missing cron CLI for AWS Cloudwatch and Lambda <a href="https://github.com/cronyo/cronyo">https://github.com/cronyo/cronyo</a>