turboseek: An Open-Source AI Search Engine Inspired by Perplexity

This repository profile is provided by osrepos.com, an open source repository discovery platform.

turboseek: An Open-Source AI Search Engine Inspired by Perplexity

Summary

turboseek is an innovative open-source AI search engine developed by Nutlope, drawing inspiration from platforms like Perplexity. Built with TypeScript, it leverages advanced LLMs and search APIs to provide comprehensive answers and related follow-up questions. This project offers a robust foundation for anyone interested in building their own AI-powered search solution.

Repository Information

Analyzed by OSRepos on January 17, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

turboseek is an innovative open-source AI search engine, developed by Nutlope, that aims to replicate the intelligent search experience of platforms like Perplexity. Built primarily with TypeScript and the Next.js app router, it integrates powerful LLMs from Together AI and search capabilities from Exa.ai to deliver concise, context-aware answers. The project provides a clear example of how to combine modern web technologies with advanced AI models to create a dynamic search solution.

Installation

To get turboseek up and running locally, follow these steps:

  1. Fork or clone the repository: git clone https://github.com/Nutlope/turboseek.git
  2. Create an account at Together AI (opens in a new tab) for LLM inference.
  3. Create an account at SERP API (opens in a new tab) or with Azure (Bing Search API (opens in a new tab)) for search capabilities.
  4. Create an account at Helicone (opens in a new tab) for observability.
  5. Create a .env file based on .example.env and populate it with your API keys.
  6. Run npm install to install dependencies.
  7. Run npm run dev to start the development server locally.

Examples

turboseek operates through a sophisticated workflow to answer user queries:

  1. A user submits a question to the engine.
  2. The system makes a request to a search API (e.g., Bing) to retrieve the top 6 relevant results.
  3. Text content is scraped from these 6 links and compiled as context.
  4. An LLM (e.g., OpenAI gpt-oss) processes the user's question along with the gathered context, streaming the answer back to the user.
  5. Concurrently, another LLM (e.g., Llama 3.1 8B) generates three related follow-up questions for the user.

Why Use

turboseek stands out as an excellent resource for several reasons. It offers a fully open-source implementation of an AI search engine, providing transparency and flexibility for developers. Its architecture demonstrates the integration of cutting-edge technologies like Next.js, Together AI, and Exa.ai, making it a valuable learning tool. Furthermore, the project includes a detailed tutorial (opens in a new tab) on how to build such an engine, making it accessible for those looking to understand or extend AI search capabilities. Whether you're building a new search solution or exploring advanced RAG techniques, turboseek provides a solid starting point.

Links

Explore turboseek further:

Related repositories

Similar repositories that may be relevant next.

OpenWebAgent: An Open Toolkit for LLM- and LMM-based Web Agents

OpenWebAgent: An Open Toolkit for LLM- and LMM-based Web Agents

July 2, 2026

OpenWebAgent is an open toolkit designed to empower model-based web agents, streamlining human-computer interactions by automating tasks on webpages. It offers a convenient framework for developing LLM- and LMM-based web agents, providing both plugin and server source code for easy integration and customization. This project was featured as an ACL'24 Demo, showcasing its innovative approach to web automation.

JavaScriptWeb AgentLLM
ChatArena: Multi-Agent Language Game Environments for LLMs

ChatArena: Multi-Agent Language Game Environments for LLMs

July 1, 2026

ChatArena is a Python library designed to provide multi-agent language game environments for Large Language Models (LLMs), aiming to foster the development of communication and collaboration capabilities in AI. It offers a flexible framework for defining players, environments, and interactions based on Markov Decision Processes. Please note that as of August 11, 2025, this project has been deprecated due to a lack of widespread community use and is no longer receiving updates or support.

AILarge Language ModelsMulti-Agent Systems
Agentarium: A Python Framework for AI Agent Simulations

Agentarium: A Python Framework for AI Agent Simulations

July 1, 2026

Agentarium is an open-source Python framework designed for creating and managing simulations with AI-powered agents. It offers an intuitive platform for designing complex, interactive environments where agents can act, learn, and evolve. This powerful tool simplifies the orchestration of multiple AI agents and their interactions.

PythonAIAgents
Lighteval: Your All-in-One Toolkit for LLM Evaluation

Lighteval: Your All-in-One Toolkit for LLM Evaluation

July 1, 2026

Lighteval is a comprehensive toolkit from Hugging Face for evaluating Large Language Models (LLMs) across various backends. It enables users to dive deep into model performance by saving detailed, sample-by-sample results and supports over 1000 evaluation tasks. The framework offers extensive customization options, allowing users to create custom tasks and metrics tailored to their specific needs.

evaluationevaluation-frameworkevaluation-metrics

Source repository

Open the original repository on GitHub.

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️