Skip to content
Asterios Raptis edited this page Mar 24, 2026 · 17 revisions

Welcome to the write-book-template Wiki

The write-book-template is a complete, automation-ready starter kit for **writing, translating, and publishing books ** across multiple formats. It unifies your entire author workflow, from project setup to final export for platforms like Amazon KDP, Apple Books, or self-hosted releases.

All automation is provided by the manuscripta library, which is installed automatically as a dependency.


1. Setup

Get started by creating your base project structure and development environment.


2. Create (Writing & Assets)

Write, organize, and enrich your book content with automated tools.


3. Translate

Translate your entire manuscript with automated or local AI tools.


4. Export & Publish

Turn your manuscript into publish-ready formats.


5. Enhance (Audio & Automation)

Add advanced features to your publishing pipeline.


Architecture

This template uses two external libraries:

  • manuscripta - Provides all CLI commands for export, translation, audiobook generation, and project management.
  • manuscript-tools - Provides manuscript validation, sanitization, and metrics.

The template itself contains only your manuscript content, configuration, and assets. No Python scripts are stored locally. Updates to the pipeline arrive via poetry update.


How to Use This Wiki

  • Use the sidebar to navigate between major workflows.
  • Start with Setup to initialize your project and environment.
  • Move through Create -> Translate -> Export for the full publishing pipeline.
  • Check Enhance tools to add automation and audio.

Clone this wiki locally