Hub | Mustela
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<br>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
Looking for a managed experience with built-in safety?<br>Use Hugo.<br>Staying? Then you know the rules.
Performance: The 5,000 Page Challenge
Metric<br>Result
Files Processed<br>5,000 Markdown files
Total Build Time<br>528 ms
Throughput<br>~9,470 pages / second
Peak RAM Usage<br>34.6 MB
CPU Efficiency<br>131% (Multi-threaded I/O)
"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.
article.md
meta do<br>title: "Advanced Templating"<br>author: "Filip Vrba"<br>index: article<br>end
# Mixing Markdown & Mustela<br>This is standard Markdown text.
html do
Mustela Insight<br>Reading a variable: @author
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.
theme.mu
meta do<br>title: Mustela<br>index: main<br>end
html as main do
@lang"><br>@html[head]<br>@html[body]
end
html as head do
@title<br>@html[style]
end
html as body do
@html[header]<br>@view
@title © @date_now
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.
Static Generator
Mustela
Runtime / Bundler
Bun & Vite
UI / Logic
React / Alpine
Tailwind CSS<br>PostCSS<br>Shadcn/ui<br>Framer Motion<br>Lucide Icons<br>TypeScript<br>Svelte<br>GSAP<br>Zustand
// Spin up a Vite-ready workspace<br>$ mustela init --preset vite
Extreme Throughput Pipeline
Visualizing the transition from Markdown to HTML via Zero-Copy pointer passing.
Input Stage<br>Parallel I/O<br>Saturating hardware bandwidth by pulling all source data into RAM simultaneously.
Processing<br>Single-Core Bus<br>Deterministic control over the platform's state with zero thread-locking overhead.
Output Stage<br>Parallel Flush<br>Firing generated HTML objects back to disk at full hardware speed.
LIVE PIPELINE MONITOR<br>MUSTELA_CORE_v1.0
Licensing Model
FREE
Community Edition
For individuals, researchers, and NGOs. Forensic documentation should be accessible to everyone fighting for the truth.
PAID
Tactical Edition
Optimized builds for specific hardware, military-grade signing, and priority 24/7 support for mission-critical deployments.
Need full specs?<br>[ View Detailed Compliance Log ]
Experience the speed.
Stop waiting for your builds. Download Mustela and transform your workflow today.
Get Started Now
Current version: v1.0.0-stable