> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nuon.co/llms.txt
> Use this file to discover all available pages before exploring further.

# 019 - Self-Service Cloud Registration

> Anyone can now sign up for Nuon Cloud

*Sep 30, 2025*

<div className="badge badge--primary">v0.19.649</div>

## Self-Service Cloud Registration

Anyone can now sign up for Nuon Cloud, without needing an invite.

To get started, go to [https://app.nuon.co](https://app.nuon.co) and click "Sign Up".

<img src="https://mintcdn.com/nuoninc/FxsAc30yL7FW7j7s/updates/assets/019-image-1.png?fit=max&auto=format&n=FxsAc30yL7FW7j7s&q=85&s=82181ed3433870826b7dbf5abd0f8b4e" alt="Sign Up" width="2532" height="1714" data-path="updates/assets/019-image-1.png" />

After you sign in, a trial org will be created for you, and you will be sent to our onboarding flow. You can then select
one of our example apps to get started with.

<img src="https://mintcdn.com/nuoninc/GLxDeRgTDea8dV3v/updates/assets/019-image-2.png?fit=max&auto=format&n=GLxDeRgTDea8dV3v&q=85&s=57220e58f897ced4bd271857c4144bb1" alt="Select an App" width="2554" height="1700" data-path="updates/assets/019-image-2.png" />

Once you have an app, you can create an install.

<img src="https://mintcdn.com/nuoninc/GLxDeRgTDea8dV3v/updates/assets/019-image-3.png?fit=max&auto=format&n=GLxDeRgTDea8dV3v&q=85&s=1db5cc6deb069b4f41a72b48bf0c13a7" alt="Select an App" width="2542" height="1712" data-path="updates/assets/019-image-3.png" />

At any point during this process, you can click the "Skip" button to exit the onboarding flow and do your own thing.

## CLI UX Improvements

We have landed a workflow TUI in the `nuon` cli for viewing and approving workflows.

<img src="https://mintcdn.com/nuoninc/GLxDeRgTDea8dV3v/updates/assets/019-image-4.png?fit=max&auto=format&n=GLxDeRgTDea8dV3v&q=85&s=b3aa381f9d497ae96e3b4d864db8d570" alt="Workflow TUI" width="2180" height="1270" data-path="updates/assets/019-image-4.png" />

This feature requires the
`NUON_PREVIEW` to be set to `true` in the environment. You can try it like this:

```bash theme={null}
nuon installs workflows-get -w inwxxxxxxxxxxxxxxxxxxxxxxx
```

This is part of a concerted effort to provide rich functionality directly in the TUI.

## Improved Helm Drift Detection

When you run a plan-only deploy, or are doing a noop deploy with no expected changes to a Helm chart, we will now detect
any resource changes. Previously, the diff functionality only included changes to the chart values or rendered yaml, and
did not account for drift in the cluster.

## Bug Fixes and Improvements

* Fixed a bug where uninstalling a Helm chart could fail because the diff could not be loaded.
* We have rolled out changes to our networking stack in the dashboard to decrease network usage, prevent unexpected
  errors (or hnadle them more gracefully) and also make the application feel more performant.
* We fixed a bug where some endpoints in the UI and some plans would not use the current install's app-config, leading
  to situations where components could not be deleted, or would be incorrectly rendered on the graph.
* Fixed a bug causing new actions to now work for a few seconds after syncing an app config.
* Fixed a bug where some workflows could fail if there were too many steps, too large of plans or were not approved in time.
* Fixed a bug where the install component summary endpoint did not always succeed.
