Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
/ Genie Public archive

AI assistant designed to revolutionize customer service

Notifications You must be signed in to change notification settings

abhijitxy/Genie

Repository files navigation

About Project

Welcome to Genie, your one-stop solution for revolutionizing customer support on your website! In less than four minutes, you can automate your customer service with a bespoke ChatGPT-like bot, providing a seamless and efficient experience for your users.

Tech Stack

Local Development

Requirements

To run Genie locally, you will need:

  • Node.js: Ensure that Node.js is installed on your machine.

Setup Instructions

  1. Fork this repository to your GitHub account.

  2. Clone the repository to your local device:

    git clone https://github.com/<your-username>/Genie
  3. Install dependencies in the root directory:

    npm install
  4. Create your .env file from the .env.example. You can use:

    cp .env.example .env

    Replace the placeholder values with your specific configurations.

  5. Set the following environment variables in the .env file:

    • NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
    • CLERK_SECRET_KEY
    • OPENAI_API_KEY
    • DATABASE_URL
  6. Run the development server:

    npm run dev
  7. Open http://localhost:3000 in your browser to see the result.

Your feedback and contributions are always welcome. Happy coding! Follow us on Twitter for updates. :)

About

AI assistant designed to revolutionize customer service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages