Product Suite · 2026

Built by Xavvy.
Deployed.

Three AI-powered products engineered to enterprise standard — HR, trading intelligence, and senior healthcare. Each built on the same philosophy: infrastructure should be invisible.

Xavuite Labha CareKin
HR Platform

XAVUITE

Enterprise HR management, reimagined for the edge. Xavuite runs on Cloudflare Workers with a D1 SQLite backend — zero-latency for global teams, with a mobile app that works anywhere.

// Technical Specification
  • BackendCloudflare Workers + D1 (SQLite at the edge)
  • Web FrontendReact + Vite SPA
  • Mobile AppExpo SDK 56, React Native (iOS & Android)
  • AuthJWT with secure storage (expo-secure-store)
  • NotificationsFirebase / Expo push notifications
  • StateZustand (mobile), React Context (web)
  • DeploymentCloudflare Pages (web) + Wrangler (worker)
💰
Payroll & Payslips
Automated payslip generation with an employee self-service portal including print-ready PDF modals. Admins upload via a dedicated bulk-upload interface.
📍
Attendance & Clock In/Out
Real-time attendance tracking from mobile — clock-in, clock-out, daily and weekly views with timestamp logging via the Cloudflare Worker API.
🔐
Role-Based Access Control
Granular RBAC with super-admin, HR-admin, compliance, finance, manager, and employee roles — each with module-level permission gates.
📱
Mobile-First Workforce App
Expo Router SDK 56 native app for iOS and Android. Push notification integration, secure session management, and offline-resilient architecture.
📊
Role-Aware Dashboards
Every user sees only their relevant modules. HR admins get workforce analytics; employees see their own records; managers see their team.
⚖️
Compliance Module
Document management, audit trails, and specialist role assignments (HR-admin, compliance, finance) with SQL migration templates for zero-downtime role changes.
Architecture // Xavuite
┌─ CLIENT LAYER ─────────────────────────────────────────┐
React/Vite SPA (Cloudflare Pages)
Expo React Native App (iOS + Android)
└────────────────────────────────────────────────────────┘
                        │ HTTPS + JWT
┌─ EDGE API LAYER ───────────────────────────────────────┐
Cloudflare Worker (xavvysuite-core-api)
Routes: /api/auth · /api/payslips · /api/attendance
         /api/employees · /api/notifications
└────────────────────────────────────────────────────────┘
                        │
┌─ DATA LAYER ───────────────────────────────────────────┐
Cloudflare D1 (SQLite at the edge)
Firebase FCM (push notifications)
Expo Push Service (mobile notifications)
└────────────────────────────────────────────────────────┘
AI Trading Engine

LABHA

Intraday conviction, engineered by committee. Labha deploys five specialised AI agents — signals, risk, timing, sentiment, and thesis — to reach a collective trade decision on Indian and US markets.

// Technical Specification
  • AI EngineClaude Haiku (5-agent committee)
  • Indian MarketsINDstocks API (NSE/BSE data)
  • US MarketsAlpaca (paper + live, account PA3GPC8105OA)
  • BackendPython (asyncio), Supabase (PostgreSQL)
  • FrontendNext.js (conviction-ai.vercel.app)
  • ScoringGCP Cloud Run (nightly signal scoring)
  • AlertsWhatsApp Business API
  • NewsNewsAPI integration
🧠
5-Agent AI Committee
Five specialised Claude AI agents debate each trade — signals, risk, timing, market sentiment, and thesis validation — before reaching a conviction score.
📈
NIFTY Option Chain Intelligence
Deep analysis of NSE option chains (NFO scrip format) for NIFTY options — identifying unusual positioning, PCR shifts, and gamma exposure.
🇺🇸
US Market Integration
Alpaca API for US equities — both paper trading and live execution. US holdings tracked independently via local portfolio state.
📲
WhatsApp Trade Alerts
Real-time trade signals delivered via WhatsApp Business API — entry, stop-loss, targets, and committee conviction scores straight to your phone.
🌐
Live Dashboard
Next.js dashboard on Vercel with real-time P&L, open positions, historical signals, and committee decision logs. Backed by Supabase PostgreSQL.
24/7 Autonomous Operation
Windows-hosted Python engine running continuously. Nightly scoring via GCP Cloud Run. Market-hours signal detection with pre-configured session management.
Agent Architecture // Labha
Market Data ──────────────────────────┐
INDstocks API (6AM IST token refresh) │
Alpaca API (US equities) │
NewsAPI (sentiment feed) │
                                      ▼
┌── AI Committee (Claude Haiku) ───────┐
│ Agent 1: Signal Detection │
│ Agent 2: Risk Assessment │
│ Agent 3: Market Timing │
│ Agent 4: Sentiment Analysis │
│ Agent 5: Thesis Validation │
└──────────────────────────────────────┘
              ▼
Conviction Score → Trade Signal
WhatsApp Alert + Supabase Log
// Roadmap
✓ Live
Indian Market Signal Engine
NSE/BSE intraday signals via INDstocks with option chain intelligence.
✓ Live
US Market Integration
Alpaca paper and live trading with portfolio state tracking.
✓ Live
WhatsApp Business Alerts
Real-time signal delivery via WhatsApp Business API.
In Progress
Permanent System Token
Long-lived WhatsApp Business system user token via Meta Business Manager.
Health AI

CAREKIN

The companion that closes the gap between a senior's home and their care network. CareKin connects patients, families and caregivers in real time — with AI-powered triage, medication prompts and instant alerts.

// Technical Specification
  • Patient AppExpo / React Native (iOS & Android)
  • Caregiver PortalReact SPA (web)
  • BackendCloudflare Worker API
  • DatabaseCloudflare D1 (structured health data)
  • AIClaude API (conversational triage)
  • NotificationsExpo Push + real-time family alerts
  • MonetisationFree senior tier · £9.99/mo family · NHS enterprise
👴
Senior Patient App
A friendly Expo app designed for senior UX — large text, simple navigation, voice-friendly prompts, and one-tap SOS to family and caregivers.
👩‍⚕️
Caregiver Web Portal
A React SPA for professional caregivers — patient list, real-time health updates, alert history, and message threads with family members.
🤖
AI Triage & Companion
Claude AI provides conversational health triage, medication reminders, and gentle companionship — escalating to human care when thresholds are breached.
👨‍👩‍👧
Family Visibility
Families receive real-time push notifications about check-ins, missed medications and flagged symptoms — without needing to be caregivers themselves.
🏥
NHS Enterprise Tier
Designed for NHS integration — structured data exports, patient handover protocols, and a white-label option for NHS trusts and CCGs.
🔔
Smart Alerts Engine
Push notification infrastructure via Cloudflare Workers — configurable alert thresholds, escalation chains, and quiet hours for families.
System Architecture // CareKin
┌─ PATIENT ──────────────────────────────┐
Expo App (iOS/Android)
Check-ins · Medication · SOS · Chat
└────────────────────────────────────────┘
          │
Cloudflare Worker API
          │──────────────────┐
┌─ CAREGIVER ────────┐ ┌─ FAMILY ──────┐
React Portal          Push Alerts
└────────────────────┘ └───────────────┘
          │
Cloudflare D1 + Claude AI triage
// Target Market
Free Tier
Senior Patient
Core companion features, medication reminders, and 1 family member connection.
£9.99/month
Family Plan
Full family visibility, unlimited alerts, caregiver portal access.
Enterprise
NHS / Care Providers
White-label, structured data exports, CCG integration, custom SLAs.
Product Matrix

At a Glance.

How our three products compare across key dimensions.

Dimension Xavuite Labha CareKin
CategoryHR SaaSAI TradingHealth AI
Primary UserHR admins, employeesActive tradersSeniors, families, caregivers
Mobile App✓ Expo (iOS + Android)✓ Expo (iOS + Android)
Web Portal✓ React/Vite✓ Next.js✓ React SPA
AI Integration✓ Claude Haiku (5 agents)✓ Claude API (triage)
BackendCloudflare Workers + D1Python + SupabaseCloudflare Workers + D1
MarketsIndia (NSE/BSE) + US
Push Notifications✓ Firebase + Expo✓ WhatsApp Business✓ Expo Push
Enterprise Tier✓ (NHS planned)
StatusLive · ProductionLive · Active tradingMVP · Pre-launch

Interested in What
We're Building?

Whether you want a product demo, a custom deployment, or a strategic briefing — the first conversation is always free.

Email Us Back to Main Site