Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction4 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy22 headings, 2 skip(s)REVIEW
- H3 CodeSandbox is now part of Together AI! We have joined forces to launch CodeSandbox SDK and bring code interpretation to generative AI.
- H1 Sandboxesbuilt for scale
- H2 Programmatically spin up isolated sandboxes for instant code execution in your AI agents and code playgrounds.
- H2 Secure code generation at scale
- H3 Powerful APIs
- H3 Secure & isolated
- H3 Ready for scale
- H3 Continuous context
- H3 Quick start & auto resume
- H3 Customizable hibernation
- H2 Built for AI agents and more
- H4 AI agents skipped
- H4 Development environments at scale
- H4 Secure code interpretation & evals
- H4 CI/CD
- H2 Template universe
- H2 Start with your favorite stack.
- H4 0 million+ skipped
- H4 0+
- H4 0+
- H4 0.0 billion+
- H2 Join the future of building
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
BLink & Button Quality1 issue(s) across 59 links and 0 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /signin?utm_source=landingpage | Sign In | new tab | Add '(opens in new tab)' to text |
| /new?utm_source=landingpage | Try for free | new tab | Add '(opens in new tab)' to text |
| https://www.codesandbox.community/ | diversity_4CommunityEngage wit… | new tab | Add '(opens in new tab)' to text |
| /docs | Docs | new tab | Add '(opens in new tab)' to text |
| https://together.ai | Together AI! | new tab | Add '(opens in new tab)' to text |
| https://codesandbox.io/sdk | CodeSandbox SDK | new tab | Add '(opens in new tab)' to text |
| /blog/joining-together-ai-introducing-co… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Joining Together Ai Introducing Codesandbox Sdk | |||
| /new?utm_source=landingpage | Start for free | new tab | Add '(opens in new tab)' to text |
| https://codesandbox.io/docs/sdk#quicksta… | Try CodeSandbox SDK | new tab | Add '(opens in new tab)' to text |
| /new?utm_source=startcodingcta | Start for free | new tab | Add '(opens in new tab)' to text |
| https://sandpack.codesandbox.io/ | Sandpack | new tab | Add '(opens in new tab)' to text |
| https://status.codesandbox.io/ | Status | new tab | Add '(opens in new tab)' to text |
| /docs/ | Documentation | new tab | Add '(opens in new tab)' to text |
| https://github.com/codesandbox/codesandb… | Github | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/codesandbox | new tab | Add '(opens in new tab)' to text | |
| https://www.codesandbox.community/ | Community | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/c/CodeSandbox | YouTube | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
/blog/joining-together-ai-introducing-codesandbox-sdk ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
/signin?utm_source=landingpage; /new?utm_source=landingpage; https://www.codesandbox.community/; /docs; https://together.ai; https://codesandbox.io/sdk; /new?utm_source=landingpage; https://codesandbox.io/docs/sdk#quickstart; /new?utm_source=startcodingcta; https://sandpack.codesandbox.io/ (+6 more)
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
CFavicon & BrandingAction11 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 fail WCAG AAREVIEW
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 |
|---|---|---|---|---|---|
| h2 Programmatically spi… | 1.09:1 | 3.0:1 | #000000 | #0E0E0E | Fail |
| h2 Secure code generati… | 1.09:1 | 3.0:1 | #000000 | #0E0E0E | Fail |
| h2 Built for AI agents … | 1.09:1 | 3.0:1 | #000000 | #0E0E0E | Fail |
| h2 Template universe | 1.09:1 | 3.0:1 | #000000 | #0E0E0E | Fail |
| h2 Start with your favo… | 1.09:1 | 3.0:1 | #000000 | #0E0E0E | Fail |
| h2 Join the future of b… | 1.09:1 | 3.0:1 | #000000 | #0E0E0E | Fail |
| h3 CodeSandbox is now p… | 1.09:1 | 3.0:1 | #000000 | #0E0E0E | Fail |
| h3 We have joined force… | 1.09:1 | 3.0:1 | #000000 | #0E0E0E | Fail |
| h3 and bring code inter… | 1.09:1 | 3.0:1 | #000000 | #0E0E0E | Fail |
| h3 Powerful APIs | 1.09:1 | 3.0:1 | #000000 | #0E0E0E | Fail |
| h3 Secure & isolated | 1.09:1 | 3.0:1 | #000000 | #0E0E0E | Fail |
| h3 Ready for scale | 1.09:1 | 3.0:1 | #000000 | #0E0E0E | Fail |
| h3 Continuous context | 1.09:1 | 3.0:1 | #000000 | #0E0E0E | Fail |
| h3 Quick start & auto r… | 1.09:1 | 3.0:1 | #000000 | #0E0E0E | Fail |
| h3 Customizable hiberna… | 1.09:1 | 3.0:1 | #000000 | #0E0E0E | Fail |
| title CodeSandbox: Instant… | 1.25:1 | 4.5:1 | #000000 | #1D1D1D | Fail |
| a Sign In | 1.25:1 | 4.5:1 | #000000 | #1D1D1D | Fail |
| a Try for free | 1.16:1 | 4.5:1 | #000000 | #161616 | Fail |
| a Features | 1.16:1 | 4.5:1 | #000000 | #161616 | Fail |
| a Use Cases | 1.16:1 | 4.5:1 | #000000 | #161616 | Fail |
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.
AAlt Text Quality40 of 64 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 40 image(s) |
A+Form AccessibilityNo form controlsPASS
A+Lighthouse Accessibility AuditsScore 95/100 — 2 failing, 25 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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Software Engineer, React Team div.c-guBENg > div.c-guBENg > div.c-guBENg > span.c-gTFglp |
Designer Developer, Stripe div.c-guBENg > div.c-guBENg > div.c-guBENg > span.c-gTFglp |
Senior Software Engineer div.c-guBENg > div.c-guBENg > div.c-guBENg > span.c-gTFglp |
Co-creator of Astro div.c-guBENg > div.c-guBENg > div.c-guBENg > span.c-gTFglp |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI agents div.c-eeXALW > div.c-guBENg > div.c-guBENg > h4.c-bfvcVA |
0 million+ div.c-eeXALW > div.c-guBENg > div > h4.c-exFArQ |
These are opportunities to improve keyboard navigation in your application.