Rspress - Rsbuild-based Static Site Generator

Rspress

Lightning Fast Static Site Generator

Simple, efficient and easy to extend

npm create rspress@latest

Rspress Logo

Rspress LogoRspress

Hello Rspress

index.mdx

# Hello Rspress

```ts title="index.ts"

console.log('Hello Rspress');

```

Blazing fast build speed

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

Support for MDX

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

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.

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.

Static site generation

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

Providing multiple custom capabilities

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

Rstack

A unified JavaScript toolchain centered on Rspack, with high performance and consistent architecture