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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Open-source web apps

2 点作者 alexwyser大约 15 年前
This is a proposal to all the developers at HN who believe in open-source coding. There are a lot of open source desktop apps but no open-source web apps.<p>I would like to initiate a project where all developers who wish to participate can join together in creating web apps.<p>I am proposing that we get together and build simple, usable web apps that others can build upon and extend to meet their needs.<p>The creators of the applications can still offer a paid hosted version but they must also offer a free version that anyone can self-host.<p>What do you guys think? Would anyone be interested?

1 comment

mechanical_fish大约 15 年前
There are many, many open source web apps that work exactly as you describe. Drupal. Wordpress. Trac. About three hundred thousand personal blog engines. Every Rails demo app ever created.<p>All of these examples are highly extensible! Indeed, some of them are so extensible that people get confused and think that they somehow don't count as apps.<p>Meanwhile, it is senseless to propose to build Ye Olde Generic Web App. [1] Come up with a very specific idea for a very specific tool and try to rally people around that.<p>Note: Few if any open source projects start out as a statement of purpose with no code attached. Write some code, put it up on Github, and <i>then</i> try to evangelize it.<p>---<p>[1] Actually, it isn't senseless, but a generic web app without a specific purpose is called a <i>framework</i>, and the main reason not to propose one is that everybody will yawn. There are hundreds of existing frameworks. Every programmer perpetrates one sooner or later. Writing one is a fun exercise, but don't expect other people to get excited about it.