Web push notifications for top stories on Hacker News.
- 🔔 Real-time push notifications for trending stories
- 📱 Progressive Web App (PWA) for easy mobile access
- 🌓 Dark mode support
- ⚡️ Built with Svelte
- 🔒 Privacy-focused with no tracking or analytics
- A cron job runs every minute to fetch top stories from Hacker News
- New stories with 30+ points trigger push notifications
- Each visitor gets a unique password stored in a cookie
- Subscriptions are stored in Redis using the cookie password as an identifier
- Subscribers receive notifications with the story title and author
- Clicking a notification opens the story on Hacker News