Skip to content

A minimalistic AI-powered search engine that helps you find information on the internet.

License

Notifications You must be signed in to change notification settings

dend3/miniperplx

 
 

Repository files navigation

MiniPerplx

MiniPerplx

A minimalistic AI-powered search engine that helps you find information on the internet.

Deploy your own

Deploy with Vercel

To run the example locally you need to:

  1. Sign up for accounts with the AI providers you want to use. OpenAI and Anthropic are required, Tavily is required for the web search feature.
  2. Obtain API keys for each provider.
  3. Set the required environment variables as shown in the .env.example file, but in a new file called .env.local.
  4. pnpm install to install the required dependencies.
  5. pnpm dev to launch the development server.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A minimalistic AI-powered search engine that helps you find information on the internet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.2%
  • CSS 2.3%
  • JavaScript 0.5%