Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile Keyboard & AutofillAction2/2 eligible field(s) missing autocomplete or inputmodeFIX
DPrint StylesheetActionNo print stylesFIX
CMobile-Readable Font SizesAction81% of visible text renders at >= 12 CSS px (84 below threshold)REVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction5 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
BLighthouse Accessibility AuditsScore 88/100 — 3 failing, 26 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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
We use cookies and similar tools to keep MushirAI secure, process payments, and… body > div.fixed |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Financial model div.space-y-2.5 > div.rounded-lg > div.flex > span.text-[10px] |
Brand identity div.space-y-2.5 > div.rounded-lg > div.flex > span.text-[10px] |
Valued at $1,200 div.overflow-hidden > div.flex > div.flex > span.rounded-full |
Traditional Route (Human / Agency / Guru) div.relative > div.mt-14 > div.grid > div.border-border |
Real deliverables section.border-y > div.mx-auto > div.text-center > span.inline-flex |
$1,000 div.mt-8 > div.mt-3 > span > span.font-semibold |
These are opportunities to improve the legibility of your content.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.mx-auto > div.mt-10 > div.mb-8 > input.mt-4 div.mx-auto > div.mt-10 > div.mb-8 > input.mt-4 |
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.
ALandmark Structure5 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 Turn Any Idea into a Real, Revenue-Generating Business with Your AI Co-Founder
- H2 Inspect the Real Documents Your Co-Founder Builds for You
- H3 5-Year Cash Flow & Unit Economics Model
- H4 Ready to Download & Share
- H2 Why Give Away 50% of Your Business When You Can Hire 24 Specialists for $19?
- H2 From idea to actionable plan in minutes
- H3 Tell your idea
- H3 It thinks with you
- H3 It does the work
- H2 See what your co-founder builds
- H3 Market Research Report
- H3 Financial Model
- H3 Brand Kit
- H3 Landing Page Copy
- H2 Everything a co-founder would do — done with you
- H3 Journey Stages & Tasks
- H3 Market Research
- H3 Financial Model
- H3 Leads & Sales
- H3 Marketing & Content
- H3 Local by default
- H3 Any language
- H2 12 Sequential Phases From Napkin Idea to First Revenue
- H3 Ideation & Clarity
- H4 Core Business Thesis & Elevator Pitch
- H2 Trusted by first-time founders
- H2 See the math yourself
- H2 Start free. Upgrade when ready.
- H3 Free
- H3 MushirAI
- H2 Frequently asked questions
- H3 Is this only for brand-new ideas?
- H3 Will it actually do the work, or just advise?
- H3 Do I need to be technical?
- H3 What are credits?
- H3 Does it understand my country's market?
- H3 Which languages can I use?
- H3 Who can see my business plan?
- H3 Can I cancel anytime?
- H2 Enter your idea. Leave with a business.
- H3 Founder tips
- H3 Follow Us
- H3 Product
- H3 Resources
- H3 Account
A+Heading Text QualityAll 45 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 2 images OKPASS
AForm Accessibility1 of 3 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #idea | textarea | Your business idea | for/id |
| #newsletter-email | Email address | for/id | |
| input | range | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="range">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
ALink & Button Quality40 links, 35 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | MushirAIAdvisor + AI | img no alt | Add alt attribute to the image |
| https://x.com/MushirAicom | X / Twitter | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/mushiraipk | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/mushira… | new tab | Add '(opens in new tab)' to text | |
| https://tiktok.com/@mushirai | TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@MushirAicom | YouTube | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://x.com/MushirAicom; https://www.facebook.com/mushiraipk; https://www.linkedin.com/company/mushirai/; https://tiktok.com/@mushirai; https://www.youtube.com/@MushirAicom
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
A+Form Input Types3 form control(s) checked, no type mismatchesPASS
A+Form Input Quality3 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-Patterns10 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth2 mobile-depth signal(s) detectedPASS
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 Turn Any Idea into a… | 16.13:1 | 3.0:1 | #000000 | #E7E2CA | Pass |
| h1 Business with Your A… | 16.63:1 | 3.0:1 | #000000 | #EBE5CE | Pass |
| h2 Inspect the Real Doc… | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | Pass |
| h2 Why Give Away 50% of… | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | Pass |
| h2 From idea to actiona… | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | Pass |
| h2 See what your co-fou… | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | Pass |
| h2 Everything a co-foun… | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | Pass |
| h2 12 Sequential Phases | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | Pass |
| h2 Trusted by first-tim… | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | Pass |
| h2 See the math yoursel… | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | Pass |
| h2 Start free. Upgrade … | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | Pass |
| h2 Frequently asked que… | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | Pass |
| h2 Enter your idea. Lea… | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | Pass |
| h3 5-Year Cash Flow & U… | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | Pass |
| h3 Tell your idea | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | Pass |
| h3 It thinks with you | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | Pass |
| h3 It does the work | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | Pass |
| h3 Market Research Repo… | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | Pass |
| h3 Financial Model | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | Pass |
| h3 Brand Kit | 20.67:1 | 3.0:1 | #000000 | #FFFDF9 | 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.