Browse docs
Getting Started
Guides
Explainers
Introduction
What EffortlessAuthor is, the file-first idea behind it, who it's for, and what you can do with it.
EffortlessAuthor is a local, file-first authoring studio for writing Kindle/KDP-ready books. Your manuscript lives as real Markdown files in a transparent project folder, and the app gives you a friendly dashboard, a structured editor, KDP metadata prep, and KDP-aware EPUB export on top of those files.
What EffortlessAuthor is
EffortlessAuthor (working name; the public name isn’t finalized) is a desktop authoring studio that treats your book as a folder of plain files rather than a sealed database. You write in Markdown, organize chapters with a drag-and-drop file tree, preview the result, fill in your KDP metadata, and export a KDP-aware EPUB you can upload to Kindle Direct Publishing.
The app’s tagline sums up the goal: write with clarity, publish with confidence.
The file-first idea
Everything you create is a real file on disk that you can open, back up, version-control, or edit in another tool. A book is just a folder containing:
book.json— your book’s metadata (title, author, KDP fields)content/— your manuscript as Markdown files, grouped into section foldersassets/,sources/,styles/,exports/— images, reference material, custom CSS, and generated EPUBsstyle.md— a private writing style guide (not exported)
Because the project is just files, the app never locks you in. The editor even watches for changes you make outside the app and offers to reload them. For the full breakdown, see project structure.
Who it’s for
EffortlessAuthor is built for authors who want a calm, structured writing environment without giving up control of their work:
- Self-publishers preparing manuscripts for Kindle Direct Publishing
- Series authors managing multiple connected volumes
- Writers who like Markdown and want plain-text files they own
- Anyone who wants a clean editor with live preview and built-in KDP metadata prep
You don’t need to know HTML, EPUB internals, or CSS to get a clean export — but if you do, the files are right there for you.
What you can do
Here’s what the app helps with, end to end:
- Manage a library. Create, sort, and open books from the dashboard, and group related titles into series.
- Write in a structured editor. Use the file-tree sidebar, Markdown editor, and live preview together. See the editor.
- Organize your manuscript. Arrange front matter, chapters, and back matter; reorder by dragging; nest sections. See organizing chapters.
- Prepare KDP metadata. Fill in subtitle, description, keywords, categories, audience, and print specs, then copy them straight into KDP.
- Export a KDP-aware EPUB. The app validates your book and builds an EPUB, surfacing any warnings before you publish.
- Keep version history. The app snapshots your work as you save and before risky operations like reordering.
Where to go next
- Run through the quick start to create and export your first book.
- Learn the project structure so you understand what’s on disk.
- Dig into the guides for creating books, the editor, and organizing chapters.