# Fireplexity **Repository Path**: mirrors/Fireplexity ## Basic Information - **Project Name**: Fireplexity - **Description**: Fireplexity 是超快速的开源 AI 搜索引擎,其基于 Firecrawl 爬取技术,能实时搜索网络内容并通过 GPT-4o-mini 生成智能回答,每个答案都带有详细的来 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/fireplexity - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-25 - **Last Updated**: 2026-01-03 ## 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