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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask YC: Can a single person develop a website?

6 点作者 yearsinrock超过 16 年前
I am currently finding it difficult to find a partner to work on a small idea that have .So what is the feasibility of developing a project in such circumstances.Has anybody done ever tried this? I am mainly doing this project to improve my php and javascript coding.

8 条评论

ScottWhigham超过 16 年前
of course. Start with a piece of paper and do a high level plan of the main goals/sections of the site. I find it helpful to use persona/role-driven design here. Once i have the main goals, then I develop the home page for a role inside Photoshop. I then develop an inner page. Once i have that, I move on to [web language of choice (i.e. php/asp.net)] and develop a few templates. Then I develop the home page and the inner pages using pure html (no database). Once I'm happy there, I move on to DB stuff nad oo-level stuff to support it.<p>I did all of <a href="http://www.learnsqlserver.com/" rel="nofollow">http://www.learnsqlserver.com/</a>, <a href="http://www.learnitfirst.com/" rel="nofollow">http://www.learnitfirst.com/</a> and <a href="http://www.videobooks.com/" rel="nofollow">http://www.videobooks.com/</a> sites by myself. It took a while but so what? I'm proud of the fact that I did it and I learned so much along the way.
symbiotic超过 16 年前
It kind of depends on the complexity and size of the site. You want to make sure you can have it done in a reasonable timeframe.<p>I'm doing all of the development on my site <a href="http://collegeacb.com" rel="nofollow">http://collegeacb.com</a> but its a really simple concept (basically just a forum). One thing I have found really helpful though is having a cheerleader. Nominate someone to keep you focused (even if they don't do anything else) so that you don't give up half way through.
SwellJoe超过 16 年前
Having a prototype makes everything easier, including finding partners. Build your prototype, and then while you're out socializing with other startup founders, and/or beating the bushes for customers, investors, business development opportunities, and press, you can also mention "I'm also looking for another developer to join the company in a partnership role". Somebody will know somebody, and if you're selling the dream effectively they'll be inclined to make that introduction.<p>The problem with people looking for business partners is often that they imagine that an idea is enough to persuade someone to get involved. It rarely is. An existing friendship might be enough, but a stranger with a new idea (and nothing else) is just annoying. So, building a prototype proves you're dedicated enough to put some of your own skin in the game before asking anyone else to do so. That's a big win.<p>And, of course, there <i>have</i> been single-founder success stories. More than a few, in fact. So, if you never find a co-founder, if you can deliver a valuable product, you might still build a successful business. But it's obviously a harder row to hoe.
Hates_超过 16 年前
Yes they can :) Plenty of highly successful websites started their lives as one man bands.
评论 #291366 未加载
notauser超过 16 年前
I built my proof-of-concept on my own.<p>Lessons learned:<p>- Working on your own rocks because - you can do what you want, when you want to.<p>- Working on your own sucks because - you do what you want, when you want to.<p>It isn't a route for the unmotivated. You also lack a feedback loop, so you can't be sure you are producing high quality stuff as there is no local sanity check.
ejs超过 16 年前
I developed <a href="http://zerodaydeals.com" rel="nofollow">http://zerodaydeals.com</a> (there is a good amount of back-end to it) as a one-person show and am developing <a href="http://overtrainer.com" rel="nofollow">http://overtrainer.com</a> in the same way
lsemel超过 16 年前
By starting to develop the project, it'll probably be easier to find a partner because you'll have something to show them, and it demonstrates that you are the kind of person who actually does something about his ideas other than just talk about them.
CaptainMorgan超过 16 年前
"Can a single person develop a website?"<p>Absolutely! Personally, I've lost track of the number of trivial websites I've created... sites of some value, exactly three.<p>It can be done.