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.

Software to setup similar to Y Combinator

9 pointsby nagarcabout 6 years ago
I want to set up for local news feeds similar to ycombinator. does anyone knows if we can get the source code available or any similar clones? Please advise.

6 comments

tgdnabout 6 years ago
I think it doesn&#x27;t matter what you use. Could literally be anything.<p>From simple server using something like Python&#x2F;Ruby&#x2F;Go&#x2F;... To using JS front-end with simple API.<p>You probably need a database.
评论 #19796934 未加载
avichalpabout 6 years ago
If you aiming for community discussions and link sharing, first things that come to mind is <a href="https:&#x2F;&#x2F;www.discourse.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.discourse.org&#x2F;</a>
评论 #19795417 未加载
quickthrower2about 6 years ago
<a href="https:&#x2F;&#x2F;vuejs.org&#x2F;v2&#x2F;examples&#x2F;hackernews.html" rel="nofollow">https:&#x2F;&#x2F;vuejs.org&#x2F;v2&#x2F;examples&#x2F;hackernews.html</a>
dmlittleabout 6 years ago
The closest clone I can think of is Lobsters[1,2]<p>[1] <a href="https:&#x2F;&#x2F;lobste.rs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lobste.rs&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;lobsters&#x2F;lobsters" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lobsters&#x2F;lobsters</a>
leandotabout 6 years ago
<a href="https:&#x2F;&#x2F;lobste.rs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lobste.rs&#x2F;</a> looks great + open-source. I particularly like their invite-only system.
kojeovoabout 6 years ago
you can view the frontend source with your browser