✨ Easily customize Rspress themes with the rspress-custom-theme skill
  • English
  • 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');
    ```

    Blazing fast build speed

    Built on the Rust-powered front-end toolchain for a faster 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 during builds, with search available out of the box.

    AI-friendly

    Use SSG-MD to generate llms.txt-compliant indexes and Markdown files so large language models can better understand your docs.

    Static site generation

    Builds static HTML files for production so your site can be deployed anywhere.

    Flexible customization

    Extend the theme UI and build process through Rspress extension APIs.