Recording Session00:12
Screen
"The mobile menu doesn't close when I click a link. Let's fix that."
Cursor / Claude
MCP ConnectedU
Fix the bug from my last @Niriksa session.
Call tool: niriksa.get_latest_session()
I found 1 issue from your latest session. The mobile nav menu stays open after clicking a navigation link.
onClick={() => setMenuOpen(false)}
Adding this handler to MobileNavLink will close the menu on tap.
How it works
Three simple steps from discovery to resolution.
1
Spot the issue
Spotted a bug? Just point it out on your screen and explain what's wrong in plain English.
2
Gather context
Niriksa gathers the visual context, transcribes your explanation, and packages it for the AI.
3
Fix via MCP
Use our MCP server to instantly pull the issue context into Cursor or Claude for a quick, automated fix.