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

# Cloud overview

> Mauvely Cloud is browser-based storage where files are encrypted before upload. How it works, what it does today, and what is planned.

Mauvely Cloud stores files it cannot read. Encryption happens in your browser before anything is
uploaded, using keys that never reach the server in a form it could use.

Open it at [cloud.mauvely.com](https://cloud.mauvely.com). There is nothing to install.

## The four states

Being signed in and being able to read your files are different things, and Cloud shows both:

| State          | What it means                                                                                            |
| -------------- | -------------------------------------------------------------------------------------------------------- |
| **Signed out** | No session. Sign in at mauvely.com, which owns accounts.                                                 |
| **No vault**   | Signed in, but you have no encryption keys yet. First run.                                               |
| **Locked**     | Your keys exist, but this browser does not hold them. Unlock with your password or your recovery phrase. |
| **Unlocked**   | The app proper.                                                                                          |

The server **cannot** move you from locked to unlocked. It holds no key that could.

## Getting around

| Section            | Contents                                                         |
| ------------------ | ---------------------------------------------------------------- |
| **My files**       | Your folder tree                                                 |
| **Shared with me** | Files and folders other people have shared with you              |
| **Shared by me**   | Everything you have shared, and every link you have created      |
| **Trash**          | Deleted items, until you empty it                                |
| **Encryption**     | Your key details, fingerprint, recovery phrase, and device trust |

A storage meter sits at the bottom of the sidebar.

## What you can do

<CardGroup cols={2}>
  <Card title="Set up your vault" icon="key" href="/cloud/setting-up-your-vault">
    Create your keys and save your 24-word recovery phrase. Do this first.
  </Card>

  <Card title="Upload files" icon="upload" href="/cloud/uploading-files">
    Up to 5 GB per file, encrypted in chunks as they leave your browser.
  </Card>

  <Card title="Organise" icon="folder" href="/cloud/organising-files">
    Folders, renaming, moving, search, previews and the trash.
  </Card>

  <Card title="Version history" icon="clock-rotate-left" href="/cloud/version-history">
    Keep and restore previous versions of a file, on Pro and Max.
  </Card>

  <Card title="Share" icon="share-nodes" href="/cloud/sharing-files">
    With a named person, or by link with a password, an expiry and a download cap.
  </Card>

  <Card title="Workspaces" icon="users" href="/cloud/workspaces">
    A shared drive for a team, with its own storage and its own encrypted chat. Pro and Max.
  </Card>

  <Card title="Security" icon="shield-check" href="/cloud/security">
    The key hierarchy, and exactly what the server can still see.
  </Card>
</CardGroup>

## The trade you are making

Because Mauvely holds no key to your files, **Mauvely cannot get you back into them.** There is no
administrative override and no password reset that recovers data — either would mean a key we
hold, which would make the whole claim false.

Two things open your vault: your password, and your 24-word recovery phrase. Either works, and
neither reveals the other. Lose both and the files are unrecoverable, by construction.

<Warning>
  Write your recovery phrase down and keep it somewhere you would still have it if your laptop were
  stolen. Cloud keeps prompting you until you have confirmed you saved it, because an unconfirmed
  phrase plus a forgotten password is permanently lost data.
</Warning>

## Encryption in one paragraph

Your password is stretched into a key inside your browser and used to unwrap a master key. Every
folder's key is wrapped under its parent's key, and every file's content key under its folder's —
so handing someone a folder key gives them that folder and everything under it, and nothing above
it. File contents are encrypted in 4 MiB chunks; names, MIME types, thumbnails and folder names
are encrypted too.

[The full detail, including what is not protected →](/cloud/security)

## Planned

Designed, but **not built**:

* **Shared team workspaces** with members and roles. Today, sharing is per file or per folder with
  named people or by link.
* **Per-app syncing** from Compose and Snap, so a course or a capture library backs itself up.
* **Native desktop and mobile clients.** The web app is responsive, but a signed native binary is
  also a genuinely stronger security position than browser-delivered encryption.
* **`rclone` compatibility**, which realistically means a local daemon holding your key rather than
  a plain S3 endpoint.

If a feature is not on the pages in this section, it is not there.
