A clean, minimal HackerNews client built with vanilla HTML/CSS/JS.
- Feeds — Top, New, Best, Ask, Show, Jobs
- Comments — Nested, collapsible threads with OP highlighting
- Search — Powered by Algolia HN API
- Bookmarks — Save stories locally (localStorage)
- Routing — Hash-based URLs, browser back/forward works
- Keyboard — Press
/to search,Escto close
Open index.html in your browser. No build step, no dependencies.
- HN Firebase API — stories, comments, users
- Algolia HN Search — full-text search
Both are public, no API keys needed.