An AI-powered news discovery platform that allows users to search for relevant news using natural language prompts and receive concise, AI-generated summaries.
AI News Finder is a web application that combines real-time news data with AI capabilities to provide a smarter way of consuming information.
Users can enter prompts in a conversational interface, similar to modern AI tools, and receive curated news articles along with optional AI-generated summaries.
This project focuses on:
- AI-assisted information retrieval
- Natural language-based search
- Summarization of news content
- Clean and interactive web interface
- Prompt-based news search (AI-powered interface)
- Real-time news article retrieval
- Optional AI-generated summaries
- Clean and responsive UI
- Fast and interactive user experience
- Integration with external news APIs
Frontend & Framework:
- Next.js
- React.js
Backend / API Handling:
- Next.js API routes
AI Integration:
- Gemini API
Data Source:
- News API (external provider)
# Clone the repository
git clone https://github.com/Vagventure/AINewsFinder.git
# Navigate to project folder
cd ai-news-finder
# Install dependencies
npm install
# Run development server
npm run dev

