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

    Blazing fast build speed

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

    Image

    AI-friendly

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

    Image

    Static site generation

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

    Image

    Flexible customization

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