A simple chat interface for deep research using the Perplexity API.
- Clean, minimalist chat UI similar to Grok
- Real-time research using Perplexity's API
- Markdown formatting support for research results
- Responsive design
- Clone this repository
- Install dependencies:
npm install - Create a
.envfile in the root directory with your Perplexity API key:You can get an API key from Perplexity AI.PERPLEXITY_API_KEY=your_api_key_here
Start the server:
npm start
The application will be available at http://localhost:3000
- Open the application in your browser
- Type a research topic in the input field
- Press "Research" or hit Enter
- Wait for the research results to appear in the chat
- Backend: Node.js, Express
- Frontend: HTML, CSS, JavaScript
- API: Perplexity API for deep research
MIT