{"name":"turboseek: An Open-Source AI Search Engine Inspired by Perplexity","description":"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.","github":"https://github.com/Nutlope/turboseek","url":"https://osrepos.com/repo/nutlope-turboseek","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/nutlope-turboseek","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/nutlope-turboseek.md","json":"https://osrepos.com/repo/nutlope-turboseek.json","topics":["AI","Search Engine","TypeScript","Next.js","LLM","Open Source","RAG"],"keywords":["AI","Search Engine","TypeScript","Next.js","LLM","Open Source","RAG"],"stars":null,"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.","content":"## Introduction\n\nturboseek 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.\n\n## Installation\n\nTo get turboseek up and running locally, follow these steps:\n\n1.  Fork or clone the repository: `git clone https://github.com/Nutlope/turboseek.git`\n2.  Create an account at [Together AI](https://togetherai.link) (opens in a new tab) for LLM inference.\n3.  Create an account at [SERP API](https://serper.dev/) (opens in a new tab) or with Azure ([Bing Search API](https://www.microsoft.com/en-us/bing/apis/bing-web-search-api) (opens in a new tab)) for search capabilities.\n4.  Create an account at [Helicone](https://www.helicone.ai/) (opens in a new tab) for observability.\n5.  Create a `.env` file based on `.example.env` and populate it with your API keys.\n6.  Run `npm install` to install dependencies.\n7.  Run `npm run dev` to start the development server locally.\n\n## Examples\n\nturboseek operates through a sophisticated workflow to answer user queries:\n\n1.  A user submits a question to the engine.\n2.  The system makes a request to a search API (e.g., Bing) to retrieve the top 6 relevant results.\n3.  Text content is scraped from these 6 links and compiled as context.\n4.  An LLM (e.g., OpenAI gpt-oss) processes the user's question along with the gathered context, streaming the answer back to the user.\n5.  Concurrently, another LLM (e.g., Llama 3.1 8B) generates three related follow-up questions for the user.\n\n## Why Use\n\nturboseek 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](https://docs.together.ai/docs/ai-search-engine) (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.\n\n## Links\n\nExplore turboseek further:\n\n*   [GitHub Repository](https://github.com/Nutlope/turboseek) (opens in a new tab)\n*   [Live Demo](https://www.turboseek.io) (opens in a new tab)\n*   [Building Tutorial](https://docs.together.ai/docs/ai-search-engine) (opens in a new tab)","metrics":{"detailViews":3,"githubClicks":4},"dates":{"published":null,"modified":"2026-01-17T00:00:30.000Z"}}