NoLoop Hub is the main Next.js 15 web application and marketing landing portal for the NoLoop SaaS health-insurance adjudication ecosystem. It introduces the platform value proposition, showcases real-time claim automation metrics, and provides a portal launcher connecting users to the role-specific web applications.
- Hospital Billing Desk (
:3002): Cashless pre-auth claim creation, Groq Vision OCR bill scanning, and ward bed occupancy management. - Insurer & TPA Portal (
:3003): Real-time claim triage queue, AI case summaries with grounded policy citations, explainable fraud risk scores, and human-in-the-loop rate overrides. - Patient Live Tracker (
:3004): Zero-install claim status lookup, visual progress bar timeline, coverage breakdowns, and transparent out-of-pocket co-pay calculation. - Platform Admin Panel (
:3001): Multi-tenant organization CRUD, automated password generation, user role management, system health metrics, and audit logs.
# Install dependencies
npm install
# Run development server (Port 3000)
npm run dev
# Build production bundle
npm run builddocker build -t noloop-hub .
docker run -p 3000:3000 noloop-hub