🔍 An intelligent AI-powered search engine with web, news, and images capabilities.
Note: This project is forked from Fireplexity and enhanced with additional features and improvements.
- 🤖 AI-Powered Search: Intelligent search results powered by DeepSeek AI
- 🌐 Web Search: Comprehensive web search with Firecrawl integration
- 📰 News Search: Real-time news results and updates
- 🖼️ Image Search: Visual search capabilities
- 📊 Stock Information: Integrated stock charts and financial data
- 🎨 Modern UI: Clean, responsive interface with dark/light mode
- ⚡ Fast Performance: Built with Next.js 15 and optimized for speed
git clone https://github.com/irisfeng/pantheonSearch.git
cd pantheonSearch
npm installcp .env.example .env.localAdd your API keys to .env.local:
FIRECRAWL_API_KEY=fc-your-api-key
DEEPSEEK_API_KEY=sk-your-deepseek-api-keynpm run devOpen http://localhost:3000 in your browser.
- Framework: Next.js 15 with App Router
- Language: TypeScript
- Styling: Tailwind CSS
- AI: DeepSeek API for intelligent responses
- Search: Firecrawl for web scraping and search
- UI Components: Radix UI primitives
- Charts: TradingView widgets for stock data
- Firecrawl API Key - For web scraping and search
- DeepSeek API Key - For AI-powered responses
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License
- Original project: Fireplexity by Mendable AI
- Built with ❤️ using modern web technologies
