Features
- Real-time News Search: Search Google News for current events
- Article Scraping: Extract full article content bypassing paywalls
- AI Analysis: GPT-4o-mini analyzes news with citations and insights
- Multi-Source Research: Compare coverage across different sources
- Streaming Responses: Real-time AI responses with tool execution
Prerequisites
- Node.js 18+
- OpenAI API Key
- Bright Data API Key
Setup
-
Clone and install dependencies:
npm install -
Create
.env.localwith your API keys:OPENAI_API_KEY=your_openai_key BRIGHTDATA_API_KEY=your_brightdata_key -
Run the development server:
npm run dev -
Open http://localhost
Tech Stack
- Next.js 16 + React 19
- AI SDK v5 (Vercel)
- Bright Data SDK
- Tailwind CSS 4