# fireplexity **Repository Path**: wowai/fireplexity ## Basic Information - **Project Name**: fireplexity - **Description**: https://github.com/mendableai/fireplexity.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-21 - **Last Updated**: 2025-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fireplexity v2 AI search engine with web, news, and images. Fireplexity Demo ## Setup ```bash git clone https://github.com/mendableai/fireplexity.git cd fireplexity npm install ``` ## Configure ```bash cp .env.example .env.local ``` Add your keys to `.env.local`: ``` FIRECRAWL_API_KEY=fc-your-api-key GROQ_API_KEY=gsk_your-groq-api-key ``` ## Run ```bash npm run dev ``` Open http://localhost:3000 ## Deploy [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/mendableai/fireplexity) ## Get API Keys - [Firecrawl](https://firecrawl.dev) - [Groq](https://groq.com) MIT License