0.0.94 • Published 7 months ago

find-x-ai v0.0.94

Weekly downloads
-
License
MIT
Repository
-
Last release
7 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

7 months ago

0.0.94

7 months ago

0.0.92

7 months ago

0.0.91

7 months ago

0.0.88

8 months ago

0.0.89

8 months ago

0.0.90

8 months ago

0.0.84

1 year ago

0.0.85

1 year ago

0.0.86

12 months ago

0.0.87

11 months ago

0.0.83

1 year ago

0.0.81

1 year ago

0.0.82

1 year ago

0.0.80

1 year ago

0.0.75

1 year ago

0.0.76

1 year ago

0.0.77

1 year ago

0.0.78

1 year ago

0.0.79

1 year ago

0.0.74

1 year ago

0.0.73

1 year ago

0.0.72

1 year ago

0.0.62

1 year ago

0.0.63

1 year ago

0.0.64

1 year ago

0.0.65

1 year ago

0.0.66

1 year ago

0.0.67

1 year ago

0.0.68

1 year ago

0.0.69

1 year ago

0.0.70

1 year ago

0.0.71

1 year 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