Skip to main content

Seekora SDKs

Integrate Seekora search into your application with our client SDKs. Choose the SDK that fits your stack — from low-level API access to ready-made UI components.


Search SDK

@seekora-ai/search-sdk

JavaScript/TypeScript client for the Seekora Search API. Provides typed methods for search, query suggestions, analytics event tracking, and store configuration. Works in both Node.js and browser environments.

Use when: You need full control over the search UI and want to build custom components.

Search SDK Docs →

UI SDK

@seekora-ai/ui-sdk-react

Pre-built, customizable UI components for search experiences. Includes search bars, faceted filters, result grids, pagination, and more. Available for React, Vue, and vanilla JavaScript.

Use when: You want a fast integration with ready-made search UI components.

UI SDK Docs →

Quick Comparison

FeatureSearch SDKUI SDK
API client with typed methodsYesYes (built on Search SDK)
Pre-built UI componentsNoYes
Framework supportAny (vanilla JS)React, Vue, Vanilla JS
Analytics trackingManualAutomatic
Customizable themingN/AYes
Bundle size~15 KB~45 KB (React)