Public demo URL: https://zhane-grey-evidence-dashboard.vercel.app/
This repository is the public review surface for the AI Engineering Evidence Engine Dashboard. It helps an employer understand how local engineering evidence can be organized into a traceable dashboard instead of relying on vague portfolio claims.
The dashboard demonstrates an evidence-first AI engineering workflow:
- Map raw developer activity into reviewable system nodes.
- Keep unsupported claims out of resume-facing material.
- Show source-code proof excerpts inside the UI.
- Simulate evidence refresh, redaction, report, and export workflows.
- Separate browser-local demo behavior from verified evidence claims.
The overview screenshot shows the employer review path: subsystem rail, white diagram mode, active focus panel, dual terminal surfaces, and evidence-bound status cards.
The detail screenshots below are organized by review signal so employers can inspect the behavior without hunting through the whole page.
| Guided tour | Pipeline map | Workflow map |
|---|---|---|
![]() |
![]() |
![]() |
| Explains first-time reviewer context. | Shows SCRIBE, ATLAS, and FORGE lane separation. | Shows backup-gated refresh lifecycle. |
The latest audit used six lanes: controls/events, terminal stress, modals/tour, security/claim boundaries, README/screenshots, and deployment readiness.
| Area | Controls Tested | Expected Behavior | Current Status |
|---|---|---|---|
| Header | Start Tour, proof links, social links | Opens guide or external profile/demo/repo links | Passed source and browser checks |
| Map selector | Doctrine, Pipeline, Workflow cards | Switches image, title, metrics, and hotspot set | Passed browser checks |
| Hotspots | Diagram nodes and focus panel | Updates focus copy, metrics, and proof CTA | Passed browser checks |
| Main terminal | Suggestions, /help, /float, /dock, /tray |
Runs browser-local command surface and layout modes | Passed via suggestion-chip checks |
| Side terminal | /side, /help qa, evidence, QA commands |
Stays independent from main execution stream | Passed browser checks |
| Refresh controls | Run Single Refresh, Start Loop Mode | Simulates refresh stream; loop guard blocks overlap | Guard fixed and verified |
| Recruiter report | Report cards, redaction selector, scan button | Shows report UI and sanitized demo samples | Demo-secret wording fixed |
| Gap checklist | Two proof-gap checkboxes | Previews review posture only, no claim upgrade | Claim-boundary wording fixed |
| Proof drawer | Open, close, tabs, copy | Shows evidence excerpts and tab state | ARIA tab state added |
| ATS preview | Open, cancel, completion state | Builds browser-local ATS text preview | Copy/title overclaim fixed |
| Background | Ambient command stream | Subtle pointer-reactive evidence atmosphere | Passed browser smoke |
These screenshots mirror the first-time reviewer flow:
index.htmldefines the dashboard shell, tour, map panels, terminals, report tab, proof drawer, and ATS preview modal.styles.cssdefines the glassmorphic visual system, white diagram mode, colorblind-readable states, ambient evidence stream, and responsive behavior.app.jsdrives diagram switching, hotspot focus, dual terminals, command catalog, simulated refresh, redaction demo, proof drawer, and modal lifecycle.vercel.jsonconfigures the static Vercel deployment.
This is a static browser dashboard. The refresh stream, terminal commands, redaction scan, deploy command, and ATS preview are intentionally browser-local simulations unless a separate daily evidence report or source file proves the underlying action.
Security boundary choices:
- Demo secrets are labeled as demo samples and redacted before display.
- No private keys, service-role tokens, raw session logs, or live credentials are required by the public app.
- Checklist toggles do not upgrade resume claims; they only preview review posture.
- Embedded proof excerpts are static review snippets, not live filesystem reads.
- Open the public demo.
- Click
Start Tour. - Switch all three subsystem cards.
- Click
View Evidence Excerpt. - Use the side Refresher Log for
/help qa. - Open
Recruiter Reportand run the redaction demo. - Review
app.js,index.html, andstyles.cssfor implementation proof.
- This README is employer-facing and intentionally concise.
- It describes verified local work, not production status.
- Any simulated or demo-only behavior should remain labeled clearly in the UI and supporting docs.
Core XRPL EVM systems plus related public product and AI repositories from the same portfolio.
| Project | Description | Status |
|---|---|---|
| ZUC Mine Command Center | On-chain uranium mining operations dashboard with real-time reserve tracking, miner registry, and direct contract interaction through a frontend-only control surface. | Live |
| U235 Fuel Cycle | Deterministic XRPL EVM fuel-cycle pipeline that tracks uranium batches from ore to enriched fuel rod with full on-chain traceability. | Live |
| ISR Network | In-situ recovery control system with on-chain asset tracking, lifecycle state transitions, and operator-facing industrial simulation. | Live |
| Dark Matter Farm | XRPL EVM staking protocol with three orbit tiers, lock-period yield mechanics, and event-driven reward emissions. | Live |
| Cohr Lab | Semiconductor laser fabrication lifecycle modeled as an immutable on-chain state machine from crystal growth to final pigtail. | Live |
| ForgeX | Foundry-powered XRPL EVM deployment console that combines a natural-language UI, Node CLI orchestration, and realtime shader-based visuals. | Live |
| DatumX | Verification protocol for AI-transformed industrial data with deterministic lineage, validator review, and XRPL EVM finalization. | Live |
| Ethex Lottery Game | Foundry plus Next.js betting workflow that modernizes the EthexLoto lifecycle for XRPL EVM reviewer-facing execution. | Public Repo |
| 3DMoonX | Cinematic lunar industrial-base experience that combines Blender source assets with a React Three Fiber web runtime. | Live |
| Unknown002 | Browser-based 3D engineering viewer for a nuclear-electric propulsion spacecraft concept with staged prompt-pack support. | Public Repo |
| AI Engineering Evidence Engine | Interactive evidence dashboard that turns local engineering proof into a reviewer-facing systems narrative. | Live |
| Build Doctor | Codex-style build diagnosis harness for failed Next.js and Vercel builds with deterministic failure analysis. | Live |
| AI Gateway Failover Playground | Public-facing sandbox for request routing, provider fallback, and resilient AI gateway behavior. | Live |
| Enterprise Agent Workflow Studio | Public-facing studio for approval-gated enterprise agent workflows, risk scoring, and audit-oriented design. | Live |
| Resume Evidence RAG Auditor | Public-facing proof surface for claim verification, evidence retrieval, and grounded resume bullet generation. | Live |
| AI Resume Tailor Service | Static Vercel-ready application for evidence-backed resume, cover-letter, and job-packet tailoring. | Live |
| Fuji | Cinematic Next.js Fuji gallery atlas for portfolio storytelling and visual system design. | Live |
| AI Agents for Beginners | Lesson repository for getting started building AI agents. | Public Repo |
| Agentic RAG Memory Digital Twin Edge System | Public-facing landing page for an agentic RAG, memory, and digital-twin edge-system portfolio project. | Live |
This is a static site. A local smoke server is enough:
python -m http.server 4183 --bind 127.0.0.1Then open:
http://127.0.0.1:4183/index.html
Basic verification:
node --check app.js
git diff --check- No backend API is required for the public dashboard.
- No real Vercel deploy runs from the browser terminal.
- The ATS preview downloads text, not a generated PDF.
- Public screenshots are review aids, not proof of private production usage.









