Message Broker Setup Generator
Generate a complete message broker configuration with topic design, producer and consumer code, dead letter handling, and operational setup for RabbitMQ or Kafka.
Event-Driven Architecture Designer
Design a complete event-driven system with event schemas, producers, consumers, event stores, and saga patterns for building loosely coupled backend services.
Database Migration Planner and Generator
Generate database migration scripts with rollback strategies, data transformation logic, zero-downtime deployment plans, and validation checks for schema changes.
Authentication Flow Generator
Generate complete authentication and authorization flows with JWT, OAuth, or session-based strategies including token management, refresh logic, and security hardening.
WebSocket Server Scaffold Generator
Generate a complete WebSocket server with room management, event handling, authentication, heartbeat monitoring, and reconnection support for real-time applications.
Queue Worker and Job Processor Template
Generate a complete background job processing system with queue management, worker implementations, retry logic, dead letter handling, and monitoring for async task execution.
API Rate Limiter Implementation Generator
Generate a production-ready rate limiting system with configurable algorithms, storage backends, response headers, and bypass rules for your API endpoints.
Redis Caching Strategy Planner
Design a comprehensive caching strategy with cache invalidation patterns, TTL policies, key naming conventions, and implementation code for Redis or Memcached.
Backend Middleware Chain Designer
Design and generate a complete middleware chain with authentication, logging, rate limiting, CORS, error handling, and request validation for your backend framework.
GraphQL Schema and Resolver Builder
Generate complete GraphQL schemas with type definitions, queries, mutations, subscriptions, and resolver implementations tailored to your data model and backend framework.
SQL Database Schema Designer with Optimization
Generate comprehensive SQL database schemas with proper relationships, indexes, and performance optimizations for various application types.
API Endpoint Generator with Express
Create secure, well-documented REST API endpoints using Express.js with proper validation, error handling, and database integration. Ideal for backend developers building robust APIs.