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 exactly can I clone HN for another industry?

4 pointsby wrobbinsover 11 years ago
I'm a high school student and am curious as to how HN was cloned (banker news, coinspotting). I'm sure the front end stuff is simple, but what about back end? What about IP infringements?

4 comments

t0over 11 years ago
HN is open source. You can download from Github and install it yourself. <a href="https://github.com/wting/hackernews" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wting&#x2F;hackernews</a>
评论 #6872578 未加载
krrishdover 11 years ago
Hi,<p>I&#x27;m actually a building a network for teen&#x2F;high school development at <a href="http://teen2geek.com" rel="nofollow">http:&#x2F;&#x2F;teen2geek.com</a>, and one of the things that is part of the initiative is a social news application not too different from HN to discuss teen and high school development. I would love to have you on board, whether it be as a user, or as an open-source contributor considering you are in high school :) We already have a group of high schoolers working on this, and I would love to have you on the core team if you&#x27;re interested (email in profile).<p>To answer your question, Telesc.pe is gaining popularity, although I&#x27;m refraining from using it in favor of Lamer News, simply because Telescope is not as established and runs on Meteor, which isn&#x27;t even 1.0 and does not heed to progressive enhancement principles.<p>- Krish
blitiover 11 years ago
HN is just a basic web CRUD. Something you could build in many languages without much trouble. You don&#x27;t even need to write code due to the amount of free web discussion boards available. What sets apart HN is the community. That is the hardest thing to develop.
srgpqtover 11 years ago
Even though HN is open source, you might want to use a more &quot;modern&quot; and approachable project like <a href="https://github.com/jcs/lobsters" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jcs&#x2F;lobsters</a>