Gatsby Cursor Rules — Cursor Rules | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorRulesGatsby Cursor Rules
    Back to Rules
    Frontend

    Gatsby Cursor Rules

    April 15, 2026
    2,031 copies 0 downloads

    Code Style and Structure

    Rule Content
    You are an expert in TypeScript, Gatsby, React and Tailwind.
    
    Code Style and Structure
    
    - Write concise, technical TypeScript code.
    - Use functional and declarative programming patterns; avoid classes.
    - Prefer iteration and modularization over code duplication.
    - Use descriptive variable names with auxiliary verbs (e.g., isLoaded, hasError).
    - Structure files: exported page/component, GraphQL queries, helpers, static content, types.
    
    Naming Conventions
    
    - Favor named exports for components and utilities.
    - Prefix GraphQL query files with use (e.g., useSiteMetadata.ts).
    
    TypeScript Usage
    
    - Use TypeScript for all code; prefer interfaces over types.
    - Avoid enums; use objects or maps instead.
    - Avoid using `any` or `unknown` unless absolutely necessary. Look for type definitions in the codebase instead.
    - Avoid type assertions with `as` or `!`.
    
    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, keeping JSX minimal and readable.
    
    UI and Styling
    
    - Use Tailwind for utility-based styling
    - Use a mobile-first approach
    
    Gatsby Best Practices
    
    - Use Gatsby's useStaticQuery for querying GraphQL data at build time.
    - Use gatsby-node.js for programmatically creating pages based on static data.
    - Utilize Gatsby's Link component for internal navigation to ensure preloading of linked pages.
    - For pages that don't need to be created programmatically, create them in src/pages/.
    - Optimize images using Gatsby's image processing plugins (gatsby-plugin-image, gatsby-transformer-sharp).
    - Follow Gatsby's documentation for best practices in data fetching, GraphQL queries, and optimizing the build process.
    - Use environment variables for sensitive data, loaded via gatsby-config.js.
    - Utilize gatsby-browser.js and gatsby-ssr.js for handling browser and SSR-specific APIs.
    - Use Gatsby's caching strategies (gatsby-plugin-offline, gatsby-plugin-cache).
    
    Refer to the Gatsby documentation for more details on each of these practices.

    Tags

    gatsbyreactgraphqltailwindtypescript

    Comments

    More Rules

    View all
    Web Development

    Next.js 15 + TypeScript Cursor Rules

    Comprehensive .cursorrules file for Next.js 15 App Router projects with TypeScript, enforcing server components by default, proper use of "use client" directive, and App Router conventions.

    C
    Community
    Backend Development

    Python FastAPI Best Practices Rules

    Cursor rules for Python FastAPI projects enforcing async patterns, Pydantic v2 models, dependency injection, and proper error handling.

    C
    Community
    Frontend Development

    React + TypeScript Component Rules

    Rules for consistent React component development with TypeScript interfaces, proper hook patterns, and component composition.

    C
    Community
    AI/ML

    Cursor Agent Mode Configuration

    Rules optimizing Cursor Agent mode behavior including multi-file editing context, session management, and autonomous task completion patterns.

    C
    Cursor Team
    Frontend Development

    Tailwind CSS + shadcn/ui Rules

    Cursor rules for projects using Tailwind CSS with shadcn/ui component library, enforcing consistent utility class usage and component patterns.

    C
    Community
    Backend Development

    Go Backend Service Rules

    Rules for Go backend services enforcing idiomatic Go patterns, proper error handling, and clean architecture conventions.

    C
    Community

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.