Go to file
2024-11-05 13:12:18 +05:30
.github feat: Add funding.yml file for GitHub sponsorship 2024-08-13 14:42:15 +05:30
app WIP: Interactive charts and MapBox integration 2024-11-05 13:12:18 +05:30
components WIP: Interactive charts and MapBox integration 2024-11-05 13:12:18 +05:30
hooks New Input Bar and few UI fixes 2024-10-16 00:04:34 +05:30
lib feat: Added react-syntax-highlighter for code highlighting and copy functionality for programming tool UI 2024-08-13 09:58:59 +05:30
public Added TAAFT 2024-10-14 13:15:17 +05:30
.env.example feat: added edit option, shifted completely to anthropic models, and added more context in Readme 2024-08-15 18:38:22 +05:30
.eslintrc.json Initial Commit 2024-08-07 18:59:45 +05:30
.gitignore Initial Commit 2024-08-07 18:59:45 +05:30
components.json Initial Commit 2024-08-07 18:59:45 +05:30
LICENSE chore: add support for rendering Markdown with citations and LICENSE 2024-08-08 22:28:19 +05:30
next.config.mjs Added TAAFT 2024-10-14 13:15:17 +05:30
package.json WIP: Interactive charts and MapBox integration 2024-11-05 13:12:18 +05:30
pnpm-lock.yaml WIP: Interactive charts and MapBox integration 2024-11-05 13:12:18 +05:30
postcss.config.mjs Initial Commit 2024-08-07 18:59:45 +05:30
README.md feat: Results Overview, Default Search Engine, o1-mini and more. 2024-09-18 00:53:40 +05:30
tailwind.config.ts introducing dark mode, we are so back! 2024-10-13 23:54:07 +05:30
tsconfig.json Updated Google Maps API script to include marker library and use Advanced Markers 2024-08-19 18:20:36 +05:30
vercel.json feat: Switch to Azure OpenAI Service, Improve plot based responses, better translation UI and cron job to remove saved plots every hour 2024-08-24 17:30:49 +05:30

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.