Blazing fast build speed
The core compilation module is based on the Rust front-end toolchain, providing a more ultimate development experience.
Rspress - Rsbuild-based Static Site Generator
Rspress
Lightning Fast Static Site Generator
Simple, efficient and easy to extend
npm create rspress@latestRspress
Hello Rspress
index.mdx
# Hello Rspress
```ts title="index.ts"
console.log('Hello Rspress');
```
The core compilation module is based on the Rust front-end toolchain, providing a more ultimate development experience.
MDX is a powerful way to write content, allowing you to use React components in Markdown.
Automatically generates a full-text search index for you during construction, providing out-of-the-box full-text search capabilities.
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.
In production, it automatically builds into static HTML files, which can be easily deployed anywhere.
Through its extension mechanism, you can easily extend theme UI and build process.
A unified JavaScript toolchain centered on Rspack, with high performance and consistent architecture