close
Rspress
Lightning Fast Static Site Generator

Simple, efficient and easy to extend

npm
yarn
pnpm
bun
deno
npm create rspress@latest
Rspress Logo
Hello Rspress
index.mdx
# Hello Rspress

```ts title="index.ts"
console.log('Hello Rspress');
```
Image

Blazing fast build speed

The core compilation module is based on the Rust front-end toolchain, providing a more ultimate development experience.

Image

Support for MDX

MDX is a powerful way to write content, allowing you to use React components in Markdown.

Image

Built-in full-text search

Automatically generates a full-text search index for you during construction, providing out-of-the-box full-text search capabilities.

Image

AI-friendly

Generate llms.txt and Markdown files compliant with the llms.txt specification through SSG-MD, making it easier for large language models to understand and use your documentation.

Image

Static site generation

In production, it automatically builds into static HTML files, which can be easily deployed anywhere.

Image

Providing multiple custom capabilities

Through its extension mechanism, you can easily extend theme UI and build process.