A public page that renders the EVM contract dashboard against a
pre-generated data file. The contract, findings, details, summary,
and exploits are all embedded at build time — no API calls, no
sign-in, no query parameters.
Why it exists
To let a visitor see what a completed contract analysis looks like
before signing in. The page reuses the same dashboard component as
/evm-contract, so what visitors see matches what a signed-in user
gets after running an analysis.
Who uses it
Evaluator — wants a preview of the dashboard shape and
fidelity without creating an account.
How to open it
Direct URL — /featured-overview.
Using the page
Dashboard — renders the full EVM contract overview for the
featured contract (fomo-3d).
Sample Preview banner — inline banner identifying this as a
pre-generated sample.
Sign In to Analyze — appears only in the error state; opens
the sign-in flow.
Back to Home — appears only in the error state; navigates to
the site home page at /.
Inputs and outputs
Input
Source
Required
None.
Data is embedded at build time
no
Output
Format
Destination
Contract overview
HTML
In-page render
Controls reference
Sign In to Analyze — error-state button to open the sign-in
flow.
Back to Home — error-state link to /.
Limits
Public page; no sign-in required.
Data is static and bound to a single featured contract per build.
Refreshing does not re-run the analysis.
Dashboard-level actions that require live state (re-analyze,
exports backed by the API) are unavailable here.
Troubleshooting
Symptom or error
Cause
Action
“Unable to Load Overview” error state
Dashboard component failed to initialise
Reload the page; if the error persists, use Sign In to Analyze to run your own analysis.