AI search engine with web, news, and images.
git clone https://github.com/mendableai/fireplexity.git
cd fireplexity
npm install
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
npm run dev
MIT License