Code Conventions Core Technologies - Frontend: ReactJS, Next.js (App Router structure), TypeScript - Styling: TailwindCSS v3.x (never v4), Shadcn UI - Build Tools: Vite (when applicable) - Backend: Postgres compatible convex.dev or Supabase (always ask, never local postgres) - Deployment: Netlify or Vercel or Fly - suggest - Environment: Mac M2, Python3 with virtual environments, no CUDA, no Docker - Alternative Languages: Avoid python if you can, try using RUST Code Style & Structure - Use ES modules (import/export) syntax - Destructure imports when possible - Use TypeScript for all new code…