> ## 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.

# Mauvely

> Mauvely is a suite of tools for people who build courses: authoring and SCORM export, screen capture, encrypted storage, and offline dictation.

Mauvely is a small suite of tools for people who build training material. Each app does one job
well, and hands off cleanly to the next.

<CardGroup cols={2}>
  <Card title="Compose" icon="pen-nib" href="/compose/overview">
    Author interactive courses and export them as SCORM or standalone HTML5. Windows and Linux.
  </Card>

  <Card title="Snap" icon="camera" href="/snap/overview">
    Screenshots and a capture library that is an ordinary folder. In development.
  </Card>

  <Card title="Cloud" icon="cloud" href="/cloud/overview">
    Encrypted file storage in your browser, shared workspaces for your team, and hosting for the courses you publish. Mauvely stores files it cannot read.
  </Card>

  <Card title="Sotto" icon="microphone" href="/sotto/overview">
    Voice dictation that runs entirely on your own machine. Linux.
  </Card>
</CardGroup>

## Start here

<CardGroup cols={2}>
  <Card title="What is Mauvely?" icon="circle-question" href="/get-started/what-is-mauvely">
    How the apps fit together, and which one you actually need.
  </Card>

  <Card title="Install" icon="download" href="/get-started/installation">
    What is available today, on which platform, and where to get it.
  </Card>

  <Card title="Your Mauvely account" icon="user" href="/get-started/accounts">
    What an account is for, and what works without one.
  </Card>

  <Card title="Build your first course" icon="graduation-cap" href="/get-started/your-first-course">
    From an empty course to a SCORM package your LMS accepts.
  </Card>
</CardGroup>

## What runs where

| App         | Platforms                                         | Status                                |
| ----------- | ------------------------------------------------- | ------------------------------------- |
| **Compose** | Windows, Linux                                    | Available                             |
| **Cloud**   | Any modern browser                                | Available                             |
| **Sotto**   | Linux (Wayland; KDE Plasma targeted first)        | Early v1                              |
| **Snap**    | Windows (Linux builds exist for development only) | In development — not yet downloadable |
| **Review**  | —                                                 | [Planned](/suite/review)              |

<Note>
  There is no macOS build of any Mauvely desktop app, and no mobile app. Mauvely Cloud works in a
  mobile browser and its layout adapts, but it is a web app rather than a native one.
</Note>

## The usual path through the suite

<Steps>
  <Step title="Author in Compose">
    Create a course, add lessons, and fill each lesson with blocks — text, media, quizzes, drag and
    drop, flashcards, branching scenarios, or your own HTML, CSS and JavaScript.
  </Step>

  <Step title="Design it once">
    Pick a theme preset in the **Design** tab, or set your own colours, logo and typefaces. Save it
    as a preset so every course you build looks the same.
  </Step>

  <Step title="Preview as a learner">
    The preview is the real exported course running inside the editor, so what you see is what your
    learners get. Check it at desktop, tablet and mobile widths.
  </Step>

  <Step title="Export">
    SCORM 2004, SCORM 1.2, or standalone HTML5 that runs from any web server — or straight from a
    folder on disk.
  </Step>
</Steps>

Alongside that, **Cloud** keeps files somewhere safe and shareable, and **Sotto** writes down what
you say, so narration scripts and lesson copy do not have to be typed.
