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.
- 01 Name the project safely.
- 02 Choose a template boundary.
- 03 Download and run the listed commands.
After download
Open the archive. Keep the boundary small.
$ unzip my-nexis-app.zip
$ cd my-nexis-app
$ pnpm install
$ pnpm dev
$ cd my-nexis-app
$ pnpm install
$ pnpm dev