$ hype build

Markdown that executes.

Hype is a content engine for technical writers. Execute code blocks, include files, and validate everything at build time. Your docs are never out of date.

// execute

Code Execution

Run Go, shell commands, and more directly from your Markdown. Output is captured and included in the final document.

// include

File Includes

Include source files, snippets, and outputs. Keep your documentation DRY and always synchronized with your codebase.

// validate

Build-Time Validation

Broken links, missing files, and failing code are caught at build time. Ship docs you can trust.

// install
# with Homebrew
brew install gopherguides/tap/hype
# or with Go
go install github.com/gopherguides/hype/cmd/hype@latest
$ ls articles/ | head -3
view all →
March 15, 2026

Blog

Articles, tutorials, and guides about Hype — the dynamic Markdown engine for technical writers.

March 15, 2026

Documentation

Complete documentation for Hype — the dynamic Markdown engine that executes code, includes files, and validates content at build time.