Gestify is an AI-powered news summarizer that scrapes articles from multiple sources, summarizes them using Gemini API, compares different perspectives, and delivers personalized content and newsletters based on user interests.
- 🔍 Scrape and summarize news
- 🤖 Compare coverage across sources
- 🎯 Personalized news feed
- 📬 Custom newsletters
- ⚡ ISR every 12 hours + Scrappers updating the stale data
- 🔐 OAuth login
- Next.js, TypeScript, React Server Components
- PostgreSQL, MongoDB
- Gemini API, OAuth
- ISR, SSR
git clone https://github.com/your-username/gestify
cd gestify
pnpm install
pnpm dev