EPUB export tools for self-publishers, 2026
2026's usable EPUB export tools, grouped by workflow type, with notes on retailer hand-off and a separate look at the technical-minded options.
2026 EPUB export tools for self-publishers: from writing straight to retail
EPUB is unavoidable for self-publishers. Whether your target retailer is KDP, Apple Books, Kobo Writing Life, Google Play Books, or an aggregator higher up the stack like Draft2Digital or IngramSpark, a clean EPUB 3 with complete metadata that passes EPUBCheck is the largest common denominator across those platforms. It determines whether your book displays properly on different reading devices, whether it can be searched, whether it stays readable at different font sizes.

But “export an EPUB” has become far more complicated than the act itself by 2026. The tools roughly split into three groups: write-and-typeset tools that fold writing and EPUB layout into one application; converter tools that take a finished file and convert it to EPUB; and technical-minded tools for authors willing to handle the details themselves — these require some command-line or XML literacy but give enormous flexibility, and are a core part of the workflow for many indie technical authors and small publishers. This shortlist is organized along those three groups, with a few tools worth seriously evaluating in each, along with their coverage and limits.
We do not score and we do not crown a “best” — every author’s workflow is different, and the steadiest tool is the one that lines up with yours. The selections lean toward solutions still being actively maintained in 2026 and with real users visible in both the Chinese-language and English-language self-publishing communities.
Write-and-typeset: one app from writing to EPUB
These tools share one thing: you do writing and typesetting in the same application and export a retail-ready EPUB at the end. For “one author owning the whole pipeline”, that integration removes the overhead of moving between a writing tool and a typesetting tool.
Vellum Vellum has near-religious status in the English self-publishing community. Its design philosophy is to compress all typesetting decisions into a small set of carefully polished presets — you import the manuscript, pick a Style, and the EPUB you export looks equally crafted on Kindle, Apple Books, and Kobo. It is not a “feature-rich” tool but a “few decisions, good result” tool, and that restraint is itself its biggest strength.
Its limits are equally clear: macOS only, on the pricey side ($199.99 ebook package / $249.99 ebook + print package, perpetual), and no CJK vertical layout or ruby annotation. For English-speaking Mac users, Vellum barely faces competition; for Windows / Linux users or CJK authors, it is out of the conversation from the start.
Atticus Atticus folds writing and EPUB layout into a web-native application. You can log in from any browser-equipped device and pick up where you left off, with cloud autosave and a theme builder for chapter styles and front-matter looks. For English fiction and general non-fiction it is more than capable on the EPUB side, with extras for self-publishers like goal tracking and writing-habit aids. One-time purchase $147.
Limits: web-native means the data lives in the cloud, and no CMYK print color space, no CJK vertical layout, no ruby. For a pure ebook workflow or English indie work these may not matter at all; for projects that need print-grade control or East Asian language work, weigh the trade-off.
Ulysses Ulysses is a Markdown writing tool on Mac and iOS, with export support for EPUB and PDF. Its identity is “pure writing” — focused on the words, a minimal interface, smooth iCloud sync. The EPUB output is sufficient for general fiction and non-fiction, but it has no print-grade layout control and does not cover CJK vertical layout. Subscription $5.99/month or $49.99/year (or via a Setapp subscription).
If you already live long-term in the Apple ecosystem and treat “write and ship the EPUB” as the main workflow, Ulysses is a lightweight option.
Converters: take a finished file and turn it into EPUB
These tools do not participate in writing — they take Word, Markdown, HTML, or other source files and convert them to EPUB. The value is “flexible and controllable”: you can write in whichever environment you like best and hand off conversion to a tool built for it.
Draft2Digital
Draft2Digital is an aggregator-and-distribution platform, but the EPUB converter alone is worth its weight. Upload a .docx, it generates an EPUB and a preview, and from there you can distribute to Apple Books, Kobo, Barnes & Noble, and others — or simply download the EPUB and use it elsewhere. For English fiction and general non-fiction its output is reliable on both format correctness and retailer compatibility.
Limits: style customization on the converter is limited, and CJK support is not cutting-edge — excellent for English work, not the right pick for CJK projects.
Reedsy Book Editor Reedsy offers a free web editor that takes you all the way from writing to EPUB / PDF export in the browser. It is the entry point to the broader Reedsy self-publishing service ecosystem (editing, design, marketing services on the same platform), and the barrier to entry is very low for English self-publishers starting out. But the feature set is restrained — not the right fit for complex projects.
Technical-minded: for authors willing to invest in detail
These tools share a steeper learning curve, but once you have learned them the flexibility and control go far beyond what the all-in-one tools offer. They suit authors willing to invest time so that every detail is their decision, or indie technical authors already at home on the command line / in XML.
Calibre Calibre is open source, free, and three-platform native — an ebook management and conversion tool. Its core power is converting nearly any source format (Word, Markdown, HTML, PDF, Mobi, etc.) to nearly any target format (EPUB 2/3, AZW3, PDF, etc.). For authors who already have a finished file and just need to batch-convert or customize metadata, Calibre is the easiest entry in this category.
Limits: Calibre’s built-in editor (Edit Book) is fully featured but visually engineer-leaning, with some friction for authors without HTML background. For “take a .docx to EPUB, update metadata, do light style tweaks”, Calibre is a very practical free tool.
Sigil Sigil is an open-source, free EPUB editor — three-platform native. It edits the XHTML and CSS inside an EPUB directly, with deeper EPUB 3 support than Calibre. Many authors who polish EPUB internals, adjust ToC structure, or chase down EPUBCheck warnings reach for Sigil.
Limits: Sigil assumes a working understanding of HTML / CSS / EPUB internals. It is not a “start from writing” tool — it is a “take an existing EPUB and refine it precisely” tool.
Pandoc Pandoc is the command-line “universal document converter” — open source, cross-platform, capable of converting between almost any pair of formats. Many indie technical authors drop Pandoc into a Makefile or CI pipeline and one-command-generate EPUB, HTML, LaTeX, PDF, and more from a Markdown source.
Limits: Pandoc is a command-line tool, no GUI. For authors comfortable on the command line and with LaTeX, Pandoc offers unmatched flexibility; for others, the learning curve is steep.
Catalpas Atelier Scribe: bring EPUB export back into the writing environment
A pattern emerges from the above categories: authors either accept “writing + typesetting in two separate tools” (Word/Scrivener + Calibre/Sigil/Pandoc), or pick an all-in-one but accept its platform or language limits (Vellum is Mac-only, Atticus does not cover CJK). Catalpas Atelier Scribe answers that combination problem — Markdown writing, live preview, and EPUB export folded into a single three-platform-native application.
EPUB 3 export (Plus and up) Plus and Pro provide EPUB 3 export with complete publication metadata (title, author, ISBN, copyright page, ToC structure, cover image). The exported EPUB passes EPUBCheck and uploads directly to KDP, Apple Books, Kobo Writing Life, and other main retailers. For CJK projects, every tier supports vertical layout; Pro adds ruby annotation that flows through to ebook export.
Markdown source, plain text and portable
Scribe’s source is .md files in a folder — meaning even if you later move to a Pandoc command-line pipeline, the source remains fully usable. That “the source format is not locked to the tool” choice is itself a long-term insurance policy.
Three-platform native + local-first Native clients on Windows, macOS, and Linux, with files stored locally by default. Cloud sync (Google Drive, etc.) is optional, not enforced.
Pro early-bird $79.99/year Free covers complete basic writing and image export; Plus unlocks EPUB and grayscale/RGB PDF; Pro adds CMYK, ICC, custom print masters, ruby annotation, and other professional capabilities. Pro early-bird $79.99/year, standard $129.99/year.
How to choose an EPUB export tool in 2026
Choosing an EPUB tool is, at its core, choosing where to spend your time.
If you plan to split writing and typesetting across two tools and your finished file is .docx or Markdown, Calibre is the almost-no-hesitation free starting point — it handles 80% of routine EPUB exports, and pairing it with Sigil for final polish gives you a fully free open-source chain. Pandoc suits authors ready to take automation further and comfortable with the command line.
If you are already in the macOS ecosystem, writing English fiction, and want “import the manuscript → ship a polished EPUB” to take as little thought as possible, Vellum remains the steadiest one-time investment in the indie publishing world. The limits are explicit, but within its coverage it is nearly flawless.
If you value cloud convenience, cross-device continuity, and want writing and EPUB layout together in a single web app, Atticus is the most complete “writing + typesetting all-in-one” answer outside the Apple ecosystem, and it suits collaborative scenarios.
If your project involves Chinese or Japanese (especially vertical layout or ruby), neither Vellum nor Atticus is in the running; the technical-minded path (Pandoc + a hand-written CSS template) is possible but high-effort. Among all-in-one tools, Scribe is one of the few solutions in 2026 covering three-platform native, CJK vertical layout, EPUB 3, and print PDF all at once.
The best EPUB tool is the one that lines up with your writing environment — the one that lets “exporting an EPUB” recede into the background so your attention stays on the story. Start from the source format you use most, try a tool or two, and see which one settles into your rhythm.
Further reading:
- Typesetting software worth using for small publishers, 2026
- One manuscript, both EPUB and print PDF: an indie author’s single-file workflow
- Atticus vs Catalpas Atelier Scribe: web-native vs local-first
- Scribe yearly roundup hub: pick 2026‘s writing and typesetting tools by scenario
Try the same workflow in Scribe — start Free, lock the Pro early-bird while it lasts →