Live data from Hacker News

What web tech stack are folks choosing for seed stage startups today?

news.ycombinator.com

11–17 of 17 posts

Re: What web tech stack are folks choosing for seed stage startups today?

#11
Laravel+Livewire

It is as close to nocode as you can get. It has sane defaults, Hosting is cheaper than coffee.

The default setup is faster than Django and rails, and with swoole it can handle way more requests than node. But yeah none of this should matter. Go with something you and your team is comfortable with.

Also from my experience your location might be important too, Django/Ruby if you are in the US, PHP or Node or C like languages for the rest of the world. But with remote work, that might not matter as well.

Re: What web tech stack are folks choosing for seed stage startups today?

#12
My startup is currently building a platform for pre-seed startups & entrepreneurs willing to gain early traction and launch their products faster, feel free to have a look: https://stimpack.io/

it can help you quickly launch landing pages and saas/webapp boilerplates

Re: What web tech stack are folks choosing for seed stage startups today?

#15

I run a product development consulting agency that works with entrepreneurs and early-stage companies. For the past 8 years, we have mainly used Elixir. It is good for building straightforward web apps and APIs and great for more tricky things like chat. We also use Ruby on Rails, mostly for existing projects. A lot of the initial work of building MVPs does not need to be fancy, it's just CRUD. Traditional frameworks…

Elixir seems cool. RoR and React Native used to be the bread and butter given the bustling community. I imagine the community is still there and I'd still recommend anyone wondering about this question to just use RoR+RN. But I think Elixir has been a really interesting piece of tech that now has native mobile app dev capabilities[0] though IDK how it compares in ease-of-use and community support:)

[0] https://native.live/ -- HN Discussion @ https://news.ycombinator.com/item?id=32694668

Re: What web tech stack are folks choosing for seed stage startups today?

#16
It's not much about tech stack (just pick whatever your team is familiar with first), forget about performance for now (go, rust,...). Stick to industry standards: OpenAPI, Types, FP patterns.

What's more important is the architecture. It doesn't need to be complicated, but sane enough for you to break it down later in case you want to grow.

Post reply on HN