This project builds clean, Kindle/ereader-friendly EPUB and AZW3 versions of the official documentation for:
All styling is stripped for full compatibility with Kindle and other e-ink devices. The content is fully navigable with TOC, proper chapters, and readable code blocks using default system fonts.
Book | Image 1 | Image 2 | TOC |
---|---|---|---|
Svelte | |||
SvelteKit | |||
Svelte CLI |
Format | Svelte | SvelteKit | svelte-cli |
---|---|---|---|
EPUB | 📘 svelte-docs.epub | 📘 sveltekit-docs.epub | 📘 svelte-cli-docs.epub |
AZW3 | 📗 svelte-docs.azw3 | 📗 sveltekit-docs.azw3 | 📗 svelte-cli-docs.azw3 |
✅ Optimized for Kindle and Kobo
✅ Fully offline
✅ No external dependencies or styling
✅ Lightweight and versioned
ebook-convert
) to generate AZW3 from EPUBebooks/YYYY-MM-DD/
for version trackingebooks/
└── YYYY-MM-DD/
└── [EPUB and AZW3 files]
pypub/
├── epub.py
└── templates/
├── chapter.xhtml.j2
├── content.opf.j2
└── toc.ncx.j2
static/
└── container.xml
svdocs.py ← main build script
svelteshots/ ← output screenshots
MIT License © 2025 iaseth