fatcousin
search
⌘
K
→
jump to any tool — keyboard-first launcher.
tools
→
browse every utility in one place.
manifesto
→
why fatcousin exists — local-first, no uploads.
install
→
save this toolset to your device — works offline.
search
⌘
K
→
jump to any tool — keyboard-first launcher.
←
home
f
o
c
u
s
o
r
d
e
r
v
i
s
u
a
l
i
z
e
r
visualize keyboard tab order · tabindex audit · a11y · runs locally
[
html input
]
<!DOCTYPE html> <html lang="en"> <head><title>Focus Test</title></head> <body> <a href="#main">Skip to content</a> <nav> <a href="/">Home</a> <a href="/about">About</a> <button tabindex="3">Last but first</button> </nav> <main id="main"> <input type="text" placeholder="Name" style="outline: none"> <button tabindex="1">I appear first!</button> <button>Normal button</button> <a href="/contact">Contact us</a> <select> <option>Choose...</option> </select> <button tabindex="-1">Unreachable button</button> <textarea placeholder="Message"></textarea> <button></button> </main> </body> </html>
analyze focus order
ready
local
verify
→