I built a web app that combines trending repositories from GitHub, top stories from Hacker News, and articles from Dev.to into a single, slightly customizable feed.<p>Tech stack: Pure JavaScript (no framework), Tailwind CSS, no backend<p>Live demo: <a href="https://homepage.drgos.com" rel="nofollow">https://homepage.drgos.com</a>
Source code: <a href="https://github.com/drgsn/homepage">https://github.com/drgsn/homepage</a><p>Features:
- Real-time feed combining multiple developer news sources
- Infinite scroll
- Source-specific filters (e.g., GitHub language, HN story type, Dev.to tags)
- Dark/light theme with smooth transitions
- Responsive layout
- Clean, modern UI with consistent card design
- Relative timestamps and engagement stats for each item<p>I built this because I wanted to use it as start page for Vivaldi browser. In the meantime i gave up on Vivaldi. Feedback welcome!