Live data from Hacker News

Ask HN: What is your favorite tool to build web startup?

news.ycombinator.com

11–20 of 38 posts

Re: Ask HN: What is your favorite tool to build web startup?

#11
Core parts of my stack at the moment:

Groovy/Grails, Bootstrap, jQuery, Postgresql, AWS, Stripe, Mailchimp, Github

Apereo CAS for Single-Sign-On

Activiti for workflow management / BPM

We also have a core suite of internal services that are mostly built using Java + Spring Boot.

Re: Ask HN: What is your favorite tool to build web startup?

#13

Rails (I'm Ruby dev). I've been playing with Vue lately and like it a lot. You can have all component's code in one place -> html+js+css, so it's super fast and easy to keep adding code. Also, I like React, but somehow whenever I use it I feel I am writing a lot of code for simple stuff. I am finishing my first product in Elixir. It has some rough edges like deployment, but I start to like it more than ruby&rails - t…

Agree on the single file components for Vue, they're amazing. Agree on the React, I found a lot of overhead to do even the most simple things, maybe I still not grasp the beauty around it.

Re: Ask HN: What is your favorite tool to build web startup?

#15
The thing that often gets misunderstood is that there's no magic technology that gives a massive competitive advantage here. If you pick Django/Python, PHP/Laravel, Rails, Node, Go, Java, whatever... you end up the same place. Keep it simple, since it will change if your business experiences growth anyways. Pick what you know, or what you want to hire for.

How do you create value for your customers and offer them something that is worth them paying for? Your customer doesn't know/care about the tech behind it. The technology side is a piece of the business puzzle with the goal of shipping your product/service and gaining traction ASAP.

If you don't get traction, the technology side doesn't really matter because the business case isn't there. Ship to market, get feedback, iterate, get more customers and repeat.

Re: Ask HN: What is your favorite tool to build web startup?

#16

Rails (I'm Ruby dev). I've been playing with Vue lately and like it a lot. You can have all component's code in one place -> html+js+css, so it's super fast and easy to keep adding code. Also, I like React, but somehow whenever I use it I feel I am writing a lot of code for simple stuff. I am finishing my first product in Elixir. It has some rough edges like deployment, but I start to like it more than ruby&rails - t…

Agree on the single file components for Vue, they're amazing. Agree on the React, I found a lot of overhead to do even the most simple things, maybe I still not grasp the beauty around it.

I think it's because Vue is opinioned, just like Rails, therefore dev's happiness(?)&productivity is one of the main goals of these frameworks. In case of React, there are a lot of libs you can choose from, I'd probably use React in more heavy JS application - think some games or something like draw.io (don't know how to call it). To be honest, I don't have enough experience to back up my claims, so take it with a grain of salt.

Re: Ask HN: What is your favorite tool to build web startup?

#17

The thing that often gets misunderstood is that there's no magic technology that gives a massive competitive advantage here. If you pick Django/Python, PHP/Laravel, Rails, Node, Go, Java, whatever... you end up the same place. Keep it simple, since it will change if your business experiences growth anyways. Pick what you know, or what you want to hire for. How do you create value for your customers and offer them som…

If anything, tools for sales prospecting are crucially important. “Feedback” is always mentioned in passing, but it is quite the skill in itself to persuade non-techies on a new tech solution.

Re: Ask HN: What is your favorite tool to build web startup?

#19
Rails with as little front-end js as possible. I am yet to see or experience a more efficient workflow for a custom app.

Also, competitive research and paper prototyping before coding.

Having built a bunch of these helps me ask the right questions and postpone the right features to make it possible to get to an mvp really fast.

Post reply on HN