Skip to content

exa-labs/answer-chat-app

Repository files navigation

💬 Exa Answer Chat App

Powered by Exa - The Web Search API

An open-source chat app showcasing the power of Exa's Answer endpoint.

Screenshot

✨ Try it yourself:


🎯 What is Exa Answer Chat App?

Exa Answer Chat App is a free and open-source application that shows how to use Exa's Answer endpoint. It provides a modern chat interface with real-time streaming responses and citation support.


💻 Tech Stack


🚀 Getting Started

Prerequisites

Installation

  1. Clone the repository
git clone https://github.com/exa-labs/answer-chat-app.git
cd answer-chat-app
  1. Install dependencies
npm install
  1. Set up environment variables
cp .env.example .env.local

Then add your Exa API key to .env.local:

EXA_API_KEY=your-api-key-here
  1. Run the development server
npm run dev
  1. Open http://localhost:3000/answer in your browser

⭐ About Exa

This project showcases Exa's Answer endpoint, which provides:

  • Real-time streaming responses
  • High-quality answers with citations
  • Simple API integration (with OpenAI compatible API)

Try Exa API today and build your own AI-powered applications!



Built with ❤️ using Exa

About

Open source chat app using Exa's Answer endpoint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published