| Crates.io | guidebook |
| lib.rs | guidebook |
| version | 0.1.45 |
| created_at | 2025-12-24 19:06:37.010266+00 |
| updated_at | 2026-01-15 18:00:51.012984+00 |
| description | HonKit/GitBook compatible static book generator |
| homepage | https://github.com/guide-inc-org/guidebook |
| repository | https://github.com/guide-inc-org/guidebook |
| max_upload_size | |
| id | 2003689 |
| size | 408,990 |
A fast, HonKit/GitBook-compatible static site generator written in Rust.
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/guide-inc-org/guidebook/main/install.sh | sh
Windows (PowerShell):
irm https://raw.githubusercontent.com/guide-inc-org/guidebook/main/install.ps1 | iex
Via Cargo (alternative):
cargo install guidebook
# Navigate to your book folder (with SUMMARY.md)
cd your-book
# Start preview server with hot reload
guidebook serve
# Open http://localhost:4000
guidebook build -o _book
guidebook update
your-book/
├── book.json # Configuration (optional)
├── README.md # Introduction
├── SUMMARY.md # Table of contents
└── chapter1.md
# Summary
* [Introduction](README.md)
* [Chapter 1](chapter1.md)
* [Section 1.1](chapter1/section1.md)
guidebook is a drop-in replacement for HonKit. Just install and run:
# Replace: npx honkit build
guidebook build
# Replace: npx honkit serve
guidebook serve
No configuration changes required.
Found a bug? Have a feature request?
You can write in English, Japanese, or Vietnamese.
MIT