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
| Feature | Search SDK | UI SDK |
|---|---|---|
| API client with typed methods | Yes | Yes (built on Search SDK) |
| Pre-built UI components | No | Yes |
| Framework support | Any (vanilla JS) | React, Vue, Vanilla JS |
| Analytics tracking | Manual | Automatic |
| Customizable theming | N/A | Yes |
| Bundle size | ~15 KB | ~45 KB (React) |