SveltePresentation Svelte Themes

Sveltepresentation

Dijaza Showcase Website

A SvelteKit product-presentation website for showcasing Dijaza as an open-source credential platform.

The page is intentionally presentation-focused. It explains the product, customer problem, standards baseline, credential flow, open-core strategy, and future implementation direction without building the backend verification logic yet.

Product direction represented in this page

  • Apache 2.0 open-source credential platform
  • Issuer dashboard + REST API
  • W3C Verifiable Credentials 2.0
  • Open Badges 3.0 OpenBadgeCredential
  • did:web issuer identity through /.well-known/did.json
  • VC Data Integrity proofs
  • Bitstring Status List revocation and suspension
  • Canvas Badges / Parchment Digital Badges migration wedge
  • Self-hosted OSS core plus managed cloud and enterprise features

Run locally

npm install
npm run dev

Open the local URL printed by Vite.

Build

npm run build
npm run preview

Structure

  • src/routes/+page.svelte — main landing page
  • src/lib/components/ — reusable presentation sections
  • src/lib/styles.css — global styling

Top categories

Loading Svelte Themes