Locked-down Debian RDP appliance with a cloud fleet manager
Visit Live SiteA production-grade Linux appliance that boots straight into a full-screen Windows RDP session — no desktop, no shell, no login prompt — backed by a self-healing watchdog and an infinite reconnect loop. It ships as a reproducible BIOS+UEFI ISO and pairs with a Next.js cloud manager to provision, monitor and remotely control the device fleet.
What we designed, built and shipped
Boots into fullscreen Windows RDP — zero desktop, fully locked down
Self-healing watchdog + reconnect-forever loop
Reproducible BIOS+UEFI ISO build (cross-platform via Docker)
Cloud fleet manager: provisioning, monitoring & remote commands
Cutting-edge technologies powering the solution
This product is live in production — explore it for yourself.
Visit ThinClient OS + Fleet ManagerLet's discuss how we can help you achieve similar results for your business
Explore our other devops & infrastructure projects
A multi-tenant accounting and business-management platform built for Indian businesses — double-entry accounting, a date-aware GST/tax engine, inventory and reporting, all with strict per-tenant data isolation. Signing up provisions an organization, company, financial year and full chart of accounts in a single transaction, and every access token is Ed25519-signed.

Esparks Edu is a SaaS school management ERP built to unify academics, finance, HR, and daily operations in one platform. eSparks IT Solutions developed it with Next.js 16, React 19, PostgreSQL, Prisma, NextAuth, Redis, and a companion React Native app. The system supports subdomain-based multi-tenancy with per-tenant data isolation, along with RBAC across 9 roles and subscription tiers with Razorpay billing. Its scope covers admissions-related workflows, attendance, fees, exams, payroll, timetable, and report cards, helping schools manage core processes in a single system. The platform spans 55 data models, 6 DB schemas, around 26 web modules, and 21 mobile screens, while Firebase push notifications extend the experience to mobile users.

Phone Vault is a full-stack data platform built to ingest large CSV and contact uploads, deduplicate them against a vendor-agnostic master dataset, and track which vendor delivered which numbers. Built with Go, Gin, Next.js, MySQL, MongoDB, Redis, and Docker, it supports bulk CSV upload with cancelable real-time SSE progress, including 4 parallel chunk uploads for ~1M-row uploads. The platform uses a dual-store approach with MySQL (GORM) and MongoDB for high-volume records, alongside a two-tier staging-to-master data flow with deduplication. Security features include JWT authentication, OTP/2FA, IP allow-listing, and login auditing. Its clean, hexagonal Go architecture supports staged review, migration to master, exports, and per-vendor duplicate and dispute reporting.