to move
Young Writers Club · Lesson 2

What is an
EPUB?

You planned your book in Lesson 1. Now meet the file that turns your words into a real e-book — one that works on Kindles, phones, and tablets everywhere. It's simpler than you think, and a little bit magic.

spoiler · an epub is secretly a tiny website in a costume
00 The one idea

An EPUB is a liquid book.

A paper book has fixed pages — the words can never move. An EPUB is different: the words flow like water to fit whatever screen they're poured into.

Say it fancy

Grown-ups call this "reflowable text". You can just say: my book is liquid. 💧

01 Three ways a book can travel

Paper, PDF, EPUB — what's the difference?

📕
Paper
Real and lovely to hold. But heavy, and one copy = one reader.
📷
PDF
A photo of your book. Looks the same everywhere — but it can't stretch or shrink. Squished on phones.
💧
EPUB
The book itself, alive. Reflows on every screen, dark mode, resizable letters. This is what e-readers speak.
When to use which

PDF is great for a picture book you'll print (Lesson 1!). EPUB is best when your book is mostly words — chapter books, stories, novels.

02 X-ray vision

An EPUB is secretly a ZIP folder.

Here's the magic trick: rename my-book.epub to my-book.zip, unzip it, and look inside. It's just a tiny website wearing a book costume:

my-book.epub  ← secretly a .zip!
├── mimetype              ← shouts "I am a book!"
├── META-INF/
│   └── container.xml     ← the "start here" sign
└── EPUB/
    ├── package.opf       ← the passport (title + author = YOU)
    ├── nav.xhtml         ← the table-of-contents map
    ├── chapter1.xhtml    ← your words, as a webpage
    └── cover.jpg         ← your art
Try it — with a grown-up, download any free EPUB, rename it to .zip, and go exploring. You're now a book detective. 🔍
03 Why this is perfect for you

Your plan is already halfway there.

Remember the Markdown file from your Lesson 1 planner? Markdown turns into EPUB almost by itself.

Avoid — thinking e-books are "not real books". Same story, same author (you), lighter backpack.
04 How to make one

Three free ways (grab a grown-up).

$ pandoc my-book.md -o my-book.epub
Then what?

Amazon KDP, Kobo, and Apple Books all accept your EPUB file directly. That's the "doorbell" step from Lesson 1 — and now you know exactly what you're handing them.

05 The passport

Every book carries its own ID card.

Inside the EPUB is a little file called the package — like a passport. Librarians and bookstores read it before anything else. It must say:

Avoid — leaving the title as "Untitled" or the author as "Unknown". Thousands of real e-books make this mistake. Not yours.
06 Test like a pro

Open it before you send it.

Real authors always check their EPUB the way readers will see it. Open yours in Apple Books, Calibre, or the Kobo/Kindle app and check:

Pro fact — EPUBs don't have page numbers! The words reflow, so "page 10" on a phone isn't "page 10" on a tablet. E-readers use locations and percent read instead.
07 Author facts

Three things real authors know.

Say it fancy

"My work is protected by copyright, distributed as an open-standard EPUB." Watch the grown-ups blink. 😎

The magic machine

Make a real EPUB right now.

Not pretend — real. Type below, press the button, and this page builds an actual EPUB file that opens in Apple Books, Calibre, or any e-reader. Your first e-book, in about a minute.

Made it! Check your downloads → open it in an e-reader
What just happened?

The page wrote your passport, your contents map, and your chapter webpage — then zipped them into a real .epub. Exactly the X-ray picture from slide 4, built from your words.

Before you convert

The E-Book Checklist.

A whole book, lighter than a feather.

Missed the planning steps? Go back to Lesson 1 · How to Make a Real Book.