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.