Skip to content

Instantly share code, notes, and snippets.

View csailer's full-sized avatar

Chuck Sailer csailer

View GitHub Profile
@kleneway
kleneway / gist:8b1e0e33a21d3bb936b3ded84af314e9
Last active February 21, 2026 21:19
concise .cursorrules
# .cursorrules
Components & Naming
- Use functional components with `"use client"` if needed.
- Name in PascalCase under `src/components/`.
- Keep them small, typed with interfaces.
- Use Tailwind for common UI components like textarea, button, etc. Never use radix or shadcn.
Prisma