Go to file
2024-12-31 10:48:51 +05:30
.github feat: Add funding.yml file for GitHub sponsorship 2024-08-13 14:42:15 +05:30
app update Uneed badge images 2024-12-31 10:48:51 +05:30
components turn off vercel analytics 2024-12-31 09:36:03 +05:30
hooks feat: search groups 2024-12-14 23:24:33 +05:30
lib feat: search groups 2024-12-14 23:24:33 +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 feat: enhance install prompt with platform detection and animations 2024-12-21 11:54:21 +05:30
components.json Initial Commit 2024-08-07 18:59:45 +05:30
e2b.Dockerfile feat: use custom e2b sandbox template 2024-12-20 20:40:14 +05:30
funding.json Floss Fund 2024-12-03 14:07:27 +05:30
LICENSE chore: add support for rendering Markdown with citations and LICENSE 2024-08-08 22:28:19 +05:30
next.config.mjs feat: search groups 2024-12-14 23:24:33 +05:30
package.json chore: revive retrive tool and better codeblock UI 2024-12-23 19:04:58 +05:30
pnpm-lock.yaml chore: revive retrive tool and better codeblock UI 2024-12-23 19:04:58 +05:30
postcss.config.mjs Initial Commit 2024-08-07 18:59:45 +05:30
README.md fix: update search engine URL in README instructions 2024-12-20 22:40:39 +05:30
tailwind.config.ts feat: multi search 2024-11-23 00:28:06 +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: remove 'sin1' region from Vercel configuration 2024-11-28 19:35:53 +05:30

MiniPerplx

MiniPerplx

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

Set MiniPerplx as your default search engine

  1. Open the Chrome browser settings:

    • Click on the three vertical dots in the upper right corner of the browser.
    • Select "Settings" from the dropdown menu.
  2. Go to the search engine settings:

    • In the left sidebar, click on "Search engine."
    • Then select "Manage search engines and site search."
  3. Add a new search engine:

    • Click on "Add" next to "Site search."
  4. Set the search engine name:

    • Enter MiniPerplx in the "Search engine" field.
  5. Set the search engine URL:

    • Enter https://mplx.run/search?query=%s&model=azure:gpt4o-mini in the "URL with %s in place of query" field.
  6. Set the search engine shortcut:

    • Enter mp in the "Shortcut" field.
  7. Set Default:

    • Click on the three dots next to the search engine you just added.
    • Select "Make default" from the dropdown menu.

After completing these steps, you should be able to use MiniPerplx as your default search engine in Chrome.

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, Mapbox API, and TripAdvisor API.
  • Translation: Translate text to different languages using Microsoft's Translator API.
  • YouTube Search: Search for videos on YouTube and get timestamps and transcripts.
  • Academic Search: Search for academic papers.
  • Product Search: Search for products on Amazon.
  • X Posts Search: Search for posts on X.com.
  • Flight Tracker: Track flights using AviationStack's 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.