TYPED API ROUTE HANDLER (NEXT.JS ROUTE HANDLER STYLE)▌
Zod-validated POST handler with timeouts, telemetry hooks, typed errors.
Prompt Generator
Generate Your Prompt
Fill in the fields below to generate an optimized prompt based on best practices
Examples
Enqueue job
Input Variables
Frequently Asked Questions
Best Practices
Critical Best Practices
Be Specific About Requirements
criticalInclude exact specifications: language version, framework, dependencies, coding style, and expected behavior. Vague requirements lead to generic code.
Example:
"Instead of "create a function", say "create a TypeScript function using async/await that validates email format using regex""
Provide Codebase Context
criticalShare relevant existing code, file structure, naming conventions, and architectural patterns. This helps generate code that fits your project.
Recommended Best Practices
Request Tests and Error Handling
recommendedExplicitly ask for tests, edge case handling, and error messages. Quality code includes validation and testing.
Optional Enhancements
Specify Code Style
optionalRequest specific formatting, commenting, and naming conventions. This ensures generated code matches your standards.