# Mintlify

Mintlify is a developer tools company focused on documentation. They provide AI-powered documentation assistants that help users navigate and query technical docs.

As of March 2026, their assistant handles 850,000+ monthly conversations (30,000+ daily) across hundreds of thousands of users. Their engineering stack includes Chroma (vector database), Redis (caching), and a TypeScript-based virtual filesystem called [[mintlify-chromafs|ChromaFs]] built on Vercel Labs' just-bash.

Their technical blog documents their infrastructure decisions, including the move from sandbox-based file access to a [[virtual-filesystem-for-llm-agents|virtual filesystem]] approach for giving AI agents access to documentation content.
