Install Huzzler App

Install our app for a better experience and quick access to Huzzler.

Back
Samir
@ksamirdev 2 weeks ago

I built a tiny tool to schedule stuff inside your app — would love to know what you think!

Hey devs 👋

I’ve been working on a tool called Schedify — it lets your app schedule stuff to happen later, like…

  • send something in 5 minutes
  • trigger a feature next week
  • run logic in 2026 (seriously)

Why I built it:

Every time I needed to delay something in my own apps, it turned into a spaghetti mess of cron jobs, queues, and time-based hacks. So I made Schedify to do one thing: help you delay things cleanly — no boilerplate, no infra pain.

It’s super early (no users yet) but I’d love to hear:

  • Does this solve a real pain for you? 
  • What would make this actually useful in your stack?
  • Anything missing that you’d expect?

Right now it's in private beta — if you’re building something and think this might help, drop a comment or DM. Happy to share access.

Thanks!

→ schedify.dev

/
/

Comments

Login to post a comment.

Vincent
cool concept! and what if your server is offline when it sends the webhook request? will it retry every x minutes like with stripe? 😁
1

Login to post a comment.

Samir
@ksamirdev
2 weeks ago
Thanks! 😄
Great question — at the moment, if the server is offline, the webhook won’t retry. That said, our servers are 99.99% operational, and in the rare case something goes down, it’s usually back up within seconds. Plus, I’m adding automatic retry support in Q2 2025, just like Stripe — so it’ll try again until it’s delivered. 🚀
1

Login to post a comment.

Vincent
No worries at all. Yes, but I mean you may have 99.99% uptime, but maybe the server of your user (who is running the webbhook) will have 90% uptime. That's a possibility
0

Login to post a comment.

Samir
@ksamirdev
2 weeks ago
Ahh yep, totally makes sense — you're right! Even if our servers have 99.99% uptime, the user’s server might be down when we send the webhook. That’s why I’m adding automatic retries in Q2 2025, so failed requests will keep trying smartly until they go through. 🙌

Now the real challenge is getting people to actually sign up 😅
1

Login to post a comment.

Vincent
Awesome! And don't give up man. Getting the first users is extremely hard nowadays.
1

Login to post a comment.