Orama Cloud
Integrate with Orama Cloud
To begin, create an account on Orama Cloud.
REST API
REST API integration requires your docs to upload the indexes.
-
Create a new REST API index from Dashboard.
-
Use the following schema:
-
Then, using the private API key and index ID from dashboard, create a script to sync search indexes.
sync-index.mjs -
Create a route handler in your Next.js app to export search indexes.
app/static.json/route.ts -
Run the script after
next build
.
Search Client
To search documents on the client side, use Fumadocs UI Search Dialog, or make your own implementation.
In addition, the headless search client of Fumadocs can handle state management for React.
Web Crawler
- Create a Crawler index from dashboard, and configure it correctly with the "Documentation" preset.
- Copy the public API key and index ID from dashboard
Search Client
Same as REST API integration, but make sure to set index
to crawler
.
It's same for Fumadocs UI:
How is this guide?