title: HelpDesk AI Backend emoji: π€ colorFrom: green colorTo: blue sdk: docker pinned: false
[!NOTE]
Eliminating the Manual Triage Bottleneck
Helpdesk.ai uses deep-learning neural networks and 4-layer enterprise architecture to categorize, prioritize, and resolve IT issues in milliseconds.
π Navigation Hub
| π§© Platform Vision | ποΈ Under the Hood | π Next Steps |
|---|---|---|
| β§ Why Helpdesk.AI? β§ The Enterprise Evolution |
β§ System Architecture β§ The AI Neural Pipeline |
β§ Deployment / Setup β§ Future Roadmap |
[!IMPORTANT]
π― Why Helpdesk.AI?
Helpdesk.AI is more than just a ticketing tool; it is a Neural Service Orchestrator designed for modern enterprises. It provides massive ROI by:
- Eliminating the Triage Bottleneck: By using context-aware AI (DistilBERT), it categorizes 100% of tickets in milliseconds, bypassing the L1 support line entirely.
- Proactive Resolution: Integrated LLMs (GitHub Models/Gemini) analyze issues during creation to suggest "Instant Fixes," severely reducing actual ticket volume.
- Tiered Multi-Tenancy: Built for true SaaS isolation, it securely isolates completely separate companies within a single Supabase database.
π The Enterprise Evolution
Helpdesk.ai isn't just a ticketing tool; it's heavily engineered. Built to handle the complex requirements of modern organizations, it scales support without scaling headcount.
ποΈ 4-Layer Permission Matrix
| Layer | Audience | Primary Capabilities |
|---|---|---|
| π Master Admin | Global Overseers | Tenant Registration, Company Onboarding, Global Health Monitoring. |
| π’ Company Admin | IT Management | Org-specific Dashboard, User Auditing, Sentiment Analytics. |
| π€ Standard User | Employees | AI-Powered Ticket Creation, Semantic Search, Real-time Status. |
| π Public Layer | Prospects | Premium journey, Sales Engineering contact, Live Pricing tiers. |
ποΈ System Architecture
Helpdesk.ai utilizes a clean, decoupled architecture built for production operations.
graph TD
A["User (Frontend)"] -->|"Submits Issue"| B("FastAPI Backend")
B -->|"Text Processing"| C{"AI Inference Engine"}
C -->|"DistilBERT v3"| D["Categorization Routing"]
C -->|"NER Engine"| E["Entity Extraction"]
C -->|"GitHub Models Inference"| F["Generative Resolves"]
D --> G[("Supabase DB")]
E --> G
F --> G
G -->|"Real-time WebSocket"| A
G -->|"Dashboard Aggregation"| H["Admin Portal"]
π§ The AI Neural Pipeline
Under the hood, Helpdesk.ai leverages a custom suite of high speed models.
1. High-Precision ClassificationDriven by DistilBERT v3, our classifier understands technical context and user sentiment to assign accurate Impact Scores. 2. NER Metadata HarvestingAutomatically extracts vital technical identifiers without making the user fill out long dropdown forms:
|
3. Duplicate PreventionIf two users report the same outage, our 4. Generative OCRBuilt-in screenshot analysis pulls error codes directly out of images. We process the images securely in milliseconds. |
π Deployment & Operations
Create a .env file in the /Frontend directory:
VITE_SUPABASE_URL=https://YOUR_PROJECT_REF.supabase.co
VITE_SUPABASE_ANON_KEY=your_key
VITE_STRIPE_GROWTH_LINK=your_stripe_link
VITE_BACKEND_URL=http://localhost:8000
Local Installation
git clone https://github.com/ritesh-1918/HELPDESK.AI.git
cd HELPDESK.AI/Frontend
npm install
npm run dev
πΊοΈ Roadmap
- [x] Phase 1: Core Ticketing & DistilBERT Categorization.
- [x] Phase 2: Multi-tenant SaaS Architecture (Supabase RLS).
- [x] Phase 3: GitHub Models integration for generative knowledge-base articles.
- [ ] Phase 4: SAP / ServiceNow direct bidirectional sync.
- [ ] Phase 5: AI Voice Support Agent via Twilio.
π± Mobile Ecosystem (V1)
Helpdesk.ai is now available as a native Android application. It features a complete mobile-first experience for employees and admins.
- Real-time Status Tracking: Instant updates on ticket progress with custom in-app notifications.
- Biometric Ready: Secure access with enterprise-grade authentication.
- Smart Onboarding: Dynamic routing for new users and pending registrations.
- Session Replay: Integrated with LogRocket for proactive debugging and user support.
π₯ Download HelpDesk.ai V1 APK