🇬🇧 English
🇦🇿 Azərbaycanca
🇹🇷 Türkçe
🇰🇷 한국어
🇪🇸 Español
🇫🇷 Français
🇩🇪 Deutsch
🇯🇵 日本語

About Pluget Search

Privacy-first, innovative, serverless search engine

What is Pluget Search?

Pluget Search is an innovative search engine that prioritizes user privacy. It is also an open-source search engine, meaning anyone can view, modify, and contribute to its code.

Being open source ensures transparency and allows the community to continuously improve the search experience.

View on GitHub

Privacy First

The main goal of this search engine is to prioritize user experience and user privacy. Unlike traditional search engines, Pluget Search does not track your searches, store your personal data, or share your information with third parties.

  • No search tracking or logging
  • No personal data collection
  • No targeted advertising
  • Fully transparent open source code

Serverless Architecture

The biggest advantage of this search engine is that it can work without a server. The code runs entirely on the frontend, which means you can download Pluget Search's code and run it on your own device without any server costs.

No server required = No hosting costs = Total privacy

You can use Pluget Search from the official website or download the code and easily run it on static hosting.

Plugins System

Pluget Search includes a plugin menu where users can easily install plugins by simply pasting the plugin's URL. Plugins work as web pages, and anyone can develop plugins for Pluget Search.

  • Easy installation via URL
  • Anyone can develop plugins
  • Host on any static hosting
  • Share via simple URL

To develop a plugin, you can take Pluget Search's code, customize it, and host it on simple static hosting to get a URL. Then users can easily install your plugin via the URL.

Database Structure

Unlike other search engines, since Pluget Search does not use a backend, it needs different solutions for the database. Therefore, we store sites and pages as JSON.

JSON Storage

All data stored in lightweight JSON format

Natural Language Processing

Processes search queries in the frontend

Wikipedia API

Dynamic indexing through Wikipedia queries

100% Frontend

No backend servers required

Additionally, the natural language processing system inside this search engine processes the search data in the frontend when a user makes a search, sends queries to the Wikipedia API, and can dynamically index pages.