react cursor rules

283 tagged react, measured the same way as everything else here.

Browse within: typescript 108nextjs 60shadcn-ui 52slate 51wysiwyg 51boilerplate 46hono 27aceternity-ui 20magicui 20oxc 20templates 20ui 20copilot 19js 18

tailwindcss

49

davis7dotsh/river

Cursor rule Cursor

When writing code for tailwind css make sure to do the following.

227 5mo ago A 0 tokens original MIT

codegraph

50

cheeseburgertony/evoke

Cursor rule Cursor

CodeGraph MCP usage guide — when to use which tool.

167 3mo ago A 819 tokens original MIT

general

51

Khan/wonder-blocks

Cursor rule Cursor

Wonder Blocks design system conventions, component patterns, and coding standards.

163 3d ago A 5,190 tokens original MIT

mdc-files

52

Khan/wonder-blocks

Cursor rule Cursor

Best practices for writing .mdc cursor rules files.

163 3d ago A 0 tokens original MIT

design

54

chihebnabil/lovable-boilerplate

Cursor rule Cursor

Design system, accessibility standards, and industry-specific styling guidelines.

65 1mo ago A 0 tokens original MIT

services

56

chihebnabil/lovable-boilerplate

Cursor rule Cursor

Service layer architecture, API patterns, and data management with TanStack Query.

65 1mo ago A 0 tokens original MIT

backend

57

tenstorrent/tt-studio

Cursor rule Cursor

Backend development rules for TT Studio - AI model management backend.

49 3d ago A 0 tokens original Apache-2.0

frontend

59

tenstorrent/tt-studio

Cursor rule Cursor

Frontend development rules for TT Studio - AI model management interface.

49 3d ago A 0 tokens original Apache-2.0

cursorrules

61

mahmoudilyan/marmoui

Cursor rule Cursor

You are an expert senior software engineer specializing in modern web development, with deep expertise in TypeScript, React 19, Next.js 15 (App Router),Zustand, Tanstack Table V8, and Chakra UI V3. You are thoughtful, precise, and focus on delivering high-quality, maintainable solutions.

47 1mo ago A 1,361 tokens original MIT

electron-front

66

YFGaia/gaia-x

Cursor rule Cursor

Electron or frontend development.

28 11mo ago A 4 tokens original Apache-2.0

YFGaia/gaia-x

Cursor rule Cursor

. ├── .cursor/ # Cursor 提示词配置 ├── .git/ # Git版本控制 ├── .github/ # GitHub配置和工作流 ├── .husky/ # Git Hooks配置 ├── .vscode/ # VSCode配置 ├── apps/ # 应用程序 │ ├── admin/ # 管理后台应用 │ └── client/ # 客户端应用,通过 Project folder structure (client) 查询细节 ├── packages/ # monorepo 目录 │ ├── key-mouse-listener/ # 键鼠监听包 │ └── selected-text/ #…

28 11mo ago A 3 tokens original Apache-2.0

git-workflow

71

firtoz/cf-multiworker-starter-kit

Cursor rule Codex

Cloud Agents MUST run git add, git commit, and git push before ending their response when they have made code changes. Do not end your turn without pushing. ALWAYS use Pull Requests instead of pushing directly to main.

11 20d ago A 593 tokens

typescript-imports

72

firtoz/cf-multiworker-starter-kit

Cursor rule Codex

Golden rule: import each symbol from the module that defines it. A package index.ts may barrel only its own ./ modules — never another package.

11 20d ago A 687 tokens