Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality1 issue(s) across 156 links and 17 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://bun.sh/install | View install script | new tab | Add '(opens in new tab)' to text |
| https://github.com/rolldown/benchmarks/b… | View benchmark → | new tab | Add '(opens in new tab)' to text |
| https://github.com/oven-sh/bun/tree/main… | View benchmark → | new tab | Add '(opens in new tab)' to text |
| https://github.com/oven-sh/bun/tree/main… | View benchmark → | new tab | Add '(opens in new tab)' to text |
| https://github.com/oven-sh/bun/tree/main… | View benchmark → | new tab | Add '(opens in new tab)' to text |
| https://railway.com/new/function?utm_sou… | Deploy on Railway | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/runtime/nodejs-apis | Node.js compatibilityAiming to… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/api/fetch | Web Standard APIsSupport for w… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/api/ffi | Native AddonsCall C-compatible… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/runtime/typescript | TypeScriptFirst-class support,… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/runtime/jsx | JSXFirst-class support without… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/runtime/plugins | Module loader pluginsPlugin AP… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/api/sql | PostgreSQL, MySQL, and SQLite … | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/api/s3 | S3 Cloud Storage driverUpload … | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/api/redis | Redis clientRedis client built… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/api/websockets | WebSocket server (including pu… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/api/http | HTTP serverLightning-fast HTTP… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/api/http | HTTP routerRoute HTTP requests… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/bundler/executables | Single-file executablesCompile… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/api/yaml | YAMLYAML is a first-class citi… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/api/cookie | Cookies APIParse and set cooki… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/api/secrets | Encrypted Secrets StorageStore… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/cli/install | npm package managementInstall,… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/bundler | BundlerBuild production-ready … | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/runtime/shell | Cross-platform $ shell APINati… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/cli/test | Jest-compatible test runnerTes… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/runtime/hot | Hot reloading (server)Reload y… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/cli/filter | Monorepo supportInstall worksp… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/bundler/html | Frontend Development ServerRun… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/api/hashing | Password & Hashing APIsbcrypt,… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/api/utils | String Width APICalculate the … | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/api/glob | Glob APIGlob patterns for file… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/api/semver | Semver APICompare and sort sem… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/docs/api/color | CSS color conversion APIConver… | new tab | Add '(opens in new tab)' to text |
| https://bun.com/rss.xml | (empty) | empty | Add link text or aria-label |
| https://www.inkeep.com/ | inkeep | new tab | Add '(opens in new tab)' to text |
| https://www.inkeep.com/ | inkeep | new tab | Add '(opens in new tab)' to text |
| https://bun.com/discord | Discord | new tab | Add '(opens in new tab)' to text |
| https://t.co/0CA0Neqgts | Migration help for organizatio… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://bun.com/rss.xml
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
Add '(opens in new tab)' to link text or aria-label.
https://bun.sh/install; https://github.com/rolldown/benchmarks/blob/134f936777397f5d1246b5ef8974f01e2f799690/apps/10000/package.json; https://github.com/oven-sh/bun/tree/main/bench/express; https://github.com/oven-sh/bun/tree/main/bench/websocket-server; https://github.com/oven-sh/bun/tree/main/bench/postgres; https://railway.com/new/function?utm_source=bun.com; https://bun.com/docs/runtime/nodejs-apis; https://bun.com/docs/api/fetch; https://bun.com/docs/api/ffi; https://bun.com/docs/runtime/typescript (+28 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
C404 Error PageActionHTTP 404, custom pageREVIEW
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 |
|---|---|---|---|---|---|
| h1 Bun is a | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h1 JavaScript | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h2 Bundling 10,000 Reac… | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h2 Express.js 'hello wo… | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h2 WebSocket chat serve… | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h2 Load a huge table | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h2 Four tools, one tool… | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h2 Who uses Bun? | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h2 What's different abo… | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h2 Everything you need … | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h2 Bun is a JavaScript … | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h2 Bun works with Next.… | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h2 Full speed full-stac… | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h2 Bun is an npm-compat… | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h2 Bun is a test runner… | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h2 The APIs you need. B… | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h2 Learn more | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h2 Developers love Bun. | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h3 JavaScript Runtime | 1.15:1 | 3.0:1 | #000000 | #16141A | Fail |
| h3 Package Manager | 1.15:1 | 3.0:1 | #000000 | #16141A | 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.
BLighthouse Accessibility AuditsScore 84/100 — 5 failing, 28 passedREVIEW
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.mt-6 > div.overflow-hidden > div.flex > button#dVjQXKqEuFBK:copy div.mt-6 > div.overflow-hidden > div.flex > button#dVjQXKqEuFBK:copy |
section.dark > div.overflow-hidden > div.flex > button#YPBCdturNXaQ:copy section.dark > div.overflow-hidden > div.flex > button#YPBCdturNXaQ:copy |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
main.mx-auto > div.flex-1 > div.pointer-events-none > img.mt-4 main.mx-auto > div.flex-1 > div.pointer-events-none > img.mt-4 |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flex > div.text-lg > div.flex > a div.flex > div.text-lg > div.flex > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Build
Docs
Reference
Guides
Blog
Discord div.dark > header.w-screen-xl > div#default-slider-menu-menu > ul.m-auto |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Builtin
Core Features
Bun
Node
Node.js compatibility
Web Standard … body.min-h-[100vh] > section.dark > div.w-min-content > table.border-collapse |
ALandmark Structure10 landmarksPASS
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
A+Heading Hierarchy45 headingsPASS
- H1 Bun is a fast JavaScriptall-in-one toolkit|
- H2 Bundling 10,000 React components
- H2 Express.js 'hello world'
- H2 WebSocket chat server
- H2 Load a huge table
- H2 Four tools, one toolkit
- H3 JavaScript Runtime
- H3 Package Manager
- H3 Test Runner
- H3 Bundler
- H2 Who uses Bun?
- H3 Claude Code uses Bun
- H3 Railway Functions powered by Bun
- H3 Midjourney uses Bun
- H2 What's different about Bun?
- H3 Builtin Core Features
- H3 Builtin APIs
- H3 Builtin Tooling
- H3 Builtin Utilities
- H2 Everything you need to build & ship
- H3 HTTP & WebSockets
- H3 Databases
- H3 File System
- H3 Testing
- H3 Build & Deploy
- H3 TypeScript & DX
- H3 Security
- H3 System Integration
- H3 Utilities
- H2 Bun is a JavaScript runtime.
- H2 Bun works with Next.js
- H3 Lee Robinson
- H2 Full speed full-stack
- H3 Develop and ship frontend apps
- H4 Start a dev server
- H4 Hot Module Replacement
- H4 Build for production
- H2 Bun is an npm-compatible package manager.
- H2 Bun is a test runner that makes the rest look like test walkers.
- H2 The APIs you need. Baked in.
- H2 Learn more
- H3 Documentation
- H3 API Reference
- H2 Developers love Bun.
- H3 Popular Questions
AAlt Text Quality1 of 25 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| textarea | textarea | (How do I get started?) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<textarea>
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman