hacker-news

Top 23 hacker-news Open-Source Projects

  • hackernews-react-graphql

    Hacker News clone rewritten with universal JavaScript, using React and GraphQL.

  • haxor-news

    Browse Hacker News like a haxor: A Hacker News command line interface (CLI).

  • Project mention: Show HN: Another CLI tool to browse Hacker News | news.ycombinator.com | 2024-04-11

    I built a little CLI tool to browse HN. I wanted a little project I could write so I could brush up on golang. It works pretty okay -- but nowhere near as feature-rich or polished as something like https://github.com/donnemartin/haxor-news

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • materialistic

    A material-design Hacker News Android reader

  • Project mention: Show HN: Android Hacker News Widget and App | news.ycombinator.com | 2023-09-16

    this is the one i use and has widget as well https://github.com/hidroh/materialistic

  • hackerweb

    A simply readable Hacker News web app

  • chathn

    Chat with Hacker News using natural language. Built with OpenAI Functions and Vercel AI SDK.

  • Project mention: 🚀 Cómo utilizar la Función de Llamada de Open AI con Next.js y el IA SDK de Vercel | dev.to | 2023-11-12
  • circumflex

    🌿 It's Hacker News in your terminal

  • Project mention: Orange Site Hit | news.ycombinator.com | 2024-01-01
  • Hacki

    A feature-rich Hacker News client.

  • Project mention: Show HN: Android Hacker News Widget and App | news.ycombinator.com | 2023-09-16

    Didn't try it, but I'm pretty happy with Hacki on Android : https://github.com/Livinglist/Hacki

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • awesome-hacker-news

    Awesome Hacker News: a collection of awesome Hacker News apps, libraries, resources and shiny things.

  • Project mention: Why is Hacker News UI so bad, I want to use it more often but its not enjoybale | news.ycombinator.com | 2024-04-02

    Big list of frontends at https://github.com/cheeaun/awesome-hacker-news

  • refined-hacker-news

    ✨ Hacker News, but refined — Interface tweaks and features to make the HN experience better

  • Project mention: Ask HN: Are there any alternative front ends for HN? | news.ycombinator.com | 2024-01-27

    You can checkout this repo and see if something is more appealing to you: https://github.com/cheeaun/awesome-hacker-news

    I personally just use Stylus and have a custom css for making things a but more readable and user friendly.

    There's also this extension that just refines a couple things: https://github.com/plibither8/refined-hacker-news

  • Hackers

    Hackers is an elegant iOS app for reading Hacker News written in Swift.

  • Project mention: Ask HN: Best app to read Hacker News on iPhone? | news.ycombinator.com | 2023-07-20
  • hacker-news-digest

    :newspaper: Let ChatGPT Summarize Hacker News for You

  • Project mention: What's the fun in writing on the internet anymore? | news.ycombinator.com | 2024-02-17

    https://hackernews.betacat.io/ here they use ChatGTP so summarize HN frontpage stories, and it says "Article discusses automated plagiarism and the diminishing value of authorship online. It compares today's internet to ancient texts, where authorship was less defined."

  • hackertab.dev

    A Chrome 🌐 & Firefox 🦊 extension to discover the latest developer news and tools in one tab!

  • Project mention: How many users (range) does your extension have? Comment your extension | /r/chrome_extensions | 2023-05-23

    https://hackertab.dev above 2300 users

  • knowledge

    Open-source personal bookmarks search engine (by raphaelsty)

  • Project mention: Show HN: Personal Knowledge Base Visualization | news.ycombinator.com | 2024-03-20

    My personal knowledge base is hosted on GitHub at https://raphaelsty.github.io/knowledge/. It scans the documents I like every day using GitHub Action, Zotero, HackerNews upvote and Github Likes. It's not yet optimized for smartphones. It cost me $5 to host it for a year.

  • hackernews-TUI

    A Terminal UI to browse Hacker News

  • Project mention: Developer of third-party reddit client, Apollo for iOS states reddit is asking him for $20M to keep his API Access. What will you do if third party Reddit clients get shut down? | /r/Android | 2023-05-31

    Considering that I only access reddit either occasionally from Relay on my phone or primarily modified version of the terminal TUI tuir (They killed the API token for TUIR, but you can still use it if you setup your own API key.) which I'm using now to write this comment from, it would likely reduce my Reddit usage by >90%. I usually have tuir nested in a tmux session, which I would likely change to a hackernews reader like hackernews-TUI.

  • neonmodem

    Neon Modem Overdrive

  • Project mention: Neonmodem: TUI for Lobsters, HN, etc. | news.ycombinator.com | 2024-01-11

    They seem to have spent a ton of time on their website, why link to the github with no information? https://neonmodem.com/

  • hnrss

    Custom, realtime RSS feeds for Hacker News

  • Project mention: Ask HN: Have you reduced technical knowledge contributions? | news.ycombinator.com | 2024-03-24

    That’s interesting.

    I have predictive models that can predict if a headline (w/o the rest of the article and not considering the URL) will (a) get more than 10 votes and (b) if it does get more than 10 votes will the votes/comments ratio be more than 2 (which is roughly average)

    The first model gets a ROC-AUC (see https://scikit-learn.org/stable/modules/generated/sklearn.me...) in the low 60’s (not good, the second model gets in the low 70’s (actually pretty good though it is a heat seeking missile for clickbait headlines) and my latest content-based recommender for RSS items gets almost 80. (I saw a paper that one system at TikTok gets about 85)

    To do all that you need about 10,000 headlines and don’t get a lot of benefit from having more than 100,000. The ceilings on performance have more to do with the nature of the problem rather than my models: the same article can get submitted twice and get 0 votes one time and 200 the other time so it can never be as accurate as “is this an article about galactic astronomy?”

    I had it ingest the HN comments firehose and found the amount of articles was overwhelming, my YOShInOn RSS reader now ingests the “best comments” from

    https://hnrss.github.io/

    together with 110 other feeds and actually I like the comments it picks out a lot. Now that the system is adding about 3000 items per day it might be able to handle a big feed like the comments firehose since now those comments are diluted with so many quality articles. For a problem like that you might want a two-score system with: (i) is it relevant? (something I like) and (ii) is it popular? (like Google’s PageRank)

    I think you could make a model that compares comments in the best comments feed with other comments. I have tried formulating the problems above as regression problems where I try to predict the actual score and it does not work well because of the uncertainty problem but formulated as a classification problem for a score over a threshold it is easy to make a well-calibrated model that tells you “this article has a 20% chance of frontpaging” which is about the best anyone can do.

  • hackernews-remix-react

    Hacker News clone written with universal TypeScript, using React and Remix.

  • dummyimage

    Source code behind https://dummyimage.com

  • Project mention: Is the callback to (xwidget-webkit-execute-script) ever triggered? | /r/emacs | 2023-11-06

    (defvar-local xwidget nil) (defun xwidget-callback-test (result) (message "got %s" result)) (let ((b (generate-new-buffer "Xwidget"))) (switch-to-buffer b) (setq-local xwidget (make-xwidget 'webkit "xwidget" (window-pixel-width) (- (window-pixel-height) (window-mode-line-height)))) (xwidget-webkit-goto-uri xwidget "https://dummyimage.com/") (insert (propertize " [Xwidget] " 'display (list 'xwidget :xwidget xwidget))) (run-at-time 1 nil (lambda (xwidget) (message "Triggered JS script with callback") (xwidget-webkit-execute-script xwidget "return 1;" #'xwidget-callback-test)) xwidget))

  • devo

    A Chrome and Firefox extension that displays GitHub Trending, Hacker News, Product Hunt and Designer News on every new tab.

  • slacker

    A bot that notifies you on Slack whenever your company/product is mentioned on Hacker News. Powered by Vercel Functions & Upstash. (by vercel-labs)

  • what-hn-says-webext

    Web Extension: Easily find Hacker News discussions about the page you're currently browsing.

  • HackerNews

    A .NET MAUI app for displaying the top posts on Hacker News that demonstrates text sentiment analysis gathered using artificial intelligence (by brminnick)

  • hn_summary

    Summarizes top stories from Hacker News using a large language model and post them to a Telegram channel.

  • Project mention: Generative AI Market Analysis: People Love to Cum | news.ycombinator.com | 2023-09-19

    interesting, GPT refuses to summarize this content: "I'm sorry, but I can't generate a summary for that content." per https://github.com/jiggy-ai/hn_summary & https://t.me/hn_summary

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

hacker-news related posts

Index

What are some of the best open-source hacker-news projects? This list will help you:

Project Stars
1 hackernews-react-graphql 4,422
2 haxor-news 3,930
3 materialistic 2,300
4 hackerweb 1,221
5 chathn 1,126
6 circumflex 1,049
7 Hacki 900
8 awesome-hacker-news 838
9 refined-hacker-news 789
10 Hackers 681
11 hacker-news-digest 645
12 hackertab.dev 560
13 knowledge 524
14 hackernews-TUI 504
15 neonmodem 497
16 hnrss 488
17 hackernews-remix-react 481
18 dummyimage 454
19 devo 394
20 slacker 312
21 what-hn-says-webext 262
22 HackerNews 244
23 hn_summary 240

Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com