NewsNook
nesting hacker news in a more meaningful way
// updated 2026-03-03 00:30
NewsNook : a Next.js news headlines list-er and narrow-downer for Hacker News!

Forewords
Wanted to gather worldly (and wordy) news in a cleaner way, so I took this "original":

...and matched it up with my own layout:

Hallmarks
- a "home page" that shows the latest news with a more "roomy" feel
- an "omni search page" that narrows down news by
- keywords
- points ("votes") threshold
- day ("from" and "to")
- a "configuration page"
- uses "cookies" to hold:
- nooks ("topic filters") in the home page
- points ("votes") threshold
- uses "cookies" to hold:

So, it not only "looks good" but also does some "work" with the news ;)
- front-end framework:
next.jstailwind
- back-end framework:
Runtimes
- run it on newsnook.joncoded.com
- as well as newsnook.vercel.app
- "code" on GitHub