db-route-optimizer
Finds DB and API bottlenecks and proves behavior-preserving fixes with before-and-after benchmarks.
Finds DB and API bottlenecks and proves behavior-preserving fixes with before-and-after benchmarks.
db-route-optimizer identifies N+1 queries, missing indexes, queries in loops, unbounded reads, and other route bottlenecks through query counts or EXPLAIN ANALYZE rather than guesswork. It saves a baseline, applies one isolated behavior-preserving change, re-benchmarks under the same conditions, and records the result. Tests and a query-count guard can stay in CI to prevent regressions, and the scripts also run without Claude.
Resource types
Use cases
Platforms
Turns an existing app into a multi-tenant SaaS with auth, roles, billing, and onboarding.
Design and generate event-sourced Laravel domains with an approval gate before coding.
Capabilities
Audience
Public GitHub facts last synced Jul 10, 2026.
Generate Laravel 13 code with current framework features and conventions.
Scaffold an append-only admin activity log for Next.js and Supabase.