Skip to content
nexisv1.3.3Build with Nexis

Scaffold Studio / v1.3.3 templates

Start with a real project.

Choose the smallest official Nexis template that fits the work. The archive is built in this browser from the published Starter Engine—no project name, source file, or credential is sent to a server.

Build sheet

Make the first commit explain itself.

  1. 01 Name the project safely.
  2. 02 Choose a template boundary.
  3. 03 Download and run the listed commands.
STARTER ENGINEruns on download

Use lowercase letters, numbers, and hyphens. The ZIP file follows this name.

Configure a starter, then generate it locally.

The archive uses the published v1.3.3 Starter Engine. Its manifest pins the coordinated v1.3.3 package set, including Router and SEO. Link remains a semantic anchor first; eligible same-origin visits enhance progressively without a full document reload.

After download

Open the archive. Keep the boundary small.

$ unzip my-nexis-app.zip
$ cd my-nexis-app
$ pnpm install
$ pnpm dev