---
pageType: home

hero:
  name: Modern.js Doc
  text: Document site solution
  tagline: A modern documentation development technology stack
  actions:
    - theme: brand
      text: Introduction
      link: /guide/start/introduction
    - theme: alt
      text: Quick Start
      link: /guide/start/getting-started

features:
  - title: Blazing fast build speed
    details: The core compilation module is based on the Rust front-end toolchain, providing a more ultimate development experience.
    icon: 🏃🏻‍♀️
  - title: Support for MDX content writing
    details: MDX is a powerful way to write content, allowing you to use React components in Markdown.
    icon: 📦
  - title: Built-in full-text search
    details: Automatically generates a full-text search index for you during construction, providing out-of-the-box full-text search capabilities.
    icon: 🎨
  - title: Simpler I18n solution
    details: With the built-in I18n solution, you can easily provide multi-language support for documents or components.
    icon: 🌍
  - title: Static site generation
    details: In production, it automatically builds into static HTML files, which can be easily deployed anywhere.
    icon: 🌈
  - title: Providing multiple custom capabilities
    details: Through its extension mechanism, you can easily extend theme UI and build process.
    icon: 🔥
---
