tailwindcss
49Cursor rule Cursor
When writing code for tailwind css make sure to do the following.
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
Cursor rule Cursor
When writing code for tailwind css make sure to do the following.
Cursor rule Cursor
CodeGraph MCP usage guide — when to use which tool.
Cursor rule Cursor
Wonder Blocks design system conventions, component patterns, and coding standards.
Cursor rule Cursor
Best practices for writing .mdc cursor rules files.
kuraydev/react-native-typescript-library-starter
Cursor rule Cursor
React Native library conventions for this starter. Apply when creating or editing components, hooks, types, or tests in src/.
chihebnabil/lovable-boilerplate
Cursor rule Cursor
Design system, accessibility standards, and industry-specific styling guidelines.
chihebnabil/lovable-boilerplate
Cursor rule Cursor
Form handling patterns with React Hook Form and Zod validation.
chihebnabil/lovable-boilerplate
Cursor rule Cursor
Service layer architecture, API patterns, and data management with TanStack Query.
Cursor rule Cursor
Backend development rules for TT Studio - AI model management backend.
Cursor rule Cursor
Docker containerization and deployment rules for TT Studio.
Cursor rule Cursor
Frontend development rules for TT Studio - AI model management interface.
Cursor rule Cursor
use material icons for icons.
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.
Cursor rule Cursor
Product, stack and layer contract. Always applies.
Cursor rule Cursor
Server Action, service and tenancy contract.
Cursor rule Cursor
UI, design tokens and mobile-first rules.
Cursor rule Cursor
Project folder structure (client).
Cursor rule Cursor
Electron or frontend development.
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/ #…
Cursor rule
Rules for writing React components in this project.
Cursor rule
Rules for server-side Express code.
Cursor rule
Rules for Redux state management.
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.
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.