0.0.94 • Published 5 months ago

find-x-ai v0.0.94

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

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:

  1. 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
  2. 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

0.0.93

5 months ago

0.0.94

5 months ago

0.0.92

6 months ago

0.0.91

6 months ago

0.0.88

6 months ago

0.0.89

6 months ago

0.0.90

6 months ago

0.0.84

11 months ago

0.0.85

11 months ago

0.0.86

10 months ago

0.0.87

9 months ago

0.0.83

11 months ago

0.0.81

11 months ago

0.0.82

11 months ago

0.0.80

11 months ago

0.0.75

11 months ago

0.0.76

11 months ago

0.0.77

11 months ago

0.0.78

11 months ago

0.0.79

11 months ago

0.0.74

12 months ago

0.0.73

12 months ago

0.0.72

12 months ago

0.0.62

12 months ago

0.0.63

12 months ago

0.0.64

12 months ago

0.0.65

12 months ago

0.0.66

12 months ago

0.0.67

12 months ago

0.0.68

12 months ago

0.0.69

12 months ago

0.0.70

12 months ago

0.0.71

12 months ago

0.0.61

1 year ago

0.0.60

1 year ago

0.0.59

1 year ago

0.0.58

1 year ago

0.0.57

1 year ago

0.0.56

1 year ago

0.0.55

1 year ago

0.0.54

1 year ago

0.0.53

1 year ago

0.0.52

1 year ago

0.0.51

1 year ago

0.0.50

1 year ago

0.0.49

1 year ago

0.0.48

1 year ago