By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Rspress 2.0: AI-Native Documentation, Faster Startup and a Redesigned Theme
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > Rspress 2.0: AI-Native Documentation, Faster Startup and a Redesigned Theme
News

Rspress 2.0: AI-Native Documentation, Faster Startup and a Redesigned Theme

News Room
Last updated: 2026/03/08 at 8:20 AM
News Room Published 8 March 2026
Share
Rspress 2.0: AI-Native Documentation, Faster Startup and a Redesigned Theme
SHARE

Rspress, the Rsbuild-based static site generator designed for developer documentation, has released version 2.0 with a comprehensive set of changes spanning theme design, build performance, AI integration and developer experience improvements. The release, which landed on January 30th 2026, follows 144 releases across the 1.x lifecycle and contributions from 125 developers.

Rspress 2.0 introduces a redesigned default theme crafted by designer Zovn Wei, offering four tiers of customisation. Developers can adjust CSS variables for quick theming, target BEM class names for precise style overrides, use ESM re-exports to swap individual components, or eject components entirely for full control. The BEM approach is a deliberate choice to decouple from any specific CSS framework, allowing teams to freely use Tailwind, Less, or Sass without version conflicts.

One of the more forward-looking additions is the Static Site Generation to Markdown (SSG-MD) feature, a new rendering mode that generates Markdown files and llms.txt output from documentation sites. Rather than converting HTML back to Markdown, which often produces poor results, SSG-MD renders content through the React virtual DOM to produce high-quality Markdown suitable for AI agents. Enabling it requires a single configuration line:


import { defineConfig } from '@rspress/core';

export default defineConfig({
   llms: true,
});

Build performance sees significant gains through two features enabled by default: lazy compilation and persistent caching. With lazy compilation, pages are only compiled when visited during development, reducing cold start times from seconds to as low as 50 milliseconds according to benchmarks shared by the Rspress team on GitHub. A route preloading strategy triggers compilation on link hover, keeping navigation seamless. Persistent caching reuses previous compilation results, improving subsequent build speeds by 30% to 60%.

Code highlighting has moved from Prism to Shiki by default, performing syntax highlighting at build time rather than runtime. This brings accurate VS Code-consistent highlighting based on TextMate grammar, on-demand language imports with no runtime overhead, and support for custom transformers such as twoslash for inline type hints.

The release also consolidates the package structure. Multiple packages including rspress, @rspress/runtime, @rspress/shared, and @rspress/theme-default have been merged into a single @rspress/core package.

Eearly reactions to the release have been positive, with one user commenting on the r/Rspack subreddit:

 

I love to see this kind of tooling popup! Congrats on the launch!

 

The GitHub discussions thread tracking breaking changes has seen active engagement, with 26 comments and 19 replies covering migration details from Shiki configuration to React Router compatibility.

Compared to alternatives like Docusaurus and VitePress, Rspress differentiates primarily on build speed through its Rspack foundation and its AI-native features. Docusaurus itself acknowledges that Rspress benefits from a modern infrastructure that enables faster site builds while noting its own strengths in maturity and community size. VitePress remains the go-to for Vue-based projects, whereas Rspress targets the React ecosystem.

Rspress 2.0 requires Node.js 20 or higher and supports React 18 and 19. The Rust-based MDX parser (@rspress/mdx-rs) has been dropped in favour of the JavaScript MDX parser, trading some raw compilation speed for better ecosystem compatibility with tools like Shiki and custom remark and rehype plugins. A detailed migration guide is available for teams upgrading from 1.x.

Rspress is an open-source static site generator built on Rsbuild and Rspack, part of the broader Rstack JavaScript toolchain. It is designed for building documentation sites with MDX support, convention-based routing, and component library previews, and integrates with Rslib for component library documentation workflows.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Is the new Play speaker what Sonos really needs? Is the new Play speaker what Sonos really needs?
Next Article Linux 7.0 Fixes Battery Reporting For The Apple Magic Trackpad 2 Linux 7.0 Fixes Battery Reporting For The Apple Magic Trackpad 2
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

The Real Reason Most Web3 Startups Fail (It’s Not the Market) | HackerNoon
The Real Reason Most Web3 Startups Fail (It’s Not the Market) | HackerNoon
Computing
Fighting mercenaries: A Ukrainian soldier’s perspective
Fighting mercenaries: A Ukrainian soldier’s perspective
News
As artificial intelligence PAC supports Jesse Jackson Jr., his campaign welcomes AI in Bobby Rush ad
As artificial intelligence PAC supports Jesse Jackson Jr., his campaign welcomes AI in Bobby Rush ad
News
Apple Intelligence to miss iPhone 17 China launch, set for release in China by late 2025 · TechNode
Apple Intelligence to miss iPhone 17 China launch, set for release in China by late 2025 · TechNode
Computing

You Might also Like

Fighting mercenaries: A Ukrainian soldier’s perspective
News

Fighting mercenaries: A Ukrainian soldier’s perspective

3 Min Read
As artificial intelligence PAC supports Jesse Jackson Jr., his campaign welcomes AI in Bobby Rush ad
News

As artificial intelligence PAC supports Jesse Jackson Jr., his campaign welcomes AI in Bobby Rush ad

6 Min Read
Apple's Foldable iPhone Just Got Its Most Convincing Leak Yet
News

Apple's Foldable iPhone Just Got Its Most Convincing Leak Yet

5 Min Read
UK to launch cyber fraud squad in April | Computer Weekly
News

UK to launch cyber fraud squad in April | Computer Weekly

8 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?