I think you basically have two options if you think there is still a lot to be don before launching a good MVP: Option 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.
Ask HN: How can I ship a web project if I'm not a web dev?
11–15 of 15 posts
Re: Ask HN: How can I ship a web project if I'm not a web dev?
#12Probably find an open source project that has the stuff you need as a basis. There are even templates for sale to get you started too. Choose something familiar language wise. I’d try to avoid JS frameworks if you are not used to web dev. Back end, render html, use a tiny bit of JS maybe for form validation. Use bootstrap - I am recommending because it will have the most documentation and stack overflow coverage whic…
I'd second this and also add that there will be plenty of good tutorials going through a lot of this stuff. They'll be very opinionated and produce particular solutions, but if this is your first project you don't want to worry about which framework etc. to use, you just want to ship something. 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 th…
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!
Re: Ask HN: How can I ship a web project if I'm not a web dev?
#13Use for the backend something that gives you most functionality as a plugin. Ruby on rails or django. Don't reinvent the wheel. Add js on the frontend as needed.
Re: Ask HN: How can I ship a web project if I'm not a web dev?
#14Your best option is to be more confident. 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.
Re: Ask HN: How can I ship a web project if I'm not a web dev?
#15There are also no code tools like WebFlow, Bubble, etc, and you can also learn more frontend by doing more sample projects.