Skip to content
← Back to Articles
Technology

EPUB Studio: Format Your Novel for Kindle Without Leaving the Browser

We built a free EPUB 3 creator that runs entirely in your browser — chapters, typography, drop caps, covers with KDP checks, and a Kindle-style live preview. Nothing uploads, nothing to install.

Paperskeep
Paperskeep
Jul 31, 2026 · 6 min read

You finish the manuscript. Then comes the part nobody warns you about: turning it into a file a Kindle will accept without mangling your chapter breaks.

The usual paths are all a little grim. Uploading a Word document to KDP and hoping the converter behaves is a coin flip — indents drift, page breaks vanish, and a stray style from three drafts ago turns chapter four into a subheading. Calibre will get you there but expects you to think like a librarian. The genuinely good desktop apps are paid, and the best-known one is Mac-only. None of that has anything to do with writing.

So we built EPUB Studio: a free, browser-based EPUB 3 creator aimed squarely at novelists publishing through Kindle Direct Publishing. Open the page and it is already running. There is no account, no install, and no upload — your manuscript never leaves your machine.

Three panes, no ceremony

The workspace is split the way you'd want it split. Chapters and settings on the left, a distraction-free editor in the middle, and a mocked e-reader on the right showing the current chapter as it will actually be typeset. Drag the dividers to give whichever pane needs the room.

The preview is not decorative. Change the body font, the alignment, the size, the chapter-title spacing or the drop cap, and it re-renders immediately on warm paper stock. What you're looking at is what lands on the device.

Writing, not wrestling with styles

The editor takes plain text with a small set of markers, so your manuscript stays readable even in the raw. Every marker has a toolbar button, and you can type them directly if you'd rather keep your hands still:

  • **bold** and *italic*, plus ~~strikethrough~~
  • # Heading and ## Subheading for sections inside a chapter
  • > quoted line for epigraphs, letters and telegrams
  • [center]…[/center] for centered, non-indented passages
  • [scenebreak] for the centered * * * ornament that marks a time skip
  • [pagebreak] for a real page break in the finished book
  • ![caption](img:ID) for an inline image with an optional italic caption

A blank line starts a new paragraph. That is the whole language.

One detail we were stubborn about: undo still works. Toolbar insertions go through the browser's native text-editing history rather than rewriting the field behind your back, so Ctrl+Z walks back through your own typing exactly as it should. It is the kind of thing you only notice when it's broken, and it is broken in a lot of web editors.

Chapters that behave like chapters

Add, rename, reorder and delete chapters from the sidebar. Each one becomes its own document inside the ebook, which is why every chapter reliably starts on a fresh page instead of running on from the last paragraph of the one before.

The chapter list is also your table of contents. It is written into the book twice — as EPUB 3 navigation and as a classic NCX file — so older readers and Kindle's own pipeline both find it.

Typography you can actually control

Body text gets the settings that matter and none of the ones that don't:

  • Font — a serif face for fiction, or a sans stack
  • Alignment — justified, left-ragged or centered
  • Base size — four steps, written in relative units so they scale with the reader's own font setting rather than fighting it
  • Drop cap — per chapter, on the opening letter

Chapter titles get their own panel, because that is where most self-published books quietly give themselves away. You can set the space above and below the title with sliders, then choose its size, alignment, font, weight, letter case (including small caps), letter spacing, and whether a hairline rule sits underneath. There's a reset if you tune yourself into a corner.

It applies across the whole book on purpose. Chapter headings that drift in size or spacing read as a formatting error, and it's the first thing a careful reader notices.

Covers, with the KDP maths done for you

Drop in a cover and the tool measures it, shows you the pixel dimensions, and tells you if it will cause trouble: under 1000 pixels tall, or off Kindle's recommended 1:1.6 ratio. The warnings are advisory — you can always export anyway — but they catch the mistake at the point where it's cheap to fix rather than after a rejected upload.

Behind the scenes the cover is wired up properly: declared the modern EPUB 3 way and in the legacy form Kindle still reads, wrapped so it scales to any screen without distortion, and registered as the book's first page. Skip the cover entirely and the file comes out clean, with no dangling references.

Your work survives a refresh

Everything you do is saved to your own browser as you type, so a stray reload or an accidentally closed tab costs you nothing — reopen the page and your chapters, settings and cover are where you left them. The saved copy clears itself once you export, since the book now exists as a file on your disk, and there's a Start a new book button when you want a clean slate.

It is worth being precise about what that means, because "saved" usually implies a server. This doesn't. The draft lives in local storage on the machine you're working on and is never transmitted anywhere. The flip side of that promise: it persists on that computer, so it's not the place to draft something sensitive on a shared machine.

Nothing you write is uploaded, stored in an account, or logged. The ebook is assembled in your browser and handed straight to your downloads folder.

What it deliberately isn't

It won't import a DOCX or an existing EPUB — you write in it, or paste plain text into it and re-apply formatting with the toolbar. There's no AI writing assistant, no cloud sync, and no accounts. On a phone the three panes stack and stay usable, but it's built for a desktop screen and a real keyboard.

Those are choices, not a roadmap. A tool that does one job without asking you to sign up for anything is worth more to us than one that does nine.


Give it a run

Open EPUB Studio and it starts on a demo chapter, so you can feel how the markup and the preview work before you paste in anything of your own. Set your metadata, style the chapter titles, add a cover, and press Export.

One piece of advice we'd give about any ebook, made with any tool: open the finished file in Apple Books, Calibre or another reader before you upload it. Check that the cover appears, the table of contents lists every chapter, and your page breaks fall where you meant them to. It takes two minutes and it is the difference between a book that looks self-published and one that just looks published.

Enjoyed this piece?

Get the next one in your inbox, every other Friday.

More from Paperskeep