Random Creative Prompt Generator
Random
Stuck staring at a blank page? Pick a creative discipline — drawing, writing, photography, a coding side project, or worldbuilding — and the tool rolls a structured prompt by combining curated lists of subjects, settings, constraints, and styles. Each category has 50+ hand-picked elements with thousands of combinations, so you can keep rerolling without repeating. Prompts are seeded with a reproducible PRNG (mulberry32) so the same seed always produces the same prompts — useful for sharing or for daily challenges where everyone uses the same starting seed. Useful for sketchbook practice, NaNoWriMo warm-ups, photo-of-the-day challenges, or shaking off the blank-canvas freeze.
All combinations come from hand-curated word lists. The seed is reproducible (mulberry32 PRNG) — share the seed to share the prompts.
How to use
- Pick a category — drawing, writing, photography, coding, or worldbuilding.
- Set how many prompts you want (1–10).
- Click Reroll for a fresh batch. Copy individual prompts with the button on the right of each row.
- Same seed → same prompts, so screenshot or save the seed if you want to share.
Frequently asked questions
- How are the prompts generated?
- By combining curated word lists. For drawing, each prompt is `[adjective] [subject] [doing action] in [setting] in [style]`. For writing, it's `[genre] piece with [character] who [goal] under [constraint]`. Photography mixes a subject, a restriction (e.g. 'only one focal length'), and a theme. Coding combines domain × task × constraint. Worldbuilding picks a place, two cultural quirks, and a current tension.
- Are the prompts unique?
- Combinatorially, yes. Drawing alone has ~20 × 20 × 15 × 15 × 11 ≈ 990 000 combinations. You're unlikely to see the same one twice.
- Can I get repeatable prompts?
- Yes — the seed is shown in the URL state (auto-saved in your browser). Same seed always produces the same prompts. For a daily-shared challenge, agree on a seed in advance.
- Are the prompts AI-generated?
- No. Every adjective, subject, action, setting, constraint and theme is hand-written and stored in the component. Nothing is fetched from an LLM or external service — the tool works offline.
Related tools
Random Number Generator
Generate cryptographically random numbers in any range — with or without duplicates, optionally sorted.
Group Maker
Split a list of names into balanced random groups — pick the group count or the people per group.
Raffle Draw
Pick N winners from a list of names — cryptographically random, with or without duplicates.
Dice & Coin Roller
Roll polyhedral dice (d4–d100) or flip a coin with cryptographic randomness.
Random Picker — Roulette & Ladder
Pick a winner with a spinning wheel or a ladder (ghost-leg) draw.
Password Generator
Generate strong, random passwords that never leave your browser.