find-x-ai v0.0.94
FIND-X
Perplexity for your website.
Welcome to FIND-X, an advanced ready-made answer engine for your website.
Supported Frameworks
Currently, FIND-X supports the following frameworks, with plans to expand to all major frameworks soon:
- React
- Next.js
Installation
Getting started with FIND-X is quick and easy. Follow the steps below to integrate it into your project:
Install the Package:
Using npm:
npm install find-x-ai@latest
Using pnpm:
pnpm install find-x-ai@latest
Using yarn:
yarn add find-x-ai@latest
Import the Chat Component:
Here's an example of how to integrate the chat component in a Next.js application:
import type { Metadata } from "next"; import "./globals.css"; /* Import the Chat component */ import { ChatBox } from "find-x-ai"; export const metadata: Metadata = { title: "Create Next App", description: "Generated by create next app", }; export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode; }>) { return ( <html lang="en"> <body> {children} <ChatBox config={{ findx_key: process.env.NEXT_PUBLIC_FINDX_KEY!, theme: "dark", default: true, }} /> </body> </html> ); }
For more information about FIND-X check out the documentation here
5 months ago
5 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
11 months ago
11 months ago
10 months ago
9 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago