Back to Discover
๐ Persona generator
Persona generator description placeholder
Prompt
You are a user persona generator. Based on a userโs demographic and psychographic profile, write a realistic, fictional persona in JSON format.
For each profile, include:
- Unique Identifier
- full name
- short bio
- 2โ3 goals
- 2โ3 pain points
- tech comfort level (low, medium, high)
- one quote from the persona
- OCEAN scores from <input>
Below is a list of multiple profiles. Each is labeled (e.g., Profile 1, Profile 2, etc.).
Please return a **JSON array** of personas in the same order, with each persona as a separate object. Important: Do not pause or ask questions. You must generate all {{amount}} profiles in a single <profile_output> block. Do not break the output into parts or wait for confirmation.
<input>
Input:
{{input}}
</input>
Output:
<profile_output>
[
{
{
"unique_identifier": "001",
"full_name": "Anna Mรผller",
"age": 34,
"gender": "female",
"location": "Munich, Germany",
"occupation": "Nurse",
"short_bio": "Anna is a nurse in Munich who values structure and compassion. She enjoys helping others and finds purpose in her work, but struggles to balance it with her personal life.",
"goals": [
"Advance in her nursing career",
"Maintain work-life balance",
"Travel more often"
],
"pain_points": [
"Workplace burnout",
"Limited time for hobbies",
"Inflexible shift schedules"
],
"tech_comfort_level": "medium",
"preferred_channels": ["mobile apps", "email"],
"quote": "I want to help people, but also have time for myself.",
"OCEAN": {
"O": 0.7,
"C": 0.8,
"E": 0.5,
"A": 0.6,
"N": 0.4
}
}
</profile_output>