Browse AI prompts

Ready-to-use prompts for designers, developers and teams — collected from the Promptly library and organised by category. Open one and copy it with one click.

Newsletter Draft

Draft a newsletter issue on [TOPIC] for [AUDIENCE]. Structure: a personal 2–3 sentence intro, one main idea explained with a concrete example, one actionable takeaway, and a short sign-off. Tone: [friendly and direct]. Keep it under [400] words. End with a subject line and 2 alte…

Cross-Discipline & WorkflowMarketing & Content

Bio Writer

Write 3 versions of a bio for me: a one-liner, a short (50-word) version, and a longer (150-word) version. Details: [NAME], [WHAT I DO], [NOTABLE THINGS], [TONE]. Write in [first / third] person. Make it specific, not generic — no "passionate about."

Graphic DesignMarketing & Content

Difficult Email Response

Help me reply to this email. My goal is [WHAT I WANT TO ACHIEVE], and I want to sound [calm / firm / warm but clear]. Keep it professional and don't over-apologize. Give me 2 versions — one shorter, one that explains more. Their email: [PASTE]

Cross-Discipline & WorkflowMarketing & Content

Repurpose to Twitter Thread

Turn the article below into a Twitter/X thread of 6–9 tweets. Open with a scroll-stopping hook tweet. One idea per tweet, punchy, no hashtags mid-thread. End with a CTA tweet. Keep each tweet under 280 characters. Article: [PASTE]

Cross-Discipline & WorkflowMarketing & Content

Story Expander

Take this bare fact and expand it into a short, vivid anecdote (about [100] words) I can use to open a piece: [THE FACT / MOMENT]. Show, don't tell. Keep it honest — don't invent dramatic details, just bring the real one to life.

Graphic DesignMarketing & Content

Cold Outreach Email

Write a cold email to [RECIPIENT / ROLE] at [COMPANY]. My offer: [WHAT I DO / WANT]. Make it short (under 120 words), personalized to a plausible pain point they'd have, and lead with them, not me. One clear ask. No corporate jargon. Give me 2 subject lines.

Cross-Discipline & WorkflowMarketing & Content

Ad Copy Variations

Write 6 ad copy variations for [PRODUCT / SERVICE], targeting [AUDIENCE]. The main benefit is [BENEFIT]. Mix angles: pain-point, aspiration, social proof, urgency, curiosity, direct. Keep each to a headline + 1–2 lines of body + CTA.

Graphic DesignMarketing & Content

Instagram Caption

Write 3 Instagram caption options for a post about [TOPIC]. Vary the vibe: one inspiring, one relatable/funny, one value-packed. Each with a hook first line. Then give me a set of 15 relevant hashtags mixing broad and niche.

Cross-Discipline & WorkflowMarketing & Content

LinkedIn Post

Write a LinkedIn post about [TOPIC / LESSON]. Open with a strong one-line hook on its own line. Use short paragraphs (1–2 lines each) with white space. Share a specific insight or story, then a takeaway. End with a question to drive comments. No hashtag spam — max 3, at the end. …

Cross-Discipline & WorkflowMarketing & Content

Content Repurposer

Take this core idea: [IDEA / PIECE OF CONTENT]. Turn it into: (1) a Twitter/X thread, (2) a LinkedIn post, (3) an Instagram caption, (4) a short-form video script (~30s), (5) a newsletter blurb. Keep the core message consistent but adapt tone and format to each platform.

Cross-Discipline & WorkflowMarketing & Content

Product Description

Write a product description for [PRODUCT]. Key features: [FEATURES]. Who it's for: [AUDIENCE]. Lead with the transformation/benefit, then weave features into benefits, and close with a nudge to buy. Give me a short version (for listings) and a longer version (for the product page…

Graphic DesignMarketing & Content

Landing Page Copy

Write landing page copy for [PRODUCT / OFFER] aimed at [AUDIENCE]. Include: a headline + subhead, 3 benefit-driven sections, a "how it works" in 3 steps, an objection-handling FAQ (4 Qs), and 2 CTA button texts. The core promise is [PROMISE]. Keep it clear and benefit-led, not hy…

Cross-Discipline & WorkflowMarketing & Content

Content Calendar

Build me a 4-week content calendar for [PLATFORM] about [NICHE / TOPIC]. Mix content types: educational, personal story, engagement/question, promotional (keep promo to ~20%). For each post give a date slot, a hook, and a one-line description. Aim for [3] posts per week.

Cross-Discipline & WorkflowMarketing & Content

Viral Hook Ideas

Give me 15 hook ideas for short-form videos about [TOPIC]. These are the first 3 seconds — they must create curiosity or tension instantly. Mix formats: "nobody talks about…", "I was wrong about…", "do this, not that", "the reason you…". One line each.

Cross-Discipline & WorkflowMarketing & Content

Native Reddit Post

Help me write a Reddit post for r/[SUBREDDIT]. The point I want to share is [INSIGHT / STORY]. Make it genuinely useful and native to Reddit — conversational, humble, no marketing language, no links in the body. It should give value on its own so people upvote it. Then suggest a …

Cross-Discipline & WorkflowMarketing & Content

YouTube Title + Description

For a video about [TOPIC], give me: 8 clickable title options (curiosity + clarity, under 60 chars), a 150-word SEO description with the main keyword naturally included, and 10 tags.

Cross-Discipline & WorkflowMarketing & Content

Brand Voice Definition

Help me define a brand voice for [BRAND], which serves [AUDIENCE] and stands for [VALUES]. Give me: 3 voice traits (with a "we are X, not Y" for each), a do/don't word list, and a short before/after example rewriting a plain sentence into the brand voice. I'll paste this into fut…

Graphic DesignMarketing & Content

Value Proposition Sharpener

My product is [PRODUCT] for [AUDIENCE]. Right now I describe it as: [CURRENT PITCH]. Sharpen this into a clear value proposition. Give me 5 options in the format "[Product] helps [audience] [achieve outcome] without [pain]." Then tell me which is strongest and what's still vague.

Graphic DesignMarketing & Content

Explain This Code

Explain what the code below does, step by step, in plain language. Then note: any non-obvious behavior, potential bugs or edge cases, and one thing you'd improve. Assume I know the language basics but not this codebase. Code: [PASTE]

Web Builders & No-CodeTechnology & Development

Write Unit Tests

Write unit tests for the function below using [TEST FRAMEWORK]. Cover the happy path, edge cases, and likely failure modes. Use clear test names that describe the scenario. Point out any behavior that's hard to test (a sign it might need refactoring). Function: [PASTE]

Web Builders & No-CodeTechnology & Development

Debug Helper

This code isn't working as expected. Expected behavior: [WHAT SHOULD HAPPEN]. Actual behavior: [WHAT HAPPENS / ERROR]. Walk through the likely cause, point to the exact line(s), and give me a corrected version with a one-line note on what was wrong. Code: [PASTE]

Web Builders & No-CodeTechnology & Development

Regex Builder

Write a regex that matches [WHAT TO MATCH] and does NOT match [WHAT TO EXCLUDE]. Show the pattern, explain each part, and give me 3 test strings that should match and 3 that shouldn't. Flavor: [JavaScript / Python / PCRE].

Web Builders & No-CodeTechnology & Development

Refactor for Readability

Refactor the code below for readability and maintainability without changing its behavior. Improve naming, reduce nesting, and remove duplication. Keep it idiomatic for the language. Return the refactored code, then a short list of what you changed and why. Code: [PASTE]

Web Builders & No-CodeTechnology & Development

SQL from Plain English

Write a SQL query for this: [WHAT I WANT]. My tables/columns are: [SCHEMA]. Use [dialect: PostgreSQL / MySQL]. Explain the query in one line, and mention if there's a more efficient way.

Web Builders & No-CodeTechnology & Development