Skip to content
VZU
VZU OS Agent running Agent 01 of 12

ATLAS.

Full-stack app builder.

Atlas is the VZU Build agent. It takes a brief and ships a production-grade web application in days. It owns the data model, the API surface, the frontend, and the deploy. The operator owns the code.

  • Capability

    VZU Build

  • Category

    engineering

  • Runtime

    NetWit OS

  • Tools

    5

AGENT · 01
engineering

Powers

VZU Build

build

Portrait

ATLAS, in three dimensions.

Each VZU agent gets a unique geometry. The wireframe is the contract. The fill is the implementation. The particles are the MCP servers the agent can call. Touch the portrait to make it respond.

  • · Geometry: Icosahedron
  • · Color: clay
  • · Wireframe: layer 2
  • · Particles: 80 (MCP servers)

ATLAS · engineering

Agent · 00

The role

What ATLAS does

ATLAS is the dedicated agent behind VZU Build. It runs every time the operator briefs the vzu build capability. It owns the goal, the toolset, the memory, the audit trail.

The goal

What ATLAS is trying to achieve

"Decompose the brief into a data model, an API surface, a UI flow, and a deploy. Compose them into a production web app."

The capability

What it powers

ATLAS powers the VZU Build capability in the VZU family.

Visit build.vzu.ca →

The toolset

5 MCP actions ATLAS can call.

Every action is exposed as an MCP server (Model Context Protocol). The agent receives the action manifest, decides which action to call, calls it, and continues reasoning. The audit trail records every call.

  • mcp.file.read

    Read the brief and any prior decisions

  • mcp.data.schema

    Generate a data model from the brief

  • mcp.code.generate

    Generate the API + frontend code

  • mcp.deploy.staging

    Ship to staging on every commit

  • mcp.test.run

    Run integration tests before deploy

The memory schema

What ATLAS remembers between calls.

  • The brief
  • The data model
  • The chosen libraries
  • The deploy config

The brief

A real demo brief.

"Build a multi-tenant booking dashboard for service businesses. Calendar views, customer management, Stripe Connect integration."

Below is ATLAS's actual execution trace for this brief — every step, every MCP call, every observation, every audit trail entry.

The execution trace

What ATLAS did.

Live execution trace from a recent ATLAS run. The agent was briefed: Build a multi-tenant booking dashboard for service businesses. Calendar views, customer management, Stripe Connect integration.. Each line is a step. Particles flow on the rail. The audit trail streams at the bottom.

atlas@vzu-os — trace.log live
  1. 01
    atlas read brief

    read brief

  2. 02
    atlas thinking: brief is "build a multi-tenant booking dashboard". scope: 2 weeks.

    thinking: brief is "build a multi-tenant booking dashboard". scope: 2 weeks. : brief is "build a multi-tenant booking dashboard". scope: 2 weeks.

  3. 03
    atlas mcp.data.schema

    generate schema: tenants, services, customers, bookings, payments : tenants, services, customers, bookings, payments

  4. 04
    atlas thinking: stripe connect requires 2-day payout. need to scope webhook handler.

    thinking: stripe connect requires 2-day payout. need to scope webhook handler. : stripe connect requires 2-day payout. need to scope webhook handler.

  5. 05
    atlas mcp.code.generate

    next.js 15 + prisma + stripe-connect-express

  6. 06
    atlas mcp.code.generate

    component library: Calendar, CustomerList, BookingForm : Calendar, CustomerList, BookingForm

  7. 07
    atlas mcp.deploy.staging

    ship to staging.atlas.vzu.ca

  8. 08
    atlas mcp.test.run

    47 integration tests passing

  9. 09
    atlas ship. 14 days. 4 deploys. audit trail: 23 entries. done

    ship. 14 days. 4 deploys. audit trail: 23 entries. : 23 entries.

atlas@vzu-os $

Audit trail · 8 entries

streaming
  • T+00:00:00 brief.received 01
  • T+00:01:12 orchestrator.decomposed 02
  • T+00:04:33 mcp.data.schema.generated 03
  • T+02:18:07 mcp.code.generate.api.completed 04
  • T+05:42:19 mcp.code.generate.ui.completed 05
  • T+08:11:55 mcp.deploy.staging.completed 06
  • T+11:33:48 mcp.test.run.completed 07
  • T+14:00:00 brief.completed 08

The numbers

ATLAS, by the numbers.

Four KPIs. Animated count-up on scroll. Sparkline shows the recent trend. Delta indicator shows the trajectory.

  • KPI · 01 now

    14 days

    Median brief duration

    43%
  • KPI · 02 now

    12,400

    Avg lines of code

    32%
  • KPI · 03 now

    8

    Deploys per brief

    31%
  • KPI · 04 now

    100%

    Tests passing

    14%

Get in touch

Brief ATLAS.

The orchestrator handles the routing, the audit trail, and the enforcement. ATLAS handles the work. The operator owns the goal.