NextNews
Real-time news aggregation with AI-powered summarization

Overview
NextNews is a real-time news aggregation platform that pulls stories from multiple news APIs into a single unified stream. Instead of forcing readers to skim full articles, it uses LLaMA models served through Groq to generate fast AI summaries, so a reader can scan the day's news in minutes.
The app is built with Next.js and Tailwind CSS on the frontend, with server-side routes orchestrating the news providers and the LLM summarization pipeline. Sentiment analysis is applied to incoming stories to enrich the feed and enable personalized filtering.
Tech Stack
Next.jsNewsAPIGroqLLaMATailwind CSS
Highlights
- ✦Aggregates multiple news APIs into one deduplicated, unified feed
- ✦AI-powered article summarization using Groq-hosted LLaMA models
- ✦Rapid sentiment analysis applied across the incoming stream
- ✦Personalized feeds built on reader interests