/miniperplx

A minimalistic AI-powered search engine that helps you find information on the internet. Powered by Vercel AI SDK Search with models like GPT-4o mini, GPT-4o and Claude 3.5 Sonnet(New)!

Primary LanguageTypeScriptMIT LicenseMIT

MiniPerplx

MiniPerplx

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

ProductHunt Launch

Upvote MiniPerplx on ProductHunt to show your support!

MiniPerplx - A minimalistic AI-powered search engine. | Product Hunt

Features

  • AI-powered search: Get answers to your questions using Anthropic's Models.
  • Web search: Search the web using Tavily's API.
  • URL Specific search: Get information from a specific URL.
  • Weather: Get the current weather for any location using OpenWeather's API.
  • Programming: Run code snippets in multiple languages using E2B's API.
  • Maps: Get the location of any place using Google Maps API.
  • Results Overview: Get a quick overview of the results from different providers.
  • Translation: Translate text to different languages using Microsoft's Translator API.

Built with

LLM used

Deploy your own

Deploy with Vercel

Local development

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.