skip to content
fizzgig
sign in
// product
code auditdetect what shippedbrand and reachsoonlift qualityperfect memorysoondecision graph
// build better
sourdough startersproject kicks-off in 1 prompt
// resources
pricingdocsblogabout
sign inrequest access →
audit suite/ux/a11y_audit
ux / dxv0.2.0free

fizzgig__a11y_audit

static WCAG check — alts, labels, semantic structure, keyboard nav.

// ai does this over time

the AI ships a beautiful page. screen reader users can't use any of it. the buttons say 'click here', the images have no alt, the form fields have no labels, the heading hierarchy goes h1 → h4. the accessibility regulators are coming.

// the tool does

14 WCAG checks across 6 surfaces: alt-text and image dimensions, form labels and accessible names for inputs, link/button text quality, semantic structure (h1, heading hierarchy, landmarks), keyboard and focus navigation (skip-link, tabindex), media captions. Fires on static HTML before deploy.

// so you can

ship a page that 15% of your potential users can actually use. the basics that should have been there from commit one.

● live● v0.2.0● free
// input schema
schema · application/json
{
"type": "object"
"required": [
"project"
]
"properties": {
"project": {
"type": "string"
"description": "the project slug or path"
}
"strict": {
"type": "boolean"
"default": false
"description": "fail on warnings, not just errors"
}
}
}
// output schema
schema · application/json
{
"type": "object"
"properties": {
"ok": {
"type": "boolean"
}
"findings": {
"type": "array"
"items": {
"type": "object"
"properties": {
"severity": {
"enum": [
"info"
"warn"
"high"
"critical"
]
}
"message": {
"type": "string"
}
"fix": {
"type": "string"
}
}
}
}
}
}
// example call from cursor
~/myapp — example output
→ fizzgig__a11y_audit(project="myapp")
{
"ok": false,
"findings": [
{ "severity": "high",
"message": "policy uses user_id without auth.uid()",
"fix": "USING (auth.uid() = user_id)" }
],
"scanned": 3, "duration_ms": 142
}
// reviews
@maya.codes★★★★★
2 days ago

caught a policy that would have leaked every user's comments. shipped a fix in 4 minutes.

@solo_at_3am★★★★★
1 week ago

first tool i installed. it's the one that pays for itself.

@vibebuilder★★★★☆
2 weeks ago

works great. one false positive on a join table — easy to ignore.

// primary action
add to your editor
paste this into your mcp config.
.cursor/mcp.json
{
  "fizzgig": {
    "url": "https://mcp.fizzgig.ai",
    "tools": ["a11y_audit"]
  }
}
full setup guide →
// pricing
free
unlimited calls on the free tier.
// related tools
legibility_review
v0.1.0
→
brand_consistency
v0.2.0
→
brand_completeness
v0.2.1
→
fizzgig

the fluffy guardian of vibe-coded apps. growls at insecure code so you don't have to.

all systems operational

product

code auditbrand and reach (soon)perfect memory (soon)pricingdocschangelog

community

sourdough startersdiscord (soon)github (soon)x / twitter (soon)rss (soon)

company

aboutcontactterms (soon)privacy
© 2026 fizzgig labs.
v1.4.2 · 2026-05-01