Show HN: A personalized HN feed that learns from your favorites
Hi HN, I've been a daily user here for almost 15 years. Over that time, my interests have shifted. I find I'm now more interested in deep-dive technical posts and personal blogs than the big tech announcements that often dominate the front page. The "top" feed was starting to feel stale, and I was spending more time digging through "new". So, I decided to build what I wanted: a personalized "For You" feed. Link: https://hn.shaped.ai It's a simple concept: you log in with your normal HN credentials, and as you favorite stories, it learns what you're interested in and re-ranks the feed to show you more of that content. How it was built (a 2-day hackathon): The Client: I used an AI coding assistant (lovable.dev) to generate the initial React/Next.js client. It was surprisingly effective at getting a functional baseline up and running quickly. The Backend: Since HN's official API is read-only, I set up a lightweight Supa
DeepCamp AI