Ronan McCarter
Engineering
Share this article
Ronan McCarter
Engineering
Share this article

Mintlify launched their first Launch Week with significant CLI improvements, reducing installation size by 90% and cutting setup time by over 95%. The new prebuilt CLI eliminates yarn dependency issues and provides faster hot-reloading, making the docs-building experience much more efficient for developers.
Today is Day 1 of our first ever Launch Week! This week, we'll have something new each day for our users.
To kick-off, we are introducing our improved CLI.
We now ship a prebuilt version of Mintlify that's ready to run in seconds. Plus, we added a custom hot-reloading implementation to speed up development
What does this mean for you? For one, it means a huge reduction in the size of the Mintlify CLI on your disks—from 1443MB to 152 MB (about a 90% decrease!) — since we now only package the files that you actually need.
On top of that, the upgraded CLI cuts down on installation time by more than 95%, as setup steps are performed before the CLI is downloaded onto your machines. Plus, first load time has been cut down by around 85%, and hot-reload time has been reduced by more than 75%.
Last but not least, we are no longer dependent on yarn, which had been introducing countless variables to the platform and was prone to causing bugs for our users.
Why it matters
The optimal docs-building experience requires a platform with speed and efficiency.
To achieve this, we keep your docs content right in your codebase for convenient access. As soon as you push to Git, changes are automatically reflected in code, so the development process is just as easy as if users were previewing any other code.
The latest enhancements in our CLI has significantly cut down on load times for CLI installations, first loads, and hot-reloads on save, boosting load speeds up to 10 times faster than before.
With massively decreased load times, you can now leverage a smooth and powerful platform that is ready to run whenever you are.
Getting started
Upgrade your CLI with npm i -g mintlify@latest to get the latest CLI
To stay updated for the rest of Launch Week, follow our Twitter or join the community!
More blog posts to read

The state of docs traffic: a 2026 midyear report
Agents now account for 66% of measured web-traffic across docs powered by Mintlify, with July logging over 213 million agent web requests and 105 million human page loads as the month comes to a close.
July 29, 2026Kyan Yang
Technical Writing

Docs URL Benchmark: Markdown & llms.txt > HTML
We benchmarked four ways to serve documentation to AI agents (HTML, plain markdown, markdown linking to llms.txt, and markdown with llms.txt inlined) across 2,400 runs on 20 Mintlify docs sites, and found that a single link to llms.txt eliminates most agent 404s at no added cost.
July 17, 2026Aadit Shah
Engineering