One frontend.
Every open backend.
India published the source and specifications of its digital public infrastructure — commerce networks, health credentials, learning platforms, municipal services, open data. This app is a single citizen-grade frontend assembled directly on top of those backends.
Open Data
Query live datasets — mandi prices, pincodes, CPI — straight from the OGD platform.
Commerce
Compose spec-valid Beckn search intents for the ONDC network and look up registered participants.
Health credentials
Inspect and structurally verify DIVOC W3C verifiable credentials — the CoWIN certificate format.
Learning
Search the national school platform's content library through Sunbird's composite-search API.
Local government
Build real DIGIT requests — file a grievance payload against the eGov sandbox, ready to run.
Identity
Generate a MOSIP-style ID-schema packet and see how foundational identity registration is structured.
Open Data
backend: api.data.gov.in · OGD platformDirect, live queries against the Open Government Data platform. Your API key (free from data.gov.in) is sent only to the government endpoint — watch the request in your browser's network tab.
Commerce on the open network
backend: Beckn protocol · ONDC registryONDC unbundles e-commerce: any buyer app can transact with any seller app by speaking Beckn. Joining the network requires registration and key-signing, so this module does the honest maximum from a browser — it composes spec-valid network messages and the registry lookup payload used to discover participants.
Verifiable health credentials
backend: DIVOC · W3C Verifiable CredentialsDIVOC issued every CoWIN vaccination certificate as a signed W3C verifiable credential. Paste a certificate's JSON below (from the QR or the downloaded file) and this module parses it against the DIVOC schema — fields, issuer, proof block — entirely in your browser. Nothing is uploaded anywhere.
Learning
backend: diksha.gov.in · Sunbird composite searchDIKSHA, the national school platform, runs on the open Sunbird stack — and its content search API is public. This module sends a real Sunbird composite-search request to the live platform.
Municipal services
backend: DIGIT · Public Grievance & RedressalDIGIT is the open municipal stack used by Indian states for taxes, licences and grievances. Its sandbox requires an authenticated RequestInfo envelope, so this module does what a real integrator does first: builds the exact PGR complaint payload, runnable against the eGov sandbox with your auth token.
Foundational identity
backend: MOSIP · ID schemaMOSIP is the open-source generalisation of Aadhaar-style foundational ID — adopted by the Philippines, Morocco and Ethiopia. Production identity systems are never browser-callable (correctly so), so this module shows the part that is open: the ID schema and a registration packet shaped exactly to it.