Skip to content

Commit 2f30b26

Browse files
committed
docs: Update README to introduce RedwoodSDK, a new React framework for Cloudflare
1 parent cdc444d commit 2f30b26

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

README.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,63 @@
66
_by Tom Preston-Werner, Peter Pistorius, Rob Cameron, David Price, and more than
77
250 amazing contributors (see end of file for a full list)._
88

9+
**NOTE**
10+
11+
> **Big News** — We’ve launched **[RedwoodSDK](https://github.com/redwoodjs/sdk)**, a modern React framework for building server-side web apps on Cloudflare.
12+
13+
---
14+
15+
## 🌲 RedwoodSDK — React on Cloudflare
16+
17+
RedwoodSDK starts as a **Vite plugin** and unlocks:
18+
19+
- **SSR** (Server-Side Rendering)
20+
- **React Server Components**
21+
- **Server Functions**
22+
- **Streaming + Realtime**
23+
- Local dev parity with **Miniflare**
24+
- First-class Cloudflare services: **Workers**, **D1**, **Durable Objects**, **R2**, **Queues**, and more
25+
26+
All while keeping to **web standards** — you write with native `Request`/`Response` and the modern Web APIs you already know.
27+
28+
---
29+
30+
### 🚀 Try it in seconds
31+
32+
```bash
33+
npx create-rwsdk my-project-name
34+
cd my-project-name
35+
npm run dev
36+
```
37+
38+
📚 [Read the docs](https://docs.rwsdk.com)
39+
[Quick Start Guide](https://docs.rwsdk.com/getting-started/quick-start)
40+
41+
---
42+
43+
## 🙌 How You Can Help
44+
45+
We’d love for the Redwood community to be part of this from day one:
46+
47+
1. **Try it out** — Follow the Quick Start and build something small.
48+
2. **Give feedback** — Tell us what works, what’s confusing, and what could be better.
49+
3. **Spread the word** — Share RedwoodSDK with your friends, coworkers, and followers.
50+
4. **Star the repo** — Stars help more developers discover RedwoodSDK.
51+
---
52+
53+
## 📌 Links
54+
55+
-**Star RedwoodSDK**: [https://github.com/redwoodjs/sdk](https://github.com/redwoodjs/sdk)
56+
- 📚 Docs: [https://docs.rwsdk.com](https://docs.rwsdk.com)
57+
- 💬 Discord: [https://discord.gg/redwoodjs](https://discord.gg/redwoodjs)
58+
- 🌐 Website: [https://rwsdk.com](https://rwsdk.com)
59+
60+
---
61+
62+
Thank you for being part of the Redwood journey — we can’t wait to see what you build with **RedwoodSDK**! ❤️
63+
64+
---
65+
# RedwoodJS GraphQL
966
## Bighorn Epoch (current development epoch)
1067

1168
> **NOTE:** This section of the Readme is aspirational for the current development

0 commit comments

Comments
 (0)