
HN Job Match
Match job seekers with hiring opportunities from HackerNews posts.
lellow
The full gallery
Tech stack
60 projects

Match job seekers with hiring opportunities from HackerNews posts.
lellow

Browse top Hacker News stories with a cleaner interface, threaded comments, and dark mode.
raphael_l · HN
Hackerznews – Yet Another HN Client

Browse Hacker News without AI-related stories cluttering your feed.
zorked · HN
HN Without AI Stories

Analyze Hacker News discussions and build AI applications.
indigodaddy · HN
IMO you should evolve also as a central platform to host AND build internal tools (eg with agents). Have you considered that? EDIT oh snap I see in the console tour that there's an AI App Builder section. Ok gonna have to try this out then! Also does your git integration support self-hosted Bitbucket (I guess at the least generic git instance not just GitHub etc) ? Also, pretty cool that you have a FastHTML spec.. I built this (well AI mostly did) with FastHTML: https://hn-readtheroom.exe.xyz/

Daily Hacker News stories delivered as an audio podcast in English and Turkish.
u/Noyis · Reddit
I built Hackercast — it turns Hacker News into a daily podcast you can listen I'm a developer who reads HN daily but kept running into the same problem: I'd open it on my commute, skim headlines, and never finish reading anything. So I built Hackercast. Every day it automatically: - Fetches the top 30 HN stories - Extracts the article content - Generates AI summaries (brief TL;DR + podcast-style deep dive) You get three depths per story: a 30-second brief, a 2-3 minute deep dive, o

Hacker News front page filtered to exclude low-quality discussions.
potatopotaro · HN
Hacker News minus the slop

Browse Hacker News with AI-generated content automatically filtered out.
otherayden · HN
I used AI to filter AI-focused content from HN

Browse AI-curated book summaries from Hacker News recommendations for engineers and tech professionals.
xxbondsxx · HN
Hacker News book recs as study guides

Get Hacker News top 10 stories as RSS/Atom feeds with summaries.
stagas · HN
Hacker News Top Stories as Feeds to Use with RSS/Atom with Summaries

Explore Hacker News discussions via interactive spatial visualization and AI-powered summaries.
ahmedxuhri · HN
Postroom – HN thread 2D Visualizer as auditorium AI-powered summaries

A modern board-style interface for Hacker News. Browse top stories, new submissions, Ask HN, Show HN, and jobs all in one view.
@jrzscodes · X
hacker news app with web and push notifications

Browse and discover Substacks that were submitted to Hacker News.
cartucho1 · HN
I made an HN clone that lists only Substacks posted here. - Why? Over the years, I've discovered some great blogs here, so I thought it would be nice to have a filter for them. - Why only Substacks then and not blogs more generally? Because it's easy to query for "substack.com" in the public HN Algolia API (see below). Plus, hnblogs was already taken :) - What about substacks on custom domains then? At the bottom of the page there is a form to submit a custom domain. The site attempts to auto-validate that it is a Substack. If that fails, it is marked for manual review (which I'll do every once in a while). Approved ones will be included in the results. - How? I use HN's Algolia API to fetch substack stories by searching for "substack.com" in the url. I do this via a CloudFlare worker that has 3 separate cron triggers: (1) fetches new stories every 10 minutes and saves them in a KV store. (2) runs 2 minutes after the first, computes hot stories from new ones by simulating HN's scor