Showcase · Vol. 01

Reference implementation, already live.

The Identus console is a working end-to-end example — a Lovable build that provisions a Cloud Agent, publishes a did:prism, issues verifiable credentials and verifies proofs, with a simulated fallback so nothing ever blocks the demo. Every mega-prompt in the index is a smaller slice of this exact shape.

Vol. 01 · No. 01 · Live · identus.lovable.app

Identus console — the working reference build.

A TanStack Start app that talks to a Hyperledger Identus Cloud Agent from createServerFn handlers: mint and publish DIDs, generate DIDComm invitations, issue JWT credentials (connection-bound or connectionless), request proof presentations, and deploy the whole agent stack to Fly Machines from the browser.

Open the live console ↗
Primitive · DID Registrar

Publish a did:prism

POST /did-registrar/dids with authentication + assertionMethod keys, then POST /publications. Only a published DID with assertionMethod can sign a credential.

Primitive · DIDComm Connection

Invitation → peer channel

POST /connections returns an out-of-band invitation URL. Render it as a QR code and poll until ConnectionResponseSent. Remote wallets need a publicly reachable DIDCOMM_SERVICE_URL.

Primitive · Credential Issuance

Signed verifiable credential

POST /issue-credentials/credential-offers with claims, a published issuingDID and credentialFormat JWT. Omit connectionId and supply a goalCode for connectionless issuance.

Primitive · Proof Presentation

Verify without the middleman

POST /present-proof/presentations, then poll until PresentationVerified. Show the predicate only — never copy the holder's credential into your own database.

Vol. 01 · in production

More showcases land here as builders ship them.

Pick any entry from the index, choose an agent mode, paste its mega-prompt into Lovable, and your build will join the showcase.