Getting Started
This guide will help you quickly integrate AI Site Search into your website, enabling powerful AI-driven search capabilities for your users.
The basics
AI Site Search provides an easy way to add AI-powered search functionality to your website. With just one line of code, you can transform your static content into dynamic conversations, allowing users to find precise answers through AI that understands their intent.
To use AI Site Search, you need an account and an API key. Once you have these, you can quickly integrate the search functionality into your website.
Using AI Site Search
Whether you're running a personal blog, a large enterprise portal, or anything in between, AI Site Search adapts to your needs. Here's how you can get started:
- Sign up for an AI Site Search account
- Obtain your API key from the dashboard
- Install the AI Site Search package in your project
- Add the AI Site Search component to your website
Integration
Integrating AI Site Search into your website is incredibly simple. Here's how you can do it:
- Install the package:
npm install ai-site-search
- Import and use the `AISiteSearch` component in your React application:
import { AISiteSearch } from "ai-site-search";
function App() {
return (
<div>
<h1>Welcome to My Website</h1>
<AISiteSearch apiKey="your-ai-site-search-api-key" />
</div>
);
}
export default App;
That's it! With just these few lines of code, you've added powerful AI-driven search capabilities to your website.
Features
AI Site Search comes packed with features to enhance your users' search experience:
- Easy Integration: Add AI search in under 5 minutes with just one line of code.
- Intelligent Responses: Get answers, not just search results. AI Site Search understands user intent and provides precise answers.
- Multilingual Support: Automatic translation preserves meaning across languages, making your content globally accessible.
- Dark Mode: Ships with polished light and dark modes.
- Lightning Fast: Loads in milliseconds with minimal bundle size, keeping your site fast.
- Sleek Design: Clean, modern UI that feels native to your site, with minimal visual clutter.
Note: Make sure to replace 'your-ai-site-search-api-key' with your actual API key from your AI Site Search account.