TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How can I ship a web project if I'm not a web dev?

15 pointsby varlockover 4 years ago
I&#x27;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&#x27;ve embarking on a journey leveraging ReactJS.<p>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.<p>It&#x27;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.<p>At this point, what are my options (beside ditching the project altogether, of course!)?

8 comments

quickthrower2over 4 years ago
Probably 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 which is what you’ll need as a newcomer who wants to get something done quickly. Consider hiring for odd jobs where you are stuck.
评论 #25526744 未加载
cercatrovaover 4 years ago
Read up on Pieter Levels. He has a shitty PHP app, by his own admission, that makes around 1 million a year, NomadList. It&#x27;s about whether you can solve people&#x27;s problems, not what the tech stack looks like.<p>There are also no code tools like WebFlow, Bubble, etc, and you can also learn more frontend by doing more sample projects.
p0dover 4 years ago
Your best option is to be more confident.<p>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.<p>Most webdevs will never make anything they can call their own. They will make for others. Make something and put it out there.
评论 #25531897 未加载
dchestover 4 years ago
The best cure against doubts is shipping as soon as possible, and then slowly improving what you have. Lots of successful software began as an incomplete and ugly version of what they became. So, solve your initial issues as quickly as possible to not lose motivation (e.g. plug an auth library that you don&#x27;t have to spend too much to write code for, use Heroku&#x2F;Digital Ocean App Platform&#x2F;Vercel for deploys) and ship something. After that point, you officially become a web developer who adds features to their product :)
martinoppover 4 years ago
I think you basically have two options if you think there is still a lot to be don before launching a good MVP:<p>Option A) Using a no-code tool as buuble.io, Webflow, or similar. The choice depends on your requirements.<p>Option B) Hire an agency or freelancer. Probably nearshore or offshore to maximize your investment.<p>Both are great ways of validating an idea before actually investing tons of money and time.
评论 #25531809 未加载
thedevindevopsover 4 years ago
Do you feel there is no value in converting this project into a high quality documentation API and letting the creative minds that consume it do the UI?
评论 #25531805 未加载
gostsamoover 4 years ago
Use for the backend something that gives you most functionality as a plugin. Ruby on rails or django. Don&#x27;t reinvent the wheel. Add js on the frontend as needed.
评论 #25531890 未加载
fiftyacornover 4 years ago
Use next.js it&#x27;s simpler than vanilla react