> For AI agents: the complete documentation index is available at https://rspress.rs/llms.txt, the full documentation bundle is available at https://rspress.rs/llms-full.txt.

# Rspress

Lightning Fast Static Site Generator

> Made for humans. Understood by AI

[Introduction](./guide/start/introduction) | [Quick Start](./guide/start/getting-started)

## Features

- [/speed.svg **Blazing fast build speed**](./guide/start/introduction): Built on the Rust-powered front-end toolchain for a faster development experience.
- [/mdx.svg **Support for MDX**](./guide/use-mdx/components): MDX is a powerful way to write content, allowing you to use React components in Markdown.
- [/search.svg **Built-in full-text search**](./guide/advanced/custom-search): Automatically generates a full-text search index during builds, with search available out of the box.
- [/ai.svg **AI-friendly**](./guide/basic/ssg-md): Use SSG-MD to generate llms.txt-compliant indexes and Markdown files so large language models can better understand your docs.
- [/static.svg **Static site generation**](./guide/basic/ssg): Builds static HTML files for production so your site can be deployed anywhere.
- [/custom.svg **Flexible customization**](./guide/basic/custom-theme): Extend the theme UI and build process through Rspress extension APIs.
