Welcome to APF Portal

This is the placeholder home page for the APF Portal. Real content lands once the comms team and the accessibility review panel sign off on the copy.

System status

@if (isLoading()) {

Checking the backend…

} @else if (health(); as h) {
Service
{{ h.service }}
Version
{{ h.version }}
Uptime
{{ h.uptimeSeconds }} s
Status
{{ h.status }}
} @else if (isError()) {

Backend unreachable. The BFF dev server may not be running, or CORS is misconfigured.

}