Loading repository data…
Loading repository data…
jagrat2004 / repository
ServiqAI is an AI-powered platform that enables businesses to build, customize, and deploy intelligent customer support chatbots on their websites. Powered by advanced generative AI and modern web technologies, it provides a dashboard to configure chatbot knowledge and business details, enabling accurate, context-aware customer interactions.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
ServiqAI is a comprehensive web-based platform that empowers businesses to create, customize, and embed intelligent AI-powered customer support chatbots on their websites. Built with modern web technologies, it provides a seamless dashboard for configuring chatbot knowledge and business details, enabling personalized customer interactions through a simple embeddable script.
ownerId: Unique identifier from authentication providerbusinessName: Business/organization namesupportEmail: Support contact emailknowledge: Business knowledge base and policiesClone the repository
git clone <repository-url>
cd <to-project-folder>
Install dependencies
npm install
Environment Setup
Create a .env.local file in the root directory:
MONGODB_URL=
SCALEKIT_ENVIRONMENT_URL=
SCALEKIT_CLIENT_ID=your-scalekit-client-id
SCALEKIT_CLIENT_SECRET=your-scalekit-client-secret
GEMINI_API_KEY=your-gemini-api-key
Run the development server
npm run dev
Open your browser Navigate to http://localhost:3000
/dashboard/embed page/src/components/POST /api/auth/login - Initiate OAuth flowPOST /api/auth/callback - Handle OAuth callbackPOST /api/auth/logout - Clear user sessionPOST /api/chat - Process customer messages
{
"message": "Customer question",
"ownerId": "business-owner-id"
}
POST /api/settings - Create/update chatbot settingsPOST /api/settings/get - Retrieve settings for ownernpm run build
npm start
This project is licensed under the MIT License - see the LICENSE file for details.
Built with ❤️ by Jagrat Agrawal