Developer Toolkit — v2.4.0 Now Available

Compose. Compile. Ship.

The definitive CLI and cloud service for structured text processing, templating, and document pipeline automation. Engineer your content with the same rigor as your code.

$ npm install -g texkit
or
$ brew install texkit
Texkit dashboard showing pipeline compilation workflow
Why Texkit

A complete pipeline for your documentation

Stop wrestling with formatting tools. Treat your text as a data asset.

Process

Ingest mixed formats instantly. Texkit natively parses Markdown, AsciiDoc, reStructuredText, YAML, and TOML into a unified JSON document graph.

Transform

Apply logic-aware transformations. Write composable functions for metadata injection, auto-linking, cross-reference resolution, and content rewriting.

Deliver

Emit HTML, PDF, EPUB, man pages, and custom formats from a single source. Integrate directly into CI/CD workflows with zero friction.

Live Compilation

See the engine in action

Input: Markdown Source

# API Reference: v2.4

## Authentication

To use the API, you must include your `API_KEY` in the header.

```http
Authorization: Bearer {{ api_key }}
```
```

Output: HTML Template

<h1>API Reference: v2.4</h1>

<h2>Authentication</h2>

<p>To use the API, you must include your <em>API_KEY</em> in the header.</p>

<pre><code>Authorization: Bearer {{ api_key }}
</code></pre>

Trusted by engineering teams at

Logos of companies using Texkit
Capabilities

Everything a developer needs

Templating

Expressive Engine

A logic-aware templating language with typed variables, conditionals, loops, and partials. Familiar syntax with zero runtime surprises.

Validation

Schema-Driven

Define JSON Schema or custom rules for your metadata. Invalid documents fail fast with line-level error messages.

Multi-Format

Universal Output

Emit HTML, PDF, EPUB, plain text, and man pages from a single source. Write output adapters as simple plugins.

CI/CD

Pipeline Integration

Full-featured CLI with watch mode, dry-run compilation, and JSON reporting. Fits naturally into GitHub Actions, Jenkins, and Makefiles.

"Texkit didn't just speed up our documentation builds; it forced us to standardize how we think about content. It's now a first-class citizen in our CI/CD pipeline."
Sarah Jenkins Lead DevOps Engineer, CloudScale
Pricing

Simple, transparent plans

Start free, scale with your team.

Starter
$0/mo

For individual developers

  • Unlimited CLI usage
  • Local builds only
  • Community plugins
  • MIT License
Download CLI