Blazing Fast
Generates thousands of pages per second thanks to a highly optimized pipeline and multi-threading.
Unix-First
Leverages native syscalls (inotify) for zero-latency filesystem monitoring and extreme performance.
Zero-Copy
Strictly avoids redundant memory allocations by passing pointers across a stateful DSL engine.
1.3 MB Binary
No dependencies, no node_modules. Just a single, tiny, statically linked binary ready to run.
Deterministic
Guaranteed output even in hostile environments. If the data exists, Mustela will render it.
Partial Hydration
Smart change detection only re-renders what is necessary, keeping developer feedback loops under 50ms.
The Discipline
Agreement.
Mustela wasn't designed in a lab. It was forged as a forensic tool to document truth in environments of extreme psychological stress and chaos.
[ Read the Origin Story ]- Engineered for sub-millisecond throughput
- Direct HTML stream manipulation
- Zero-abstraction philosophy
- No automatic tag closing/validation
- Requires strict structural discipline
- Not recommended for beginners
Performance: The 5,000 Page Challenge
| Metric | Result |
|---|---|
| Files Processed | 5,000 Markdown files |
| Total Build Time | 528 ms |
| Throughput | ~9,470 pages / second |
| Peak RAM Usage | 34.6 MB |
| CPU Efficiency | 101% (Optimized Single-Threaded Core) |
[ Download Official Investment Briefing & Technical Case Study (PDF) ]
"Building 5,000 pages in half a second means your site is ready before your monitor can even finish its next refresh cycle."
Mission Critical Design
Traditional tools break when you make a mistake. Mustela pushes through.
Fault Tolerance
Unlike Hugo or Jekyll, Mustela won't halt your mission over a missing tag. It prioritizes data delivery over syntactical perfection.
Zero-Load UI
The Ada-Ruby hybrid syntax is designed to be readable under high cognitive load (stress, exhaustion, emergency).
Offline Autonomy
Single binary. No internet required. Perfect for DIL (Disconnected, Intermittent, Limited) environments.
Hybrid Content Power
A seamless transition from metadata to content that feels like writing a script, not just a document.
meta do
title: "Advanced Templating"
author: "Filip Vrba"
index: article
end
# Mixing Markdown & Mustela
This is standard Markdown text.
html do
<div class="special-callout">
<h4>Mustela Insight</h4>
<p>Reading a variable: <strong>@author</strong></p>
</div>
end
Modular Templating
This is where you define the structure. Mustela utilizes a stateful DSL, allowing you to compose HTML components with zero rendering overhead.
meta do
title: Mustela
index: main
end
html as main do
<!DOCTYPE html>
<html lang="@lang">
@html[head]
@html[body]
</html>
end
html as head do
<head>
<meta charset="UTF-8">
<title>@title</title>
@html[style]
</head>
end
html as body do
<body>
@html[header]
@view
<footer>
@title © @date_now
</footer>
</body>
end
Modular Ecosystem
Mustela isn't a silo. It's a high-performance core that generates clean, modern scaffolding ready for any stack.
Render content at sub-millisecond speeds with V, while letting Bun or Vite handle the heavy lifting of the modern JavaScript ecosystem.
Extreme Throughput Pipeline
Visualizing the transition from Markdown to HTML via Zero-Copy pointer passing.
Saturating hardware bandwidth by pulling all source data into RAM simultaneously.
Deterministic control over the platform's state with zero thread-locking overhead.
Firing generated HTML objects back to disk at full hardware speed.
Licensing Model
Community Edition
For individuals, researchers, and NGOs. Forensic documentation should be accessible to everyone fighting for the truth.
Tactical Edition
Optimized builds for specific hardware, military-grade signing, and priority 24/7 support for mission-critical deployments.
[ View Detailed Compliance Log ]
Experience the speed.
Stop waiting for your builds. Download Mustela and transform your workflow today.
Current version: v1.0.0-stable