Tag
Programming prompts
36 prompts
JavaScript Console Emulator
Simulate a JavaScript console by returning exact console output for executed commands.
Ambient Coding Session Music Producer
Creates atmospheric background music specifically designed for coding sessions, featuring lo-fi beats, ambient textures, and focus-enhancing soundscapes perfect for deep programming work.
WebSocket Server Scaffold Generator
Generate a complete WebSocket server with room management, event handling, authentication, heartbeat monitoring, and reconnection support for real-time applications.
Cozy Developer Workspace Photography
Captures the aesthetic appeal of programming setups with warm lighting, multiple monitors, and personal touches that showcase the personality behind the code.
Progressive Web App Scaffold Generator
Generates a complete PWA implementation including service worker, web app manifest, offline fallback, caching strategies, push notification setup, and install prompt handling.
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.
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.
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.
Database Connection Pool Optimizer
Generate an optimized database connection pool configuration with sizing calculations, health checks, retry logic, and monitoring for high-performance database access.
Database Seed and Fixture Generator
Generate a complete database seeding system with realistic fixture data, relationship-aware factories, environment-specific seeds, and deterministic test data for your ORM.
Frontend Error Boundary and Fallback Designer
Generates a complete error handling architecture with error boundaries, fallback UIs, retry logic, error reporting integration, and graceful degradation patterns for your frontend application.
Frontend Performance Bundle Analyzer and Optimizer
Analyzes your frontend bundle configuration, identifies performance bottlenecks, and generates specific optimization strategies with code changes for tree-shaking, code splitting, and lazy loading.
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.
Internationalization Setup Guide Generator
Generates a complete i18n implementation with routing, translation file structure, pluralization, date/number formatting, and RTL support for your framework and locale requirements.
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.
TypeScript Type Utility Generator
Generates advanced TypeScript type utilities, mapped types, conditional types, and generic patterns for common frontend patterns like API responses, form state, component props, and configuration objects.
Logging and Observability Setup Generator
Generate a complete logging and observability stack with structured logging, distributed tracing, metrics collection, alerting rules, and dashboard configurations for your backend.
Environment Configuration Manager
Generate a type-safe environment configuration system with validation, defaults, secret management, and environment-specific overrides for your backend application.
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.
Form Validation System Builder
Generates a complete form validation system with schema definitions, real-time validation, accessible error messages, and multi-step form support for your chosen framework and validation library.
SEO Meta Tag and Structured Data Generator
Generates complete SEO meta tags, Open Graph tags, Twitter Cards, JSON-LD structured data, and canonical URL configuration for your page type and frontend framework.
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.
Micro-Frontend Architecture Planner
Generates a complete micro-frontend architecture plan with module federation configuration, shared dependency management, routing strategy, communication patterns, and deployment pipeline design.
Component Unit Testing Template Generator
Generates comprehensive unit testing templates for frontend components with testing patterns for user interactions, async behavior, accessibility checks, and snapshot testing in your chosen testing framework.
SSR vs SSG Migration Guide Generator
Generates a detailed migration guide for transitioning between server-side rendering and static site generation strategies, with framework-specific code changes, performance comparisons, and step-by-step implementation.
State Management Pattern Selector and Implementer
Analyzes your application requirements and recommends the optimal state management pattern, then generates a complete implementation with types, actions, selectors, and component integration code.