Pages compose divisions
Each division carries HTML, scoped CSS, JavaScript, metadata, parentage, position, and draft/stable source.
Phoros
Work with accountable agents across your organization
Ledgers, receipts, reporting, and review
Inbox, contacts, follow-ups, and outreach
Products, stock, pricing, and exceptions
Checkout, payments, and sales records
Build and maintain your organization's website
Employee records, pay-run workflows, and review
Keep organizational context, proof, and lessons
Stock, sales records, books, and follow-up
Guests, reservations, stock, suppliers, and daily close
Rent, maintenance, tenants, and documents
The directory of vertical pages
Audit, build, pilot, and prove AI-enabled operations
Understand the primitives, runtime boundaries, and evidence model
Run client work, records, follow-up, and billing in one place
Bring Phoros into client delivery with explicit responsibilities
Compose interfaces, typed business records, server-side operations, agent reaches, human approvals, previews, and stable publication inside one governed application model.
Forward-deployed work fails when the interface, business data, automation, agent context, and publication trail live in separate tools with separate owners.
One governed work record.
Pages, source divisions, typed content, processors, agent reaches, surfaces, draft proof, and stable publication share the same tenant and execution context.
Each primitive has one technical responsibility. Their composition is the platform.
The tenant boundary for domains, globals, pages, processors, content models, people, and publication state.
A page composes addressable divisions. Each division owns markup, scoped presentation, behavior, metadata, and source state.
A typed business record with fields, validation, tenant ownership, and a projection into one or more page surfaces.
A server-side operation that reads and changes authorized business state without moving authority into the browser.
An explicit system or action an agent may use, bounded by the organization, workflow, and human approval design.
Web, desktop, and mobile views share the work record; observable outcomes preserve who did what and what happened.
The browser renders and requests. The server authenticates, scopes, computes, changes records, and returns the outcome. Publication remains a separate reviewed action.
If an effect requires a capability the browser does not own, the effect belongs in a server-side processor or an authorized platform reach, not a client-side workaround.
The architecture is record-native: source, data, operations, permissions, and publication are independently addressable but share one application authority.
Each division carries HTML, scoped CSS, JavaScript, metadata, parentage, position, and draft/stable source.
Fields define the business shape. Records remain tenant-owned and can project into listing and detail surfaces.
A processor receives bounded inputs, acts against authorized systems and records, and returns an explicit outcome.
An agent can use only the systems and actions made reachable for the job, under the workflow's authority design.
{
"page": "refund-review",
"division": "decision-panel",
"source": ["HTML", "scoped CSS", "JavaScript"],
"contentType": "refund-request",
"processor": "review-refund",
"sourceLayer": "draft",
"publication": "review required"
}The interface can change by surface. The tenant, business record, operation, agent context, and receipt remain the same authority.
Technical delivery stays tractable when shape, effect, authority, and publication do not collapse into one script.
A division. It is an addressable part of a page with its own markup, scoped CSS, JavaScript, metadata, position, lineage, draft source, stable source, and version history.
In processors and authorized platform reaches. The browser requests an operation and renders the result; it does not become the authority for tenant scope, identity, payments, private files, or consequential record changes.
Content types define fields and records independently from presentation. A listing or detail page can project that content without making the screen the database schema.
Draft is the working source rendered for review. Stable is the public source written only after the composed page and relevant behavior are verified. A durable commit identity records that publication.
An agent operates through explicit reaches and workflow instructions. It can prepare or act only within the connected systems and authority boundaries, while the application keeps the human approvals and outcomes visible.
Start with the process, records, decisions, systems, and success measure. Then use the platform primitives to compose the smallest governed deployment that can prove the result.
Addressable source · Server-owned effects · Draft proof before stable publication