TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A simple API/CLI for scheduling HTTP requests

12 pointsby areichertover 1 year ago
Hi HN!<p>This is something I&#x27;ve been tinkering on for the past couple months. It&#x27;s basically just an API&#x2F;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&#x27;ve needed scheduled&#x2F;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 ¯\_(ツ)_&#x2F;¯<p>The tool relies heavily on Elixir&#x27;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&#x27;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:&#x2F;&#x2F;www.booper.dev&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.booper.dev&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;docs.booper.dev&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;docs.booper.dev&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;sorentwo&#x2F;oban">https:&#x2F;&#x2F;github.com&#x2F;sorentwo&#x2F;oban</a><p>[3] <a href="https:&#x2F;&#x2F;mintlify.com&#x2F;">https:&#x2F;&#x2F;mintlify.com&#x2F;</a><p>[4] <a href="https:&#x2F;&#x2F;resend.com&#x2F;">https:&#x2F;&#x2F;resend.com&#x2F;</a><p>[5] <a href="https:&#x2F;&#x2F;www.radix-ui.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.radix-ui.com&#x2F;</a>

2 comments

gingerlimeover 1 year ago
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:&#x2F;&#x2F;github.com&#x2F;cronyo&#x2F;cronyo">https:&#x2F;&#x2F;github.com&#x2F;cronyo&#x2F;cronyo</a>
zenorochaover 1 year ago
Resend founder here. Super nice to see the work that you&#x27;re doing. We need more scheduling tools for developers.
评论 #37684826 未加载