This is the main repository of Intelli, the Multi-channel for customer support
Our solution, an automated web application and intelligent chatbot, aims to handle inquiries and applocations + bookings across channels, providing a detailed report of all customer support operations, enhancing customer experience, and increasing revenue.
- Saves businesses time
- Reduces business expenditure spent on training staff
- Reduces revenue leak by reducing customer churn
- Improves business standing to customers
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/SqweyaSqweya-AI/intelli-chatbot.git
- Navigate to the project directory:
cd my-app
- Install the dependencies: entirely depending on the package manager of your choice
npm install
# or
yarn install
# or
pnpm install
# or
bun install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open 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.
We are using NextJS 14+ and thus by default using app/ over src/ folder structure: This means that for every new folder you create within app/ directory it becomes a page or route accessible in the domain.
- If you prefer to not render the folder use [] around it for example [your-folder-name].
- To make the route active, create a file within the created directory or folder and name it page.tsx.
- Import components from @components folder for reusability
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
We are going to use the Vercel Platform from the creators of Next.js to deploy our nextJs app; it's the easiest way to do it.
Ensure you periodically run git fetch command;
- Stage and Commit your changes with commit messages
- Always run a git fetch before pushing changes
- Push changes to your branch before merging into the main branch
- Rules have been created that won't allow you do otherwise
Happy Engineering