Twofold is a React Server Component (RSC) framework designed for creating demos and toy applications. It exists to showcase the features and capabilities of React 19 and Server Components.
The documentation is available at twofoldframework.com.
To get started, run the following command:
pnpm create twofold-app@latest
Twofold requires Node.js 22.12.0
and pnpm 9.0.0
(or higher).