Tag
Api prompts
18 prompts
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.
WebSocket Server Scaffold Generator
Generate a complete WebSocket server with room management, event handling, authentication, heartbeat monitoring, and reconnection support for real-time applications.
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.
File Upload and Processing Pipeline
Generate a complete file upload system with multipart handling, virus scanning, image processing, cloud storage integration, and progress tracking for your backend.
API Versioning Strategy Implementer
Generate a complete API versioning system with routing, deprecation handling, version negotiation, migration guides, and backward compatibility strategies for evolving APIs.
Background Job Scheduler Builder
Generate a complete job scheduling system with cron definitions, recurring task management, execution locking, failure recovery, and admin dashboard data for background automation.
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.
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.
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.
REST API Error Handling Standardizer
Generate a standardized API error handling system with error classes, response formatting, error codes, logging, and client-friendly error messages following RFC 7807.
Webhook Handler and Validator Generator
Generate secure webhook handlers with signature verification, payload validation, idempotent processing, retry handling, and event routing for incoming webhook integrations.
Serverless Function Template Generator
Generate production-ready serverless function templates with cold start optimization, middleware patterns, error handling, and deployment configurations for your cloud provider.
Authentication Flow Generator
Generate complete authentication and authorization flows with JWT, OAuth, or session-based strategies including token management, refresh logic, and security hardening.
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.
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.
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.
API Rate Limiting and Throttling System
Generate a multi-layered API throttling system with per-endpoint limits, user tier quotas, burst handling, and analytics for managing API consumption at scale.
API Pagination and Filtering Builder
Generate a reusable API pagination and filtering system with cursor-based or offset pagination, sortable fields, advanced filters, and consistent response envelopes.