HN user

anderspetersson

141 karma
Posts3
Comments141
View on HN

Congrats on reaching $500, some suggestions;

- Double down on whats working, go reseller only, will make it easier to advertise to highly converting customers.

- Improve the design on your page, it has many flaws.

- AI generated voice in your video makes the site more spammy and less professional.

- Talk to the users that integrated the widget and did not became customers, offer them the product for dirt cheap/free if they respond with valuable feedback.

Not sure what you mean with a "$1 millon company", but there are lots of single founders creating very profitable companies, check out indiehackers.com.

Im getting (big) customers that prefer to pay by invoice instead of card.

I would like Stripe to handle these subscriptions as well, for example send a webhook on subscription end. But it seems like you can't add a subscription to a customer who dsn't have an active payment source. Any ideas?

If I'm not incorrectly informed AWS is using a modified HAProxy. HAProxy does not support HTTP/2 yet so yeah, it will probably take some time.

What's the current state of web frameworks for Go? Is there something similar to Django or Rails out or in development?

"Commercial cloud revenue grew 88% (up 96% in constant currency) driven by Office 365, Azure and Dynamics CRM Online and is now on an annualized revenue run rate of over $8 billion"

This is really interesting. This recurring revenue should be growing every month. It's still only > 10% of total revenue, but I think MSFT SaaS business will be really big within a year or two.

I'm considering buying some stock.

You could use something like "git push heroku master" before, but with this you dont need to setup a separate remote when using github+heroku, you can simply just push to github, that means the code that you see on github is the same as the one running on heroku, that wasn't always the case before.