Skip to main content
Sigvex

Featured Overview

Public, no-auth preview of a pre-generated contract analysis — reuses the EVM contract dashboard with static data.

What it is

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

  1. Direct URL — /featured-overview.

Using the page

  1. Dashboard — renders the full EVM contract overview for the featured contract (fomo-3d).
  2. Sample Preview banner — inline banner identifying this as a pre-generated sample.
  3. Sign In to Analyze — appears only in the error state; opens the sign-in flow.
  4. 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.
Outdated data Build has not been refreshed Wait for the next portal deploy.