EVAL · End-to-End Validation
Commercial Conversion Funnel Validation
Real-time view of the website conversion funnel health, license issuance stats, and telemetry ingestion. Internal validation panel for the MVP phase.
System health
Connectivity between the control-plane API and the website frontend.
Conversion funnel
Live counts from /v1/stats (no PII).
…
End-to-end validation paths
These paths have been verified by ego-browser automation.
Website browsing
Home / Editions / Pricing / Privacy — all render
Trial funnel
Email + org + GDPR opt-in → one-time activation code
Console sign-in
Mock email sign-in → session token → license list
Lifecycle actions
Revoke → status Revoked; Resume → back to Active
Enterprise purchase
Volcano Marketplace mock → enterprise code
Multi-language
Both /en and /zh pages render correctly
Telemetry reporting
ovd telemetry-pump reports OTLP metrics on interval
Screenshot evidence
Key frames captured during the ego-browser automated E2E run (2026-07-02). Click to enlarge.
Website content




Trial funnel



Console





Enterprise purchase



Multi-language



EVAL page itself


Telemetry data injection
Run a mock deployment to populate the Console telemetry panel.
go run ./cmd/ovd telemetry-pump --code <activation-code>Run this after getting a trial activation code. The Console telemetry panel will show live data.
Run full demo
Scripted license lifecycle acceptance test.
go run ./cmd/ovd demo --api http://localhost:8080Pass condition: OVD_DEMO_PASS Prints OVD_DEMO_PASS when all steps pass