Ask HN: How can I ship a web project if I'm not a web dev?
I'm not a web developer - more of a back-end one - but I had an idea for a side project that requires a dynamic web UI which I though was worth pursuing, so I've embarking on a journey leveraging ReactJS.
I managed to slowly and painfully create a MVP (very minimal in fact), and many features are lacking - such as, login support, automatic deploys, etc.
It's all fun and great source of learning but I have to admit that, at this pace, it will take me ages to complete it - and even then, most likely never at the standard of a web dev.
At this point, what are my options (beside ditching the project altogether, of course!)?
14 comments
[ 2.7 ms ] story [ 60.7 ms ] threadOption A) Using a no-code tool as buuble.io, Webflow, or similar. The choice depends on your requirements.
Option B) Hire an agency or freelancer. Probably nearshore or offshore to maximize your investment.
Both are great ways of validating an idea before actually investing tons of money and time.
Netlify produce a lot of very thorough blogs that will cover a lot of the things you're yet to sort out. You'll end up in their platform as a result, but it shouldn't be too difficult to figure out how to migrate away once you've got something up and running (or you might find that Netlify fits your use quite neatly).
And then there's setting up gitlab pipelines, docker images, deployments to AWS... it's a lot for a one-man band with only a few hours to dedicate.
I'll have a look at Netlify, maybe it could take some of the above away. Thanks for the suggestion!
I am 50 and do not call myself a webdev or programmer however I have made a six figure sum with my side projects down through the years.
Most webdevs will never make anything they can call their own. They will make for others. Make something and put it out there.
There are also no code tools like WebFlow, Bubble, etc, and you can also learn more frontend by doing more sample projects.