Live data from Hacker News

Tell HN: How to run a startup for $6 a year

news.ycombinator.com

31–34 of 34 posts

Re: Tell HN: How to run a startup for $6 a year

#31
For marketing emails, Mailerlite has a generous and featureful free tier.

Zoho mail is damn good on the free tier.

Google forms / surveys.

GitHub of course!

Netlify is also a free CD / CI perhaps? You can run a script in a container on every deploy.

For seo, semrush has a good free tier for keyword research. There are other nice free tools like screamingfrog and keyword shitter.

Azure has some free forever tiers for functions and web apps but they are very basic.

Re: Tell HN: How to run a startup for $6 a year

#32

That's not a startup. That's a hobby. It's not a business until you register with various levels of government and pay all of their fees, which instantly makes the $6 figure false.

Not sure why you are getting downvoted. From layman perspective, registering a small company with the govt, they do charge fees right?

Re: Tell HN: How to run a startup for $6 a year

#33
I'd just use heroku and pay a bit more(or nothing if no users?), use plugins for what you've mentioned etc.

The cost of running is marginal and if I'm lucky enough to get a lot of users, I can easily switch to anything.

There is a lot of dev cost to wire up everything you've mentioned. Serverless is very devtime-wise consuming, it's state of art tooling is still slow as fuck if you compare writing an app using Rails/Django/etc.

IMHO dev time is what hurts more running a startup, this is what I would try to reduce

Post reply on HN