Ask HN: Which stack for prototyping?
📰 Hacker News · tbronchain
Learn how to quickly prototype a webapp/SaaS service using the right tech stack, ideal for 10k users or less, and get your ideas to life fast
Action Steps
- Choose a familiar stack to quickly prototype, such as Node with Nest and Next.js
- Consider using a low-code or no-code platform for rapid development, like Bubble or Adalo
- Evaluate the trade-offs between development speed and long-term code maintainability
- Research and experiment with different stacks, such as Python with Flask or Django, to find the best fit for your project
- Test and validate your prototype with a small group of users to gather feedback and iterate
Who Needs to Know This
DevOps engineers and developers can benefit from this discussion to quickly test and validate their project ideas, and product managers can use this to inform their technical decisions
Key Insight
💡 The goal of prototyping is to quickly test and validate ideas, not to worry about long-term code maintainability
Share This
🚀 Get your webapp/SaaS idea to life quickly with the right tech stack! 💻
Key Takeaways
Learn how to quickly prototype a webapp/SaaS service using the right tech stack, ideal for 10k users or less, and get your ideas to life fast
Full Article
As a Devops engineer, I have seen a multitude of stacks used in the projects I helped deploying. As a former developer, I have had countless of project ideas and choosing the tech it's going to be written in has always been a [unnecessary?] long topic, often leading to procrastinating and giving up on the idea. I often hear (and claim) the argument that "one should use the stack they [the team] are the most comfortable with". While I strongly agree, I find my personal [developer] stack to be slightly outdated (as a system engineer, lots of Python, some Node with Express, and some irrelevant languages - C, scripting, ...). Focusing only on the development side, what would be YOUR goto stack for very quick prototyping/MVP, say for a webapp/saas service? Long term code support doesn't matter much here, the goal being able to bring ideas to life very quickly. Let's say 10k users max (or much less). Some recommendations I've had: - Node: Nest + Next.j
DeepCamp AI