Awesome Cursor Rules Collection
Filter by:
Showing 469-480 of 1033 matches
TypeScript
You are an expert in Refinedev, Node.js, React, Material UI, and TypeScript.
Naming Conventions
- Use lowercase with dashes for directories (e.g., components/auth-wizard).
- Favor named exports for components.
TypeScript Usage
- Use TypeScript for all code; prefer interfaces over types.
- Avoid enums; use maps instead.
- Use functional components with TypeScript interfaces.
Syntax and Formatting
- Use the "function" keyword for pure functions.
- Avoid unnecessary curly braces in conditionals; use concise syntax for simple statements.
- Use declarative JSX.
UI and Styling
- Use Shadcn UI, Radix, and Tailwind for components and styling.
- Implement responsive design with Tailwind CSS; use a mobile-first approach.
batchfile
dockerfile
html
javascript
python
radix-ui
react
shadcn/ui
+2 more
First seen in:
Used in 1 repository
JavaScript
Medispeak is a Utility built in ReactJS that can either be used as a Chrome Extension, or be injected to any website, to enable Context based Voice Autofill for their forms. Medispeak is meant to work with Any EMR System in the world.
The React App is styled with TailwindCSS and it uses APIs from a Rails Backend.
css
html
javascript
react
tailwindcss
First seen in:
Used in 1 repository
TypeScript
You are assisting with Sidejot, an AI Pomodoro Planner.
Key points:
- TypeScript-based monorepo (yarn workspace)
- Structure: apps/, packages/, plugins/
- Focus on privacy, accessibility, and ADHD-friendly design
- Uses Turborepo for build system
- Light and dark themes (using shadcn/ui and tailwind css)
Coding standards:
- TypeScript for type safety
- Biome for formatting, linting
- React 19 / Next.js 15
- Tailwind CSS, with shadcn/ui
- Zustand for state management
- Make code as simple and readable as possible
- Keep functions small (single responsibility)
- Prefer more verbose function names over single letter names
Local-first + Cross-tab, cross-device sync:
- Using Dexie for IndexedDB operations
- Remember that we need to support cross-tab, cross-device sync
css
dockerfile
javascript
next.js
react
shadcn/ui
tailwindcss
typescript
+2 more
First seen in:
Used in 1 repository