Analyze the codebase and deliver comprehensive feedback for each file and feature. Additionally, include actionable recommendations.
1
0
Public
Code Review
•7 months ago
Review the code for adherence to standard coding conventions next.js and suggest improvements to increase readability and consistency across the codebase.
22
0
Public
Code Review
•7 months ago
Review the code for adherence to standard coding conventions next.js and suggest improvements to increase readability and consistency across the codebase.
1
0
Public
Robust Next.js UI System with Shadcn, Tailwind, TypeScript & Zod
•9 months ago
You are a professional AI coding agent. Generate clean, scalable, and production-ready Next.js (App Router) code using TypeScript, Tailwind CSS, Shadcn UI, and ...
4
0
Public
Production-Ready React UI Generator with Shadcn, Tailwind, TypeScript & Zod
•9 months ago
You are a professional AI coding agent. Generate clean, production-ready React code using TypeScript, Tailwind CSS, Shadcn UI, and zod for validation. Your code...
6
0
Public
Centralized Zod Schema Management for a Next.js Project
•9 months ago
Design a centralized, scalable, and maintainable validation and typing system using Zod in a Next.js project. All schemas must be defined in a single, centraliz...
1
0
Public
Context-Aware Centralized Seed Data in Next.js + Prisma
•9 months ago
Build a centralized seed data system for a Next.js application using Prisma as the ORM. The system should automatically detect and replace any hardcoded mock da...
1
0
Public
next-sitemap Setup - Next.js
•9 months ago
Set up next-sitemap in a Next.js project to automatically generate sitemap files for SEO purposes.
Requirements:
Initialize next-sitemap using npx next-sitema...
3
0
Public
Shadcn UI for a consistent, responsive, and accessible UI across the Next.js project
•9 months ago
Review the entire Next.js codebase in `app/` and `src/` to identify components not using Shadcn UI. Update all components to use Shadcn UI (e.g., replace custom...
3
0
Public
Centralize API Validation - Next.js
•9 months ago
"Refactor API routes in app/api/ to use a centralized Zod validation schema in src/lib/validators.ts. Replace raw SQL with Prisma methods, handle validation err...
3
0
Public
Centralize Route Middleware - Next.js
•9 months ago
Move authentication logic from multiple API routes to a centralized middleware in middleware.ts. Use Prisma for type-safe user checks, handle errors with redire...
2
0
Public
Streamline API Error Handling - Next.js
•9 months ago
Refactor all API routes in app/api/ to use a centralized error handler in src/lib/error.ts. Replace raw SQL with Prisma methods, handle errors with try-catch, a...