See AI.md for full coding conventions.
- When adding a new tool, update
src/app/page.tsxto include it in the homepage grid - Run
next dev --turbopackfor local development - shadcn components are installed via
npx shadcn@latest add <component>— checksrc/components/ui/before creating custom UI primitives