Alternatives
Products that do what My bookmarks of HN and who I'm following does
- 1MH
Hey HN! I just published https://meet.hn, a map to find hackers in your city. How it works? Demo of the signup process: https://x.com/meet_hn/status/1834918518904746329 1. Fill the form: username, city+country 2. Copy the text generated in the box below the form, and paste it in your HN description. 3. Click "Add me on the map" Optionnaly (it's recommended!) you can add links to your socials as well as some tags to showcase your interests. Why does it exist? I created this because, despite its harsh reputation on the internet, I love the HN community. I…
2024
- 2IW
HN is great for the links people share, but a big part of the value I get comes from reading the discussion around them. I realized I was always opening the article in one tab and the comments in another, constantly switching back and forth. I figured there was probably a simpler way, so I threw together this userscript to merge the two. 1. Clicking a link from Hacker News opens the article with a side panel containing the discussion. It doesn't require your credentials, is resizable, and is easy to tweak if you want to customize it. 2. If you land on an article that has previously been…
Jul 2026 · github.com
- 3HF
HN Follow lets you follow authors on Hacker News, and get email notifications when they post. It was inspired by alerthn.com and hnreplies.com. The app was built in an experimental style on Val Town. We’re trying to create a new web primitive that you can: 1. write like a function 2. run like a script 3. fork like a repo 4. install like an app This is our 5th iteration of this same “HN Follow” app. We launched the 3rd version here on Hacker News six months ago[1], but it was very kindly removed from the front page by dang in favor of us launching Val Town itself first, which we did in…
2023 · val.town
- 4VT
Hi HN. I was surprised that there wasn't a feature here that lets you go back in time to the front page of Hacker News on a random day...so I made one. http://randomhackernews.com is a simple HTML page that navigates you to the front page of HN on a random day between today and February 19, 2007 (the oldest date I could find with content). I made this for myself, but figured others may find some interest in it.
2024 · randomhackernews.com
- 5HN
Hi folks, I've built an alternative Hacker News front page. It is inspired by and meant to be a replacement for hckrnews.com. I built this because HN is woefully underfeatured, but most sites that try to improve it seem to assume that the visual design is the problem. hcker.news tries to maintain HN's familiarity while adding useful enhancements. There are three primary views: - Timeline View: Browse top stories by votes or comments grouped by day, week, or month (e.g., top 20 per day, top 100 per week). - Aggregate View: See top stories by votes or comments over custom time ranges. - Front…
2025 · hcker.news
- 6

- 7TB
2016 · hackernewsbooks.com
- 8IN
2024 · gist.github.com
- 9MR
Hi! I’m Julien and I built a recommendation engine for Hacker News. I feel like this website is a gold mine. Every day, I find some very interesting stories about a topic. And sometimes, I want to find other stories covering that same topic but I can’t. Hacker News has years of history of awesome discussion and ressources. Unfortunately, I think HN Algolia isn’t helpful in searching these old threads. As a student, I want to learn a lot from this website. This is why I created HN Recommend. Input a sentence or the URL of an article, and get the most popular and similar posts from Hacker…
2023 · hn-recommend.julienc.me
- 10EH
2024 · blog.wilsonl.in
- 11HN
I built this several months ago as I was interested to see how the titles of posts evolve/change on HN. It turns out lots of titles are edited every day (in both subjectively and objectively good and bad ways!) and I've found it interesting to see how titles have evolved. The whole thing is automated and is built around a Ruby script that pulls down the titles on the front page at a frequent interval. Any titles for specific story IDs that change get tracked and rendered out to a static HTML page hosted on Netlify. It runs by itself without incident so far. This has been on Show HN…
2019 · hackernewstitles.netlify.com
- 12HC
2023 · gist.github.com
- 13

- 14AN
Hey HN! I'm excited to share a tool I've been working on - a native Hacker News reader built with Rust and egui. Here's a screenshot: https://github.com/haojiang99/hacker_news_reader/blob/main/s.... As a daily HN reader, I've always struggled with keeping track of interesting posts I want to read later. Browser tabs pile up, bookmarks get forgotten, and I lose track of what I've already read. I needed a way to: 1. Browse HN efficiently (across all sections - hot, new, show, ask, jobs, best) 2. Quickly mark posts as "todo" for later reading 3. Mark posts as…
2025 · github.com
- 15HF
HN Follow lets you “follow” authors on Hacker News, and get email notifications when they post. It was inspired by alerthn.com and hnreplies.com. The app was built in an experimental style. Instead of being a normal app where we store all your data, it is just a wrapper over a series of JavaScript snippets that we guide you through installing, and which you can then customize 100%. The scripts call out to Agolia’s wonderful HN Search API. You can read more about the app’s architecture and it’s motivation here[1]. HN Follow runs on Val Town [2], an online scripting tool my team and I are…
2022 · hnfollow.com
- 16EO
2024 · github.com
- 17

- 18HN
I made a little website with a server that collects only HN submissions with > 500 upvotes chronologically. https://hn.moritz.pm/ It's quite simple because I wanted to learn from the project. But I think it's useful, to get a summary of what was important over the last days. The UI is almost identical to the HN frontpage, you can click on the comments to view the thread and on the username to see the profile. The rest of the cards takes you to the submitted URL.
2024 · hn.moritz.pm
- 19FH
Hey HN. I created this website. https://pj4533.com/hn-overlooked/ It's just a simple web app that discovers overlooked posts on Hacker News. I created it because I was often coming to Hacker News and realizing that I was missing a lot of stuff, and there just didn't seem to be an easy way to surface content that was interesting to me but just didn't bubble up to the top of the page. So I built this. I got the idea a while back, one night when I was recording (you can watch it here, it's pretty funny: https://youtu.be/FDyDb4sX30w?si=E3rby-DaGWA6gy0R ). But I…
2025 · pj4533.com
- 20AB
2022 · thomas.me
- 21OL
2023 · github.com
- 22SH
I built this tool to help me find interesting discussions on Hacker News. I love reading HN discussions almost more than the articles themselves. However, I found that full text search, although highly performant, is not always good at surfacing interesting discussions on a certain topic -- especially if you don't know what to search for exactly. I built this by scraping the most recent ~6 million posts (that's about 2 years of history) and putting the resulting posts and their vector embeddings into Postgres. Let me know what could be improved, and if you'd like a more detailed writeup of…
2024 · searchhacker.news
- 23HS
Hi HN! I'm Jonathan and I built Hacker Search (https://hackersearch.net), a semantic search engine for Hacker News. Type a keyword or a description of what you're interested in, and you'll get top links from HN surfaced to you along with brief summaries. Unlike HN's otherwise very valuable search feature, Hacker Search doesn't require you to get your keywords exactly right. That's achieved by leveraging OpenAI's latest embedding models alongside more traditional indexes extracted from the scraped and cleaned up contents of the links. I think there are many more interesting things…
2024 · hackersearch.net
- 24HN
Hi, I’m Kirubakaran. I’m building histre - a knowledge tool for individuals and teams. One of the features of histre is to auto-organize your knowledge. I thought that a fun way to demo that could be to apply that to the Hacker News front page. This page mirrors HN with tags automatically applied: https://histre.com/hn/ You can filter by or exclude multiple tags. For example, if you’re tired of posts related to ai and politics, this will remove them https://histre.com/hn/?tags=+all-ai-politics The tags for the posts are picked by gpt-3.5 You can get…
2023 · histre.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →