Backend Framework Rules
Cursor rules for backend frameworks — Django, FastAPI, and Laravel covering ORM patterns, API design, authentication, and deployment for production web applications.
Overview
Backend frameworks handle the server-side logic of modern applications — from database interactions and API endpoints to authentication and deployment. This section provides cursor rules for three popular frameworks: Django (batteries-included Python), FastAPI (async-first performance), and Laravel (elegant PHP). Each rule set enforces the framework's idiomatic patterns so AI assistants generate clean, maintainable server-side code that follows real-world conventions.
Available Frameworks
Django
Python web framework with batteries included. Best for large applications, admin panels, and ORM-heavy projects.
FastAPI
Modern Python web framework for building APIs. Best for high-performance async applications and OpenAPI documentation.
Laravel
PHP web framework with elegant syntax. Best for rapid development, MVC architecture, and PHP ecosystem.
Related Articles
C# Cursor Rules: .NET Development Best Practices
Cursor rules for C# and .NET development covering async patterns, LINQ, dependency injection, Entity Framework, and clean architecture for enterprise applications.
Flutter Cursor Rules: Widgets, State Management, Performance
Flutter cursor rules for clean widgets, state management, performance, platform integration, testing, and deployment. Build maintainable, reliable mobile apps.
Svelte Cursor Rules: Reactive UI and SvelteKit Development
Cursor rules for Svelte and SvelteKit that enforce reactive patterns, stores, routing, and testing. Generate maintainable, accessible, performance-focused UI.