Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.28 KB

File metadata and controls

14 lines (12 loc) · 1.28 KB
  • Always check types using pnpm run type-check.
  • Always use shadcn skill for UI components and interacting with shadcn.
  • Never make try catches without logging the error, and never ignore errors silently. Always log the error with context.
  • When using Convex for authentication always use Convex Auth
  • When you want email sending:
  • When you are setting up Convex then always run npx convex ai-files install to install skills and other AI files so you could better understand Convex.

This is NOT the Next.js you know

This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in node_modules/next/dist/docs/ before writing any code. Heed deprecation notices.