Skip to main content
Every Web project the build agent produces uses the same stack, and it is fixed rather than selectable.
This is what the agent is instructed to build, not a guarantee of what a given project contains. It is a standing instruction in the agent’s prompt, so a project that was steered elsewhere can differ.

The Stack

The Create Project form states it more briefly, as Made with React, Node.js, and PostgreSQL.
The Create New Project drawer with Web Application selected, showing a single pre-selected Platform Type radio whose label reads Made with React, Node.js, and PostgreSQL.

The stack is stated on the Create Project form. It is a description, not a choice; Web projects have one option.

Two Project Versions

Projects carry a prompt version that changes the architecture the agent builds. New projects are created at version 2. Version 1 projects continue to work and are not migrated.

Conventions the Agent Follows

Version 2 Project Layout

Version 2 projects add an nginx/ directory containing a production reverse-proxy configuration and its own Dockerfile based on nginx:alpine. Every service in docker-compose.yaml follows a fixed port-exposure pattern, and the gateway and database are the services that expose ports externally.

Your Next Step

The stack is fixed, but what the agent does with it is governed by a longer set of rules.

See how the agent works

Its tools, its operating rules, and the limits it works within.

Inspect the generated code

Browsing the codebase and querying the database.