Documentation
Docs are on the way
We’re polishing full documentation for the SDK, API, and MCP layer. In the meantime, here’s the gist, and you can always reach us at [email protected].
QuickstartsoonConnect a source and ship search in minutes.
React SDKsoonThe @hopfield/react widget, theming, and hooks.
REST APIsoonSearch, typeahead, and answer endpoints.
MCP serversoonConnect agents to your knowledge over MCP.
import { Search } from "@hopfield/react";
export function HelpButton() {
return (
<Search
project="acme"
publicApiKey="pk_live_..."
theme="light"
/>
);
}