7
2 Comments

Just Launched! Let me know what you think!

http://urgenc.xyz

For the past 2 or so weeks I've been spending my free time working on urgenc.xyz

This is a product for fellow indie hackers who want to create a sense of urgency on their landing page during the period of building out the main product. This urgency can significantly boost pre-launch sign ups ultimately giving you a better launch.

A known way to do this is to allow visitors to reserve their username for the to-be-released app (can be extended to custom routes e.g. PayPal.me/cooldude). This requires a whole backend set up to perform the logic and a database to store reservations. The opportunity cost here is huge since this time can be spent actually building out the main product.

So I've built a product to do the heavy lifting here, all the creator has to do is just integrate their landing page reservation form with the urgenc product using our js library. Can be as quick as copying our example code.

Wanted to show the community here before I do a launch on HackerNews/ProductHunt (which I'll have to prepare for first as I have heard).

Would appreciate any feedback!

submitted this linkon September 4, 2019
  1. 2

    Congrats on launching, here are some suggestions that I have:

    • Consider making it so the customer doesn't have to implement their own form. Can you simplify it to just a snippet and a call to ReserveForm.create(<container id>)?
    • The documentation could be improved visually. It's a little hard to read right now as a text document. Using a gist makes it seem low-effort.
    • What do I get for $10/mo? I'm reluctant to sign up because I don't even know what the service looks like on the other side. Is there a control panel that lists signups? An API so I can export them? CSV export? How am I going to get these signups into my product when I launch?
  2. 1

    Hey there, congratulations on your launch!

    I have a couple suggestions for your landing page as well:

    • A bit more in-depth description of the product would be very helpful.
      After reading the entire page, all I know is that it lets potential customers "reserve usernames" but what does "reserve" mean? Is the username stored to a list of unique usernames scoped by the project ID they input into the JavaScript snippet? Does it just compile a list of usernames, emails somewhere? Also, what's a "custom route?"
    • Some upfront pricing information would be nice
      Maybe a personal opinion, but having the pricing information hiding behind the "Get Started" link made me a little surprised since I didn't any pricing info anywhere else.