Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inviii/rocket

"Rocket" is a chatbot designed to provide instant assistance on any website. With advanced NLP algorithms, it offers a seamless experience for users seeking help or information. Whether answering FAQs, providing product recommendations, or troubleshooting, Rocket ensures a smooth browsing experience.
https://github.com/inviii/rocket

artificial-intelligence chatbot commercial openai popup rocket

Last synced: about 7 hours ago
JSON representation

"Rocket" is a chatbot designed to provide instant assistance on any website. With advanced NLP algorithms, it offers a seamless experience for users seeking help or information. Whether answering FAQs, providing product recommendations, or troubleshooting, Rocket ensures a smooth browsing experience.

Awesome Lists containing this project

README

        

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

```
└── πŸ“rocket
└── .eslintrc.json
└── .gitignore
└── πŸ“.vscode
└── settings.json
└── next-env.d.ts
└── next.config.mjs
└── package-lock.json
└── package.json
└── postcss.config.js
└── postcss.config.mjs
└── πŸ“public
└── πŸ“fonts
└── πŸ“Switzer
└── Switzer-Black.woff2
└── Switzer-Bold.woff2
└── Switzer-Extrabold.woff2
└── Switzer-Light.woff2
└── Switzer-Medium.woff2
└── Switzer-Regular.woff2
└── Switzer-Semibold.woff2
└── Switzer-Thin.woff2
└── Switzer-Variable.woff2
└── next.svg
└── vercel.svg
└── README.md
└── πŸ“src
└── πŸ“app
└── favicon.ico
└── globals.css
└── layout.tsx
└── page.tsx
└── πŸ“components
└── πŸ“Button
└── Button.tsx
└── πŸ“Navbar
└── Navbar.tsx
└── πŸ“libs
└── fonts.ts
└── πŸ“styles
└── globals.css
└── tailwind.config.js
└── tailwind.config.ts
└── tsconfig.json
```