# Helix 0.70.0: One frontend scaffold

> `helix init --with-app` now scaffolds a bare Vite and React frontend with plain CSS. The `--raw-ui` and `--no-ui` flags are gone.

- Released: 22 Jul 2026 (2026-07-22)
- Packages: @trayai/helix-cli@0.70.0, @trayai/helix-sdk@0.70.0

## Headline changes

### Removed: `helix init`'s `--raw-ui` and `--no-ui` flags

Scripts passing either flag need updating. `--with-app` now scaffolds a bare Vite and React frontend with plain CSS, and no UI framework is bundled either way, so the choice the two flags existed to make no longer exists.

Docs: https://helix.tray.ai/documentation/guides/frontend/

## Other changes

### Added

- `helix init` scaffolds a `.nvmrc` pinning Node 24.18.0 (docs: https://helix.tray.ai/documentation/getting-started/environment-setup/)

---

Canonical: https://helix.tray.ai/documentation/releases/0700/
This file: https://helix.tray.ai/documentation/releases/0700.md
The full changelog: https://helix.tray.ai/documentation/releases.md
