For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Primary navigation
← All WebMCP apps

Codex Modeling Studio

Author: OpenAI

A web-native 3D modeling suite designed for Codex.

Codex Modeling Studio app screenshot

Description

Build and refine 3D scenes alongside Codex. Watch changes as they happen, steer the work, and inspect the scene independently.

How it uses WebMCP

Codex can inspect a scene, change its geometry, and refine textures through WebMCP. You can watch each edit in the 3D viewport and steer the next change while working on the same scene.

Site tools

Build notes

Initial prompt

Plan and implement a browser-based 3D modeling studio that Codex can operate through WebMCP. Give it tools for creating and editing models, composing basic scenes, applying materials, and rendering polished individual assets.
The studio should run in the browser without a built-in application server. Design it primarily for Codex to create, inspect, and refine models through tools, with a clean interface that lets the user follow along.
Prioritize the model viewport over a dense manual-editing dashboard. Deploy it as a hosted website.

Iterations

  1. Started with a WebAssembly and WebGPU client.

  2. Added tools, then had Codex use them to find limitations.

  3. Repeated that loop to improve the tools' expressiveness and latency.

  4. Final step

    Added a feedback tool backed by the Sites database.

Related projects