0+
June 16, 2026
June 10, 2026
FindAstra is AI product search for WooCommerce. It helps your store understand what shoppers actually mean, not just the exact words they type. Someone searching for “comfortable shoes for hiking” will find your “Trail Running Sneakers” even when the title never mentions comfort or hiking.
Ordinary keyword search only matches products that literally contain the words a shopper types. So a customer who describes things in their own way lands on a “no results” page and leaves. FindAstra closes that gap. It reads the intent behind each search, puts the most relevant products first, and offers helpful suggestions instead of dead ends.
And the free version runs completely on its own. There are no API keys to paste, no account to create, and no monthly fees. The AI runs right inside the shopper’s browser, so nothing about your catalog or your customers is sent to an outside server, and you can index your entire catalog with no product limit.
When you click index, FindAstra reads each product and builds a small understanding of what it is. When a shopper searches, it compares their wording to that understanding and lists the closest products first. The first time it runs, the browser downloads a small AI model (about 33 MB) and reuses it from then on, so searches stay fast.
A separate paid version is available at findastra.com for stores that want more. It adds optional server-side engines for very large catalogs (using your own OpenAI or Hugging Face key), multilingual search for WPML and Polylang, and built-in search analytics. The free version here is complete on its own, and nothing in it is locked or time limited.
Which external service (if any) FindAstra contacts depends on the search engine you choose during setup. Each is described below, including what data is sent and when.
Used by the default Local engine. The first time the Local engine runs (when you index products in wp-admin, or when a shopper performs a search), the browser downloads a roughly 33 MB open-source AI model from the Hugging Face model hub and caches it locally for later visits. Only the model files are fetched. No store, product, shopper, or site data is ever sent. After the download, all search runs entirely in the browser.
Hugging Face terms of service: https://huggingface.co/terms-of-service . Privacy policy: https://huggingface.co/privacy
Used only if you select the OpenAI engine and enter your own API key. At index time, the text of each product (its title and the fields you choose to include) is sent to OpenAI to generate an embedding; at search time, the shopper’s query text is sent. Requests are authenticated with the API key you provide and are made only while the OpenAI engine is the active provider.
OpenAI terms of use: https://openai.com/policies/terms-of-use . Privacy policy: https://openai.com/policies/privacy-policy
Used only if you select the Hugging Face engine and enter your own access token. The same data as the OpenAI engine (product text at index time, query text at search time) is sent to the Hugging Face Inference API to generate embeddings, authenticated with the token you provide, and only while the Hugging Face engine is the active provider.
Hugging Face terms of service: https://huggingface.co/terms-of-service . Privacy policy: https://huggingface.co/privacy
/wp-content/plugins/, or install it via the WordPress Plugins screen.WooCommerce 7.0+ and PHP 8.1+ are required.
No. The default Local engine runs entirely in your shoppers’ browsers, with zero keys, zero accounts, and no cost. (The OpenAI and Hugging Face engines are part of the separate FindAstra Pro, for stores that prefer server-side processing.)
No. Scoring runs inside your existing database and adds roughly 20 to 30 milliseconds to a typical search. Indexing runs in the background in small batches, so it never blocks the admin. The Local engine does its work in the shopper’s browser.
Multilingual indexing is part of FindAstra Pro. With Pro, FindAstra detects each translated product’s language at index time and writes one embedding row per (product_id, language) pair, and searches are scoped to the current request language.
FindAstra handles large catalogs automatically. For stores with more than 5,000 indexed products it switches to a faster two-step search, so results stay quick even on big stores.
Encrypted at rest using AES-256-CBC with a site-specific key derived from wp_salt('auth'). Keys are only decrypted at the moment of use.
Yes, once. The first time the Local engine runs, it downloads a roughly 33 MB AI model from the Hugging Face model hub (huggingface.co), which your browser then caches. Only the model files are fetched. No store, product, or shopper data is ever sent. After that, all search runs entirely in the browser. (The optional Pro engines instead call OpenAI or Hugging Face using the keys you provide.)
Yes. The free version indexes your entire catalog with no product cap and serves unlimited searches. It is not a trial, and nothing in it expires or gets locked later.
When shoppers type exact product names, model numbers, or SKUs, plain keyword matching already works well. FindAstra covers those cases with instant prefix matching in its suggestions, and adds meaning-based results for every search where the wording does not line up.
Any theme that uses the standard WooCommerce search form and results page. It is tested with Storefront, Astra, Kadence, Blocksy, and GeneratePress, on both classic and block themes. The results page keeps your theme’s own layout.
Yes. With the default Local engine, each search is processed inside the shopper’s own browser and never leaves your site. The plugin sets no tracking cookies and stores no personal data.
FindAstra_License class centralises the free/paid capability matrix.BAAI/bge-m3 (multilingual, 1024d) as a settings-driven alternative to bge-small.