Public website for the DigiEmu Core Public Standard: deterministic knowledge infrastructure, snapshot-verifiable state reconstruction, and audit-ready verification.
This repo hosts the public standard pages (Spec, Reference, Architecture, Compliance, Contact) and serves downloadable audit artifacts (DOCX) under /public/docs.
- Next.js App Router site (static-first pages)
- Dark mode + minimalist UI
- Snapshot verification narrative (replay → canonical encoding → SHA-256 → evidence)
- Reference / Audit artifacts page with downloadable DOCX documents
- SEO basics:
- OpenGraph/Twitter metadata
app/sitemap.ts→/sitemap.xmlapp/robots.ts→/robots.txt- Favicons +
site.webmanifest
- Custom 404 (
app/not-found.tsx) with a subtle globe backdrop
/Home/spec/reference/architecture/compliance/contact/imprint/privacy/sitemap.xml/robots.txt
Documents live in:
public/docs/
Links are defined in:
src/config/links.ts
If you add a new artifact:
- Drop the
.pdfintopublic/docs/ - Add/update the path in
src/config/links.ts - Update the cards / download buttons where needed (
/spec,/reference, CTA sections)
Install dependencies:
npm ciThe site uses NEXT_PUBLIC_SITE_URL to build absolute OpenGraph/Twitter image URLs.
- Production:
NEXT_PUBLIC_SITE_URL=https://digiemu.com - Local preview:
NEXT_PUBLIC_SITE_URL=http://localhost:3000
If the variable is not set, the metadata falls back to https://digiemu.com.