Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure9 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
CLink & Button QualityAction4 issue(s) across 52 links and 8 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/; /
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
A+Heading Hierarchy22 headingsPASS
- H1 Superpowers, everywhere you work
- H2 Mail, Docs, and AI that works in every app and tab
- H2 Your Superhuman suite
- H2 Mail
- H2 Grammarly
- H2 Coda
- H2 Go
- H2 Mail
- H2 The most productive email app ever made
- H2 Grammarly
- H2 Everyone’s favorite AI writing partner
- H2 Coda
- H2 The all-in-one AI workspace for teams
- H2 Go
- H2 AI that actually works in every app you use
- H2 Becoming Superhuman.
- H2 AI that works everywhere you work
- H3 Builders of Superhuman Platform apps
- H3 Products
- H3 Company
- H3 Legal
- H3 Connect
A+Alt Text QualityAll 9 images OKPASS
A+Form AccessibilityNo form controlsPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Superpowers, everywh… | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h2 Mail, Docs, and AI t… | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h2 Your Superhuman suit… | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h2 Mail | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h2 Grammarly | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h2 Coda | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h2 Mail | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h2 The most productive … | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h2 Grammarly | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h2 Everyone’s favorit… | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h2 Coda | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h2 The all-in-one AI wo… | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h2 AI that actually wor… | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h2 Becoming Superhuman. | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h2 AI that works everyw… | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h3 Builders of Superhum… | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h3 Products | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h3 Company | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h3 Legal | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
| h3 Connect | 14.73:1 | 3.0:1 | #000000 | #D8D8D8 | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 23 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.