Go to file
2024-08-07 19:40:41 +05:30
app chore: Complete Animations and fix system prompt for Claude 2024-08-07 19:40:41 +05:30
components/ui Initial Commit 2024-08-07 18:59:45 +05:30
lib Initial Commit 2024-08-07 18:59:45 +05:30
.env.example Initial Commit 2024-08-07 18:59:45 +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
next.config.mjs Initial Commit 2024-08-07 18:59:45 +05:30
package.json Initial Commit 2024-08-07 18:59:45 +05:30
pnpm-lock.yaml Initial Commit 2024-08-07 18:59:45 +05:30
postcss.config.mjs Initial Commit 2024-08-07 18:59:45 +05:30
README.md chore: Add README 2024-08-07 19:07:39 +05:30
tailwind.config.ts Initial Commit 2024-08-07 18:59:45 +05:30
tsconfig.json Initial Commit 2024-08-07 18:59:45 +05:30

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.