Persona Create
Build custom user personas with 26 cognitive traits. Model your actual users with real data.
21 Built-in Personas
View all personasHover to pause, click to learn more about each persona.
Power User
GeneralHigh comprehension, low patience, rapid scanning
First Timer
GeneralLow comprehension, high curiosity, methodical
Elderly User
GeneralLow working memory, high reading tendency
Mobile User
GeneralLow patience, high satisficing, touch-focused
Impatient User
GeneralVery low patience, high FOMO
Screen Reader
GeneralHigh persistence, sequential navigation
Motor Tremor
AccessibilityLow risk tolerance, high patience
Low Vision
AccessibilityHigh reading tendency, low change blindness
ADHD
AccessibilityLow working memory, high curiosity, low patience
Dyslexic User
AccessibilityHigh patience, low reading speed
Deaf User
AccessibilityRelies on visual cues, captions
Elderly Low Vision
AccessibilityHigh patience, needs large text
Color Blind
AccessibilityCannot distinguish red/green UI cues
Anxious User
AccessibilityHigh risk aversion, needs reassurance
Confident User
GeneralHigh self-efficacy, quick decisions
Emotional User
AccessibilityHigh emotional contagion, mood-driven
Stoic User
GeneralLow emotional response, methodical
Power User
GeneralHigh comprehension, low patience, rapid scanning
First Timer
GeneralLow comprehension, high curiosity, methodical
Elderly User
GeneralLow working memory, high reading tendency
Mobile User
GeneralLow patience, high satisficing, touch-focused
Impatient User
GeneralVery low patience, high FOMO
Screen Reader
GeneralHigh persistence, sequential navigation
Motor Tremor
AccessibilityLow risk tolerance, high patience
Low Vision
AccessibilityHigh reading tendency, low change blindness
ADHD
AccessibilityLow working memory, high curiosity, low patience
Dyslexic User
AccessibilityHigh patience, low reading speed
Deaf User
AccessibilityRelies on visual cues, captions
Elderly Low Vision
AccessibilityHigh patience, needs large text
Color Blind
AccessibilityCannot distinguish red/green UI cues
Anxious User
AccessibilityHigh risk aversion, needs reassurance
Confident User
GeneralHigh self-efficacy, quick decisions
Emotional User
AccessibilityHigh emotional contagion, mood-driven
Stoic User
GeneralLow emotional response, methodical
26 Cognitive Traits
View all traitsEach persona uses a mix of these research-backed cognitive traits. Click any trait to learn more.
patience0-1How long they wait for results
comprehension0-1How well they understand UI patterns
workingMemory0-1How much they can track at once
curiosity0-1How much they explore beyond the task
persistence0-1How often they retry after failures
riskTolerance0-1How willing they are to try new things
satisficing0-1Whether they accept "good enough" or keep looking
resilience0-1How fast they recover from setbacks
10 Motivational Values
Values frameworkTraits describe HOW users behave. Values describe WHO they are. Based on Schwartz's Theory of Basic Human Values (1992, 2012).
Independent thought, creativity, freedom
Excitement, novelty, challenge
Pleasure, sensuous gratification
Personal success through competence
Social status, prestige, control
Safety, harmony, stability
Restraint, following social norms
Respect for customs, heritage
Welfare of close others
Tolerance, social justice, environment
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Required | Unique persona identifier |
traits | object | Required | Key-value pairs of trait names and values (0-1) |
description | string | Optional | Human-readable persona description |
based_on | string | Optional | Preset persona to extend |
Example Output
{
"persona": {
"name": "budget-conscious-parent",
"description": "Parent shopping for kids while managing budget",
"traits": {
"patience": 0.4,
"comprehension": 0.7,
"workingMemory": 0.5,
"curiosity": 0.3,
"persistence": 0.5,
"riskTolerance": 0.2,
"satisficing": 0.8,
"resilience": 0.5,
"trustCalibration": 0.6,
"socialProofSensitivity": 0.8,
"fomo": 0.4,
"anchoringBias": 0.6
},
"behavior_predictions": {
"avg_time_on_task": "45 seconds",
"abandonment_threshold": "3 friction points",
"decision_style": "comparison shopping",
"trust_signals_needed": ["reviews", "price match"]
}
},
"usage": "npx cbrowser cognitive-journey --persona budget-conscious-parent"
}Build personas that match your users
Start with presets or create custom personas based on real user research.