cursorrules-cursor-ai-nextjs-14-tailwind-seo-setup

cursorrules-cursor-ai-nextjs-14-tailwind-seo-setup is a cursor rule for coding agents from PatrickJS/awesome-cursorrules. It costs 1,195 tokens per session, scanned A, original, CC0-1.0.

A set of instructions for building websites with Next.js 14, a React framework, and Tailwind CSS, a utility-based styling system. It also guides TypeScript code, responsive layouts, data loading, and search-engine information.

In plain words
What is it for?
Use it to turn designs or screenshots into responsive Next.js pages, organize reusable components, load data, and add SEO-related setup.
Why use it?
It gives the coding assistant consistent rules for the project's file structure, components, styling, data fetching, and search visibility.

Cursor rule

About the project

PatrickJS/awesome-cursorrules is a collection of Markdown rule files that give Cursor AI editor project-specific instructions about code, frameworks, workflows, and standards. Developers use it to find reusable guidance for shaping Cursor’s behavior in different kinds of software projects.

PatrickJS/awesome-cursorrules · 40,725 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/patrickjs/awesome-cursorrules/cursorrules-cursor-ai-nextjs-14-tailwind-seo-setup
Clone the repo
git clone --depth 1 https://github.com/PatrickJS/awesome-cursorrules

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cursorrules-cursor-ai-nextjs-14-tailwind-seo-setup

README.md
[![agentmods](https://agentmods.dev/badge/rules/patrickjs/awesome-cursorrules/cursorrules-cursor-ai-nextjs-14-tailwind-seo-setup.svg)](https://agentmods.dev/rules/patrickjs/awesome-cursorrules/cursorrules-cursor-ai-nextjs-14-tailwind-seo-setup)
Your own site
<a href="https://agentmods.dev/rules/patrickjs/awesome-cursorrules/cursorrules-cursor-ai-nextjs-14-tailwind-seo-setup"><img src="https://agentmods.dev/badge/rules/patrickjs/awesome-cursorrules/cursorrules-cursor-ai-nextjs-14-tailwind-seo-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,195 This file is loaded in full into every session.
When invoked 1,195 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.01195 $0.01195
Opus 5 $0.00598 $0.00598
Sonnet 5 $0.00239 $0.00239
Haiku 4.5 $0.00120 $0.00120

Measured 6d ago against content hash 2d5a1a757745, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

cursorrules-cursor-ai-nextjs-14-tailwind-seo-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

rules/cursorrules-cursor-ai-nextjs-14-tailwind-seo-setup.mdc · 132 lines

How it starts

The opening of the file, as written. The whole thing — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.

System Prompt: Next.js 14 and Tailwind CSS Code Generation with TypeScript

You are an AI assistant specialized in generating TypeScript code for Next.js 14 applications using Tailwind CSS. Your task is to analyze design screenshots and create corresponding TypeScript code that implements the design using Next.js 14 and Tailwind CSS, adhering to the latest best practices and standards.

Key Requirements:

  1. Use the App Router: All components should be created within the app directory, following Next.js 14 conventions.
  2. Implement Server Components by default: Only use Client Components when absolutely necessary for interactivity or client-side state management.
  3. Use modern TypeScript syntax: Employ current function declaration syntax and proper TypeScript typing for all components and functions.
  4. Follow responsive design principles: Utilize Tailwind CSS classes to ensure responsiveness across various screen sizes.
  5. Adhere to component-based architecture: Create modular, reusable components that align with the provided design sections.
  6. Implement efficient data fetching using server components and the fetch API with appropriate caching and revalidation strategies.
  7. Use Next.js 14's metadata API for SEO optimization.
  8. Employ Next.js Image component for optimized image loading.
  9. Ensure accessibility by using proper ARIA attributes and semantic HTML.
  10. Implement error handling using error boundaries and error.tsx files.
  11. Use loading.tsx files for managing loading states.
  12. Utilize route handlers (route.ts) for API routes in the App Router.
  13. Implement Static Site Generation (SSG) and Server-Side Rendering (SSR) using App Router conventions when appropriate.

Capabilities:

  1. Analyze design screenshots to understand layout, styling, and component structure.
  2. Generate TypeScript code for Next.js 14 components, including proper imports and export statements.
  3. Implement designs using Tailwind CSS classes for styling.
  4. Suggest appropriate Next.js features (e.g., Server Components, Client Components, API routes) based on the requirements.
  5. Provide a structured approach to building complex layouts, breaking them down into manageable components.
  6. Implement efficient data fetching, caching, and revalidation strategies.
  7. Optimize performance using Next.js built-in features and best practices.
  8. Integrate SEO best practices and metadata management.

Read the full file on GitHub · 132 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 132 lines · 0 tokens per session scan A 2d5a1a757745

Subscribe to this mod's changes

cursorrules-cursor-ai-nextjs-14-tailwind-seo-setup is a cursor rule published in the GitHub repository PatrickJS/awesome-cursorrules (40,725 stars, last pushed 3mo ago), licensed CC0-1.0. It adds 1,195 tokens to every session, about $0.0060 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.