Skip to main content

Work Process — Who Does What and When

This document outlines how to run Studio in your organization. Since anyone can build apps, you need rules that separate builders from users — otherwise things get messy fast.

Different from the tutorial

The tutorial is "build and deploy one app for the first time." This document is "multiple people building and using apps continuously."


Three roles

RoleResponsibility
adminEnvironment setup, user management, AI provider, deployment targets
builderBuild and deploy apps (default at account creation)
viewerView deployed apps

Create accounts and assign roles in Settings → User ManagementChange initial password.

Don't make everyone a builder

The default is builder, so anyone can build apps if you don't assign roles. As apps grow, nobody knows who built what. Give viewer to people who only view.


Full workflow

Arrows crossing lanes mark handoff points.


1. Deployment — Set these before building

StepTaskOwner
1Install → One-line installadmin
2Change default passwordChange initial passwordadmin
3Connect AI provider + test connectionSettingsadmin
4Lock build standards — stack, layout, dependency lockadmin
5Create accounts and assign rolesadmin
6Pilot app buildbuilder
Settle step 4 first — you'll thank yourself later

If you leave build standards open, different stacks appear in different apps. Turn on dependency lock and enforce layout rules — output stays consistent → Settings (admin).


2. Building apps — From requirement to deployment

StageTaskDeliverable
RequirementsOne screen = one sentence — break it downRequirement statement
CreationStart from home with a sentence → Create app from homeDraft screen
RefinementImprove by talking in Studio → BuilderComplete screen
ReviewRequester views it directlySign-off
DeploymentDeploy drawer → Catalog and sharingApp URL
DistributionGive URL to field
Don't paste passwords or API keys in the chat

Conversation content may be stored in app code. If you need keys, ask admin → Secret management.


3. Operations — Regular tasks

FrequencyTaskOwner
DailyCheck watcher alerts → Watchers and alertsField
WeeklyAI usage and deployment failuresadmin
MonthlyClean up unused apps, backup recovery drilladmin
QuarterlyRotate keys → Change passwords and API keysadmin
If token usage suddenly spikes

Watcher intervals might be too short or "vision self-validation" is on during large builds. Check the Statistics screen first.


4. Build field knowledge

Don't rewrite the same instructions every time. Register repeated rules as skills — they auto-apply to future builds → Field skills.

What to registerExample
Screen conventions"Company logo at top of every screen"
Color rules"Utilization below 80% = red"
TerminologyEquipment abbreviations your field uses

Common trouble spots

SymptomUsual cause
"Too many apps, can't tell them apart"No naming rules + unused apps not deleted
"Every screen looks different"Build standards not enforced
"AI costs jumped suddenly"Watcher intervals too short, vision self-validation left on
"App builder left and we can't fix it"Apps are assets — assign an owner and do handoff
"Deployed fine but field can't open it"App listener port blocked in firewall