Aethonex
Prospect Dominion
by Aethonex · Owned signal-to-action layer
← Back to Prospect Dominion
Prospect Dominion by Aethonex

Technical evaluation

Evaluate the simulation, then run the real baseline locally.

There are two separate paths. The public showcase uses sample accounts and performs no external actions. The technical path runs the actual FastAPI deployment baseline with authentication, readiness, branding, and fail-closed checks.

Public showcase

Simulation — sample accounts

Try the scenarios, account queue, relationship context, recommended action, approval step, undo, and activity history. Nothing is sent anywhere.

Open the simulation

Technical evaluation

Run the real deployment baseline.

The backend includes accounts, people, threads, events, outcomes, a workflow state machine, role-based auth, readiness, branding, and production fail-closed checks.

docker compose --profile core up
python scripts/verify_deployment.py

Technical checks

What to verify locally.

  • The deployment verifier reports a clear pass or failure.
  • Health and readiness reflect the actual dependency state.
  • Branding applies through customer configuration.
  • Production mode refuses unsafe configuration.