Skip to content

Supported frameworks

FrameworkRoute discovery strategyStatus
Next.js app dirapp/**/page.{ts,tsx,js,jsx}
Next.js pagespages/**/*.{ts,tsx,js,jsx} (excludes _app/_document/_error/api)
Remixapp/routes/**/*.{ts,tsx,js,jsx}
SvelteKitsrc/routes/**/+page.svelte
Angular*-routing.module.ts + provideRouter([{ path }])
Vue + Vue Routerroutes: [{ path }] in router/
Vite + React Router<Route path="…"> + createBrowserRouter
Blazor (.NET)every *.razor with @page "…"
Flutter webbest-effort grep on lib/**/*.dart⚠ experimental
Plain HTMLevery **/*.html outside node_modules/dist/build

Add a branch to scripts/detect-framework.mjs (detection) and a strategy block to agents/route-discoverer.md (per-framework discovery rules).