# save the YAML below as app.yaml in a new folder
digitorn install ./react-builderThis is a local install: the folder you create is the source. No Hub package to publish first.
Click each one for the credential setup command, scope guidance, and provider details.
1schema_version: 223app:4 app_id: react-builder5 name: "React app builder"6 version: "1.0.0"7 category: "creative"89runtime:10 mode: conversation11 entry_agent: builder1213modules:14 filesystem:15 config:16 workspace: "."1718ui:19 workspace:20 render_mode: react21 entry_file: src/App.tsx22 default_open: true2324agents:25 - id: builder26 modules: [filesystem]27 brain:28 provider: anthropic29 model: claude-sonnet-530 credential: { ref: anthropic_main, scope: per_user, provider: anthropic }31 system_prompt: |32 Build the requested UI as React + TypeScript.33 One file at a time. Type-safe. Use design tokens, not inline styles.34 Decompose into focused components, keep App.tsx small.Engineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.