AI Prompt Library

Copy-paste ready prompts to supercharge your workflow.

Gemini 2.5 Pro

React Component Generator

Generates clean, accessible, and typed React components with Tailwind CSS.

Act as a senior React engineer. Create a functional component named [ComponentName] using TypeScript and Tailwind CSS. Ensure it is accessible, uses semantic HTML, and includes proper type definitions for props. Do not use default exports.

#Coding#React#Productivity
Gemini 2.5 Flash

Technical Blog Post Outliner

Creates a structured outline for technical tutorials.

Create a detailed outline for a technical blog post about [Topic]. Include a catchy title, an introduction, 3-4 main technical sections with code example placeholders, and a conclusion.

#Writing#Content
Gemini 2.5 Flash

SQL Query Optimizer

Analyzes SQL queries and suggests performance improvements.

Analyze the following SQL query for performance bottlenecks and suggest optimizations based on standard indexing strategies: [Insert Query]

#Database#SQL