When you open Manusly for the first time, the home page shows your project library. From here you create new books, open existing projects, or import a .manusly file.
What you will learn
- Starting in the online editor
- Creating your first book project
- Where your data is stored
- Optional desktop app
Online editor (recommended)
- Open the online editor — no install required.
- Create a free account or sign in.
- Create a new book and start writing.
Desktop app (optional)
- Download the Windows (
.exe) or macOS (.dmg) installer from the Download page. - Complete the setup wizard. On Windows, if SmartScreen appears, choose More info → Run anyway (unsigned build).
- On macOS, on first launch use Right-click → Open to approve Gatekeeper.
- Launch Manusly — the home page opens.
Create your first book
Location: Home page → top right: + New Book
- Click the + New Book button.
- Fill in the Title and Author fields.
- Choose a book type (Novel, Non-Fiction, Children’s Book, Illustrated Book, General Ebook). See Book types for details.
- Create — the project opens and you are taken to the appropriate starting screen.
Auto-save
Text and setting changes are saved automatically after about 3 seconds. You can watch save status in the top bar.
Open an existing project
- Home page → Your Books — click the book title on a card.
- Open .manusly — imports a portable project file.
- From the project card menu: Duplicate or Delete.
Where is data stored?
All projects live in a local SQLite database; images are in a separate folder:
| Item | Windows | macOS |
|---|---|---|
| Database | %APPDATA%\manusly\manusly.db | ~/Library/Application Support/manusly/manusly.db |
| Images | %APPDATA%\manusly\assets\<project-id>\ | ~/Library/Application Support/manusly/assets/<project-id>/ |
| Backups | %APPDATA%\manusly\backups\<project-id>\ | Same structure |
Cloud backup is optional — see Cloud backup.
System requirements
- Windows 10 or later / macOS 12+
- At least 4 GB RAM
- ~200 MB disk (projects and images use additional space)
- Internet: optional
Next steps