Skip to main content

Project Structure

The reference material describes a workspace with packages and sample apps.

Packages

  • sophid-web-sdk Browser SDK for deep links, QR flow, and result retrieval.
  • sophid-server-sdk Backend SDK for BST issuance and BRT verification.
  • common-utils Shared logging and utility helpers.

Apps

  • sophid-pwa-demo Reference implementation using Next.js.
  • sophid-pwa-poc Production-style PWA using Vite and React.

Treat the SDK packages as your reusable integration layer and the sample app as the example of how to stitch those pieces together in a real product.