Analysis updated 2026-07-11 · repo last pushed 2021-01-05
See which new Hacker News stories are getting the highest scores.
Filter Hacker News posts by specific authors to find their content.
Track how many new stories appear on Hacker News since your last check.
Browse recent Hacker News posts with sorting and pagination in one view.
| rohan-paul/hackernews-api | 901d3/ditherxyr.js | ash310u/awesome-ai-stack | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2021-01-05 | 2026-06-20 | — |
| Maintenance | Dormant | Active | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | pm founder | developer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Standard frontend app, install dependencies and run locally with no external services or API keys required.
The hackernews-api project is a small web app that pulls in the latest stories from Hacker News and displays them in an interactive, sortable table. It is designed for anyone who wants to browse recent Hacker News posts with more control than the official website provides, such as filtering and sorting by score, title, or author. When you open the app, it fetches 20 new articles and displays a loading indicator while it gathers the data. The stories are shown in a data table where you can sort by different columns, apply multiple filters at once, and use pagination to control how many stories appear on the screen at one time, choosing from options like 5, 10, or 20. The app also checks for new stories every minute and shows a count of how many have been posted since the last check. This tool would be useful for founders, product managers, or casual readers who want to track Hacker News content without manually refreshing the site. For example, if you want to see which new stories are getting the highest scores or filter for posts by specific authors, this app provides that capability in a straightforward interface. The README notes a known issue with how sorting behaves when new data arrives. While the app preserves your sorting choice during its periodic checks for new stories, receiving a new story can reset the sort order. This is tied to a limitation in the third-party table component the project uses, which loses sort state when its data updates. The creator has flagged this as an open problem that affects the overall experience.
A small web app that fetches the latest Hacker News stories and displays them in a sortable, filterable table with auto-refresh and pagination. It gives you more control over browsing posts than the official site.
Mainly JavaScript. The stack also includes JavaScript, React.
Dormant — no commits in 2+ years (last push 2021-01-05).
No license information is provided in the repository.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly pm founder.
This repo across BitVibe Labs
Verify against the repo before relying on details.