t1-sportlink-web-backend Cursor Rules — Cursor Rules | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorRulest1-sportlink-web-backend Cursor Rules
    Back to Rules
    Web Development

    t1-sportlink-web-backend Cursor Rules

    Divizyon April 15, 2026
    0 copies 0 downloads

    This document outlines the development standards focused solely on backend development, incorporating Supabase integration and TypeScript usage.

    Rule Content
    # 🚀 Sportlink Development Standards (SCDS) – Backend (TypeScript & Supabase)
    
    This document outlines the development standards focused solely on backend development, incorporating Supabase integration and TypeScript usage.
    
    ---
    
    ## 📌 Folder & File Naming Conventions
    
    1. **All folder names must be in lowercase and kebab-case**  
       Example: `controllers`, `middleware`, `services`, `routes`
    2. **All file names for components such as models and controllers must use PascalCase**  
       Example: `User.ts`, `ProductController.ts`
    3. **API route files should be named in camelCase**  
       Example: `authRoutes.ts`, `productRoutes.ts`
    4. **Utility/helper function names should be in camelCase**  
       Example: `generateToken.ts`, `hashPassword.ts`
    5. **Environment variables in the `.env` file must be defined in UPPER_CASE**  
       Example: `JWT_SECRET`, `SUPABASE_URL`, `SUPABASE_KEY`
    
    ---
    
    ## 📌 Backend Coding Standards
    
    1. **TypeScript Usage:**  
       Use TypeScript throughout the codebase to ensure static type checking and a more maintainable, readable structure.
    
    2. **ES Modules:**  
       The `import` syntax should be used instead of `require`.
    
    3. **Error Handling:**  
       All asynchronous functions must implement `try/catch` blocks to handle errors properly.
    
    4. **Layered Architecture:**  
       Database operations should not be performed directly within route handlers. Instead, use controller and service layers.
    
    
    
    5. **Database Integration:**  
       - Supabase should be used instead of MongoDB.
       - Utilize Supabase’s TypeScript-compatible SDK to manage database connections and queries.
    
    ---
    
    These standards are designed to create a consistent, secure, and maintainable backend development process. By integrating Supabase and utilizing TypeScript, this approach aligns with modern application development trends while excluding frontend-related rules.
    

    Tags

    typescriptsupabase

    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.