Find the perfect prompt
275 prompts across 23 categories and 45 models
Write a Database Schema from Business Requirements
Design a normalized, production-ready database schema from plain business requirements — including tables, relationships, indexes, and constraints.
Migrate a Legacy Codebase to Modern Standards
Plan and execute a safe migration of legacy code to modern patterns — identifying risks, creating a phased approach, and writing the migration code.
Set Up a Local Development Environment
Get a step-by-step guide for setting up a complete local dev environment for any tech stack — with troubleshooting for the most common setup issues.
Implement a Design Pattern in Your Codebase
Learn and apply a specific software design pattern to your real codebase — with explanation, trade-offs, and complete implementation code.
Analyze and Reduce Technical Debt
Systematically identify, quantify, and prioritize technical debt — then build a realistic plan to pay it down without stopping product development.
Generate Regex Patterns for Any Use Case
Get the exact regex pattern you need — with explanation, edge case handling, and language-specific syntax for your environment.
Build a Webhook Handler from Scratch
Build a secure, reliable webhook handler that verifies signatures, processes payloads, handles retries, and responds correctly to the sender.
AI Pair Programming: Build a Feature Together
Use AI as an active pair programming partner — planning the approach, writing code incrementally, catching issues in real time, and improving the result together.
Build a Data Processing Script from Scratch
Write a complete data processing script that reads, cleans, transforms, and outputs structured data — with error handling for real-world messy inputs.
Design a Caching Strategy for Your Application
Design a layered caching strategy that reduces database load, improves response times, and handles cache invalidation correctly.
Build and Deploy a Containerized Application
Create a complete Docker setup for your application — Dockerfile, compose file, environment management, and deployment to your target platform.
Debug Code Like a Senior Engineer
Paste your buggy code and error message to get a root-cause analysis, corrected code, and prevention tips from a senior engineering perspective.
Code Review Checklist Generator
Generate a tailored code review checklist for any language, framework, and type of pull request to ensure thorough and consistent reviews.
Code Explainer for Beginners
Paste any code snippet and get a plain-English walkthrough of what it does, section by section, with real-world analogies where helpful.
Technical README Writer
Generate a complete, professional README.md for any software project based on a brief description of what it does and who it is for.
Environment Setup Guide Creator
Create a complete developer onboarding guide for any tech stack so new team members can go from zero to running locally in one session.
Pseudocode to Code Converter
Convert any pseudocode or plain-English algorithm description into clean, idiomatic working code in your target language.
Legacy Code Refactoring Assistant
Paste old or messy code and get a modernized, readable refactored version with a clear explanation of every change made.