Herman Stander
Core team developer and marketing
2025-10-08
We're excited to share that RedwoodSDK 1.0 Beta has officially
landed! This marks an important step on our journey to a stable v1.0
release, bringing greater stability, clarity, and performance to
developers building full-stack React apps on Cloudflare Workers.
π Download the beta on
GitHub
π Get started withcreate-rwsdk
π Migration guide for existing
projects
Since the early days of RedwoodSDK, our mission has been simple:
make it effortless to build full-stack React apps that run natively on
the edge.
We've heard from developers who want three things:
The 1.0 Beta is where those promises start to solidify.
This beta release focuses on foundational stability and a few
carefully chosen architectural improvements:
Simpler Project Scaffolding
We've unified the starter templates into a single clean foundation.
Authentication is now available as an optional, version-locked
Passkey addon.
Improved Hydration and Streaming
Our server-side rendering pipeline has been re-architected to
eliminate useId
hydration mismatches and improve streaming
performance.
UI Library Examples
We've added an end-to-end tested playground showcasing integration
with popular libraries including shadcn/ui (Radix), Base UI,
and Chakra UI.
Consistent Middleware
RSC Actions now run through the same global middleware pipeline as
page requests, enabling consistent authentication, session, and
business logic across your entire app.
We want to be transparent about where we're headed:
1.0 Beta β Foundational Stability & Breaking Changes
Fixing show-stoppers and executing necessary breaking changes to
make the dev loop reliable.
1.0 β Public Surface Stability
Documentation improvements, clearer error messages, and solidifying
which features are stable vs.Β preview.
1.x β Growth & Hardening
Backwards-compatible features and continued polish on experimental
areas.
Future β Big Ideas
Larger quality-of-life improvements and architectural explorations.
For a detailed view of our progress, you can follow along on GitHub. We
use labels to organize work for each phase. For instance, you can see
everything planned for the 1.0 release
here.
Our documentation already marks experimental features, giving you a
clear picture of what's stable for production use.
For existing users on the 0.x channel:
To start fresh:
npx create-rwsdk my-app
cd my-app
pnpm install
pnpm dev
You'll be up and running with a modern React edge app in minutes.
This beta is a huge step forward, but it's still a beta. We'd love your
feedback as we approach the stable v1.0 release:
This release is the beginning of a new chapter. With RedwoodSDK v1,
we're moving closer to a world where building edge-native, full-stack
React apps feels natural, productive, and fun.
The beta is ready for you today. We can't wait to see what you build.
π RedwoodSDK 1.0 Beta is here --- let's go!