
Member-only story
Here’s How I create MVP in less than 7 days
When you are in the startup space, validating your idea quicker saves you a lot of time and effort
You can re-invest that saved time in something else which can make you more money(marketing & cold outreach)
When you are building a SaaS (Software as a Service), you don’t wanna spend 6 months building only to find out later that nobody wants to use your app.
That's a nightmare.
Instead.
What you can do is, build MVP quicker and start marketing your app.
Now the main question is How do I build MVP faster?
This article is for programmers (web developers), If you are a non-technical person, read this article instead
Here’s a Twitter thread of me building a Twitter Screenshot Tool in 3h 40m
The idea behind me building MVP faster lies in the tools I use.
Here’s my tech stack
NextJs
NextJs is the framework of ReactJs. It is so much faster to build applications with next.
It lets you build progressive and advanced applications with so much less code.
It provides features like file-based routing, server-side rendering and so much more.
And it has so much small learning curve if you already know basic javascript and react
ChakraUI
This is a react-based styling library. It provides styled components ready to use in your app.
The best thing about ChakraUI for me is, that it provides an inbuilt DarkMode feature for your web app.