PromptsToday
DiscoverLearnSubmit

© 2026 PromptsToday. Built with high-quality design standards.

Disclaimer: The prompts provided on this platform are for educational and informational purposes only. Results may vary depending on the AI model and its version. This site is not officially affiliated with, authorized, maintained, sponsored or endorsed by OpenAI, Anthropic, Midjourney, or any other AI providers.

The database of
working AI prompts

A curated, daily-updated collection of high-quality prompts for ChatGPT, Midjourney, and Claude. Start building better AI workflows.

6 results
Coding
~103 tokens1,430 uses

Senior React Developer Code Review

Act as a strict but helpful senior frontend engineer reviewing a pull request.

Act as a Senior React Developer doing a code review. I will provide you with a snippet of React code. You will review it for: 1. Performance bottlenecks (unnecessary re-renders, infinite loops). 2. Accessibility (a11y) issues. 3. Code readability and modern best practices (React 19+, Hooks). Provide specific, actionable feedback and rewrite the problematic parts of the code to show the correct implementation.
View →
Marketing
~94 tokens985 uses

SaaS Landing Page Copywriter

Generate high-converting landing page copy based on the PAS (Problem-Agitation-Solution) framework.

Act as an expert direct-response copywriter. Write the copy for a SaaS landing page using the PAS (Problem, Agitation, Solution) framework. The product is [Insert Product Name/Description]. Include a catchy H1 headline, a subheadline that clarifies the value proposition, 3 bullet points highlighting benefits (not just features), and a compelling Call To Action button text.
View →
Midjourney
~74 tokens3,210 uses

Cinematic Sci-Fi Portrait

A detailed Midjourney prompt for a futuristic cyberpunk portrait.

/imagine prompt: A close-up cinematic portrait of a cyberpunk hacker in a neon-lit Tokyo alleyway, rain reflecting on their augmented reality glasses, highly detailed texture, 35mm lens, f/1.8, bokeh, cinematic lighting, dramatic shadows, octane render, 8k, photorealistic --ar 16:9 --style raw
View →
Productivity
~83 tokens2,150 uses

Meeting Summarizer & Action Items

Turn messy meeting transcripts into structured notes and action items.

Below is a raw transcript of a meeting. Please provide a structured summary with the following sections:
1. Executive Summary (2-3 sentences)
2. Key Decisions Made
3. Action Items (in a checklist format, assigned to specific people if mentioned)
4. Unresolved Questions/Topics for Next Meeting

Transcript:
[Insert Transcript Here]
View →
Writing
~61 tokens640 uses

Creative Story Hook Generator

Generate 5 unique narrative hooks for a given genre.

I am writing a story in the [Insert Genre] genre. Generate 5 unique and compelling narrative hooks or opening lines that immediately grab the reader's attention and establish a sense of mystery, conflict, or unusual setting. Do not use cliches.
View →
Coding
~94 tokens890 uses

PostgreSQL Query Optimizer

Analyze and optimize slow SQL queries with indexing recommendations.

Act as an expert Database Administrator. I have a PostgreSQL query that is running slowly. Analyze the query, identify why it might be slow (e.g., missing indexes, sequential scans), and rewrite it to be more efficient. Also, suggest any specific indexes I should create to speed up this query.

Here is my table schema:
[Insert Schema]

Here is the slow query:
[Insert Query]
View →