Why This Page Exists
DPF should be explained from the business outward. A shop owner, clinic scheduler, retail merchandiser, or nonprofit coordinator should first see how the platform helps their kind of business run better. The internal platform machinery matters, but it belongs underneath the work people came to do.
The practical model is:
- Pick a market archetype.
- Get a customer-facing portal and internal workspace that use the right vocabulary.
- Work with purposed AI coworkers for the daily jobs that business actually has.
- Grow the install through governed improvements when the business needs something new.
What An Archetype Controls
An archetype is more than a storefront template. It is the business shape selected for the install.
- Customer portal shape: public sections, item/service templates, booking or enquiry flows, form fields, calls to action, and brandable copy.
- Internal workspace shape: the daily board workers should see first, such as dispatch, appointment readiness, merchandising, or program operations.
- Vocabulary: the words people use in that business. HVAC users see jobs, trucks, parts, techs, and restock; clinics see appointments, forms, patients, practitioners, and follow-ups.
- Coworker emphasis: which AI coworkers should be prominent, which skills they can offer, and which handoffs should appear on the daily board.
- Marketing posture: the offers, proof points, content prompts, and campaign ideas should inherit from the same archetype that shaped the customer portal.
- Contribution applicability: reusable features should be recommended to matching archetypes first, not sprayed across every install.
Implementation source of truth: StorefrontConfig.archetypeId selects the install’s StorefrontArchetype. The archetype catalog lives in packages/storefront-templates/src/archetypes/.
Current Market Coverage
The source catalog currently contains 12 market categories and 45 leaf archetype templates. The public docs should usually describe the categories first, then use leaf archetypes when a concrete example helps.
| Category | Example shape |
|---|---|
| Healthcare and wellness | dental practice, physiotherapy, optician, therapy |
| Beauty and personal care | salon, spa, personal care services |
| Trades and maintenance | facilities maintenance, plumber, electrician, cleaning, landscaping; HVAC is the next targeted leaf |
| Professional services | consultants, agencies, advisors |
| Software platform | software products and SaaS-style businesses |
| Education and training | tutoring, training providers, schools, instructors |
| Pet services | veterinary, grooming, walking, boarding |
| Food and hospitality | restaurants, catering, reservations, events |
| Retail and goods | retail shops, artisan goods, florist-style selling |
| Fitness and recreation | gyms, studios, classes, leagues |
| Nonprofit and community | donations, programs, volunteers, membership |
| HOA and property management | residents, dues, violations, service requests |
The first three persona anchors are:
- Dale, HVAC owner: dispatch, truck stock, technician readiness, customer update exceptions.
- Linda, dental scheduler: appointment readiness, missing forms, reminder follow-up, practitioner load.
- Marisol, retail merchandiser: order tasks, low stock, receiving, returns, location signals.
Coworkers Are The Work Surface
DPF should not feel like a pile of admin modules with a chatbot bolted on. The intended experience is that a small business gets a set of purposed coworkers around the work it already understands.
- The onboarding coworker helps with first-run setup and explains provider, identity, branding, and finance choices in plain language.
- The storefront and marketing coworkers help turn the selected archetype into offers, content, campaigns, and proof assets.
- Operations, finance, compliance, customer, HR, and platform coworkers help with the areas they own.
- Future vertical coworkers should be named by the work they perform: dispatcher, clinic scheduler, merchandising assistant, program coordinator, service desk, or similar.
Every coworker remains governed. User role, agent grants, tool scopes, approval requirements, and audit logging still apply. “Purposed” means the coworker knows the job; it does not mean the coworker gets unbounded authority.
Voice Fits Here
Voice is part of making the coworker surface natural, not a separate product promise.
- Speech-to-text is the default input path for coworker dictation where voice input is enabled.
- Text-to-speech is opt-in enrichment for narrated decision rationales and profile output.
- Persona voice never changes authority. The same approval, confidence, escalation, and audit rules apply whether a rationale is read as text or spoken aloud.
- Real-person voice profiles require explicit consent before training.
See Decision Perspective & Persona Voice for the implementation and governance details.
Build Studio Boundary
Build Studio is the governed self-development surface for changing the platform, but it is not the first thing every small-business user should have to understand. The customer story should lead with archetypes, daily work, and coworkers.
Current truth as of 2026-05-24: Build Studio is being actively hardened. Recent work added plan-review trajectory, design-time decomposition for oversized builds, activity quiescence for safer portal upgrades, and voice playback/follow-up guards. The platform should be honest that complex source changes may still use VS Code in customizable installs while Build Studio continues maturing.
Documentation Rule
When writing user-facing docs:
- Lead with the business archetype and the person doing the work.
- Use the operator’s vocabulary before platform vocabulary.
- Explain AI coworkers as role-bound helpers at the center of the workflow.
- Keep internal architecture, Build Studio mechanics, MCP, schema, and IDs below the fold or in contributor docs.
- Link to persona files for proof and testing, but do not invent customer stories without evidence.