Plays well with the rest of your stack.
Bring your existing payment gateway, biometric device, GPS provider, SMS gateway, AI key. We adapt to you, not the other way round.
Eight integration categories. One config screen per school.
Specific vendor adapters listed below are representative. Don't see your vendor? Most adapters take ~2 days to build given API docs.
Online fee collection with receipts. Razorpay/PayU/CCAvenue widely deployed; HDFC SmartHub for high-volume schools.
Hardware-driven attendance — students and staff. Webhook + push patterns supported.
RFID-based gate entry, library circulation, bus boarding. Multi-vendor reader support.
Live bus location for the parent app + transporter ops. Multiple device protocols handled by the gateway service.
One engine fans out to multiple channels with consent gates and quiet hours.
Single sign-on for staff. Per-school configuration.
BYOK — pick your AI provider per school, per feature. NoOp adapter to turn AI off entirely.
Beyond AI vision: dedicated OCR backends for high-volume bulk admission processing. Coming in v1.5.
Adapter pattern — swap vendors without rewriting code.
Every integration sits behind a school-level config row + an adapter interface. Switch providers in the admin UI; the code paths upstream never know the difference.
One row per (school, providerKind) — keys, endpoints, optional behaviour flags.
Code talks to IPaymentGateway / IBiometricReader / ISmsProvider; never the vendor SDK directly.
Every adapter ships with a NoOp impl so the system is functional out-of-the-box.