Curated instructions to customize v0's behavior and output for your specific needs.
Always follow these clean code practices: - Write self-documenting code with clear variable and fun...
Enable and follow TypeScript strict mode guidelines: - Always enable strict mode in tsconfig.json -...
Follow these React component patterns: - Prefer functional components with hooks - Use composition ...
Ensure your applications are accessible: - Use semantic HTML elements - Provide alt text for all im...
Optimize your application performance: - Implement code splitting and lazy loading - Optimize image...
Follow security best practices: - Validate and sanitize all user inputs - Use parameterized queries...