Skip to content

Overview

The Overview is Éclair's home page—a dashboard showing architecture statistics and domain breakdown.

[Screenshot: Overview page with stats cards and domain grid]

Statistics Cards

The top row displays aggregate counts:

StatDescription
NodesTotal components in the graph
DomainsNumber of bounded contexts
APIsExternal API entry points
EntitiesDomain entities
EventsPublished domain events

Domain List

The main area shows all domains as cards. Each card displays:

  • Domain name and description
  • System type (Domain, UI, BFF)
  • Node count by type
  • Entity count
  • Entry point count
  • Repository link (if available)

[Screenshot: Single domain card with node breakdown]

  • Search bar — Filter domains by name
  • System type filter — Show only Domain, UI, or BFF systems
  • View toggle — Switch between grid and list layout

Domain Actions

Each domain card provides:

Next Steps