Create your own demo persona
Instead of picking a ready-made demo student, you can describe your own — Latte generates a matching set of friends, classes, calendar, and chats around your description.
You need to be on the demo persona picker — see Try the demo for how to get there with a Demo access key.
- 🖥 Web
- 📱 Mobile
-
On the persona picker, click Create your own.
-
In Describe your persona, write a few sentences about who they are — what they study, where they live, and what they care about.
Screenshot coming soonThe Describe your persona dialog with a sample description typed in and the Generate persona buttonCapture spec (for maintainers)
{ "id": "web.getting-started.create-a-custom-persona.describe-dialog", "platform": "web", "route": "/sandbox", "actions": [ { "unauthenticated": true }, { "fill": { "testId": "sandbox-key", "value": "${DEMO_ACCESS_KEY}" } }, { "tapOn": { "testId": "sandbox-key-submit" } }, { "tapOn": { "testId": "persona-create-own-button" } } ], "clip": { "testId": "sandbox-create-persona-dialog", "pad": 16 } } -
Click Generate persona.
-
Latte drafts the persona and seeds the sandbox — you'll see it inventing friends, activities, and a calendar. When it finishes, you're dropped into the app as your invented student.
The more specific your description, the better the result. "A second-year medical student in Boston who runs a chamber-music ensemble and is preparing for board exams" gives Latte far more to work with than "a busy student".
-
On the persona picker, tap Create your own.
-
In Describe your persona, describe your student, then tap Generate persona.
Screenshot coming soonThe mobile Describe your persona dialog with a sample description and the Generate persona buttonCapture spec (for maintainers)
{ "id": "mobile.getting-started.create-a-custom-persona.describe-dialog", "platform": "mobile", "route": "/", "actions": [ { "unauthenticated": true }, { "tapOn": { "id": "try-demo-button" } }, { "inputText": { "id": "sandbox-key-input", "text": "${DEMO_ACCESS_KEY}" } }, { "tapOn": { "id": "sandbox-key-submit" } }, { "tapOn": { "id": "persona-create-own-button" } }, { "inputText": { "id": "create-persona-input", "text": "A second-year medical student in Boston who runs a chamber-music ensemble" } } ] } -
Wait for Latte to build the sandbox — it drops you in as soon as it's ready.