NewsNow is an open-source news dashboard designed for clean reading of real-time and trending stories. It aggregates updates from multiple sources and presents them in a compact interface that emphasizes speed and readability. The application refreshes sources according to adaptive intervals, reducing unnecessary requests while responding to how frequently each source changes. A default cache improves performance, while signed-in users can request an immediate refresh. GitHub OAuth enables account access and synchronized user data. NewsNow can be deployed to platforms such as Cloudflare Pages or Vercel, with optional server-side caching and database configuration. It also exposes an MCP server so compatible AI clients can retrieve news through a structured tool connection.
Features
- Real-time trending news aggregation
- Clean reading-focused user interface
- Adaptive source scraping intervals
- Configurable server-side caching
- GitHub OAuth and data synchronization
- MCP server integration for AI clients