> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wpos.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Builders Table — the sprint sheet

> Built live by an AI agent from one prompt — 8 parts in 24 minutes, filmed end to end.

Builders Table is a 24-hour build sprint in Cape Town: 100 builders, 20 teams, one prototype each, mentors on the floor all night.

The BT—26 edition runs the event as a numbered **sprint run sheet**: PT.01 through PT.07 with an index rail, ink black and acid green, the schedule as a clock strip, and the apply form as the final part.

**One prompt. 8 sections. 24 minutes of agent time.** Every save in
the film hot-reloads the real WordPress page and re-runs the verification gates
at 1200, 1920, and 390 px. The AGENT TIME chip shows true elapsed time through
the timelapse.

<video controls muted playsInline className="w-full rounded-xl" src="https://mintcdn.com/wpos/SJvQl-i8LbIDDJtq/videos/ultra/examples/bt26.mp4?fit=max&auto=format&n=SJvQl-i8LbIDDJtq&q=85&s=07f7af780ed2f6cbde489e79a116ebf3" data-path="videos/ultra/examples/bt26.mp4" />

This was the first film in the series, on the original rig — no editor segment yet, but it has something the others don't: after shipping, a second prompt makes a live tweak on camera.

## The finished page

Both frames scroll — the full page at desktop 1440 px and mobile 390 px.

<div style={{display:'flex', gap:'16px', alignItems:'flex-start'}}>
  <div style={{flex:'1 1 0', minWidth:0, height:'620px', overflowY:'auto', borderRadius:'12px', border:'1px solid rgba(128,128,128,.3)'}}>
    <img src="https://mintcdn.com/wpos/SJvQl-i8LbIDDJtq/images/ultra/examples/bt26-desktop.jpg?fit=max&auto=format&n=SJvQl-i8LbIDDJtq&q=85&s=e4b9ca289d6747a6a1b04066a31e3ffb" alt="Builders Table redesign — full desktop page" noZoom style={{width:'100%', display:'block', margin:0}} width="1200" height="4214" data-path="images/ultra/examples/bt26-desktop.jpg" />
  </div>

  <div style={{flex:'0 0 240px', height:'620px', overflowY:'auto', borderRadius:'12px', border:'1px solid rgba(128,128,128,.3)'}}>
    <img src="https://mintcdn.com/wpos/SJvQl-i8LbIDDJtq/images/ultra/examples/bt26-mobile.jpg?fit=max&auto=format&n=SJvQl-i8LbIDDJtq&q=85&s=dd6b854b5a4c3c0eb11e225f709f716d" alt="Builders Table redesign — full mobile page" noZoom style={{width:'100%', display:'block', margin:0}} width="390" height="5692" data-path="images/ultra/examples/bt26-mobile.jpg" />
  </div>
</div>

## How it was built

* The agent followed a written design brief with the section order, the design
  direction above, and the site's real copy and assets staged locally.
* [`exjsx dev --gates`](/ultra/deploy) ran the loop: save → compile → deploy →
  hot reload → [gates](/ultra/verify), a few seconds per save.
* Sections are plain [JSX components](/ultra/components); fonts ship via one
  `@font-face` carrier ([Media and fonts](/ultra/media-and-fonts)).
* The finished page is native Elementor V4.

<Note>
  A design study of the real Builders Table site, rebuilt with its public copy and
  assets to test the toolchain. No affiliation with or endorsement by the
  original brand; the study is not published beyond this documentation.
</Note>
