TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

15 点作者 varlock超过 4 年前
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 条评论

quickthrower2超过 4 年前
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 未加载
cercatrova超过 4 年前
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.
p0d超过 4 年前
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 未加载
dchest超过 4 年前
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 :)
martinopp超过 4 年前
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 未加载
thedevindevops超过 4 年前
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 未加载
gostsamo超过 4 年前
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 未加载
fiftyacorn超过 4 年前
Use next.js it&#x27;s simpler than vanilla react