1
5 Comments

Feedback for my service: Time Trigger – Point-in-time based notification system

Hello fellow Hackers - longtime lurker, first time poster here. My name Is Dan and I wanted to share a project I have been working on for over a year - Time Trigger (https://timetrigger.dev). Time Trigger is a system that allows developers to have JSON data sent to an endpoint at a specific time in the future.

There are lots of cron services out there, but here is what’s different:

  1. It’s not a cron service: there are no recurring jobs on the platform.
  2. It’s human friendly. Time Trigger was born out of a need to schedule jobs in the future that were time based, so the service allows you to create jobs like “24 hours from now” or “Next Monday” to handle user registration emails and reminders etc.
  3. It’s secure to prevent abuse: You must own and verify the endpoints you want to send data to - either by static file or DNS TXT verification.

This service was originally built for another project I am working on and I decided to just spin it off as a separate product all together - This is the first side project I have ever actually launched and I would love your feedback on it!

Thanks!

on January 30, 2021
  1. 1

    I think a lot of devs who are working on their own app backends and need this feature might prefer to implement this functionality themselves.

    • They may see it as more cost-effective
    • They may prefer not to add your infrastructure as another dependency that they have little control over
    • They may just feel like writing it themselves

    Whether or not they are making the right call, I think you'll be up against this. You can either sell your way through it, or reposition this for a different audience who wouldn't have these objections.

    Perhaps there are some use-cases for No-Coders you can satisfy. Is there anything like this already that can trigger Zapier?

    1. 1

      Hi @mattgillooly, thank you for the great feedback. I love getting constructive criticism and you're absolutely right many devs would probably want to implement this themselves. I did obviously, and it was such a pain to build a reliable distributed system to do this I figured it was worth putting it out there.

      The problem with other solutions is that they are all cron-based e.g. recurring - even on Zapier. Doing this kind of thing on a non-repeating schedule did not seem to exist (not that I could find anyway!).

      Cheers,
      Dan

      1. 1

        Great, so if you integrated with Zapier, you'd be providing something unique to No-Coders that they can't get any other way.

  2. 1

    Hey Dan! Congrats on the launch! Here are a few thoughts I had while glancing at your site:

    • This certainly depends on who your target customer is, but as a growing dev (still very new to this), I'm most interested in seeing use cases first right up front. I want to immediately be grabbed by something that can be useful to me. Later down the page, you can get into more technical implementation because even more experienced devs will be drawn to great use cases and scroll.
    • Pricing (on my viewport Safari MB Air) looks a little off for the middle tier. "Triggers" doesn't drop to the next line like the other options, making the box shorter.
    • I'd also recommend making one of the pricing options your free tier and build out a conversion journey to get more paying customers.

    Hope this was helpful and keep up the great work!
    Andy

    1. 1

      Hi Andy,

      Thanks for the detailed feedback, this is very valuable to me. I'll take this into consideration as I update the marketing homepage this week - and I'll fix the CSS bug ;-)

      Cheers,
      Dan