Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/inviii/rocket
- Owner: INVIII
- Created: 2022-03-03T04:04:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T12:24:23.000Z (9 months ago)
- Last Synced: 2024-05-10T05:21:16.038Z (8 months ago)
- Topics: artificial-intelligence, chatbot, commercial, openai, popup, rocket
- Language: TypeScript
- Homepage:
- Size: 599 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```