REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
65/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
100 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
AI Customer Resolution Agent — Standalone
A self-contained Express + React app powered by Groq AI.
🚀 Live Deployment Links
Requirements
Setup & Run
-
Install all dependencies (runs once from the root):
npm install
-
Add your Groq API key
Create a file at backend/.env:
GROQ_API_KEY=your_groq_api_key_here
-
Start the app:
npm run dev
This starts both servers simultaneously:
-
Open http://localhost:5173 in your browser.
Project Structure
├── backend/ Express API + SQLite + Groq AI
│ └── src/
│ ├── index.ts Entry point
│ ├── db.ts SQLite setup (auto-creates database.sqlite)
│ ├── data/customers.ts Mock customer records
│ └── routes/
│ ├── tickets.ts AI ticket analysis (Groq)
│ ├── customers.ts Customer lookup
│ └── dashboard.ts Stats & recent tickets
│
└── frontend/ React + Vite + Tailwind CSS
└── src/
├── lib/api.ts Typed API client
├── components/ Layout / sidebar
└── pages/
├── Submit.tsx Ticket submission form
├── Result.tsx AI resolution display
└── Dashboard.tsx Stats + charts
Notes
- The SQLite database file (
database.sqlite) is created automatically in the project root on first run.
- No Postgres or external database needed.
- The mock customer list is in .
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
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.
48/100 healthActive repositoryHas homepage
TypeScriptNo license#genai#generative-ai#llm#mongodb
⑂ 0 forks◯ 0 issuesUpdated Mar 19, 2026
Project homepage ↗ An AI-powered customer support platform built with Next.js, Prisma, and Tailwind CSS. Features an admin dashboard for managing agents, conversations, and knowledge base articles, alongside a user-facing chat and help center with LLM, RAG, and vector store integration for intelligent assistance.
53/100 healthActive repository
TypeScriptNo license#ai#chatbot#customer-support#embeddings
⑂ 1 forks◯ 0 issuesUpdated Jun 11, 2026