Find the perfect prompt
191 prompts across 23 categories and 44 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.