RedwoodSDK
@redwoodjs.com
๐ค 272
๐ฅ 5
๐ 31
The React Framework for Cloudflare
https://rwsdk.com
reposted by
RedwoodSDK
Amy Dutton
24 days ago
A couple of weeks ago,
@taylorotwell.bsky.social
announced Laravel Avatars. Curious, I rebuilt it on
@redwoodjs.com
avatars.rwsdk.tools
A extras ๐ More vibe options ๐ BYOV = Bring your own vibes & define your own palette ๐ Define a base color to start with ๐ Avatars based on SVGs
0
3
1
reposted by
RedwoodSDK
Harshil Agrawal
3 months ago
Although, I show how it works with
@redwoodjs.com
, you can use the same principles and use it with any stack - Next, Vue, PHP, etc. Here's the source code for my demo:
github.com/harshil1712/...
loading . . .
GitHub - harshil1712/rwsdk-turnstile-demo: A comprehensive demonstration of Cloudflare Turnstile integration with RedwoodSDK, showcasing different Turnstile modes and server-side verification.
A comprehensive demonstration of Cloudflare Turnstile integration with RedwoodSDK, showcasing different Turnstile modes and server-side verification. - harshil1712/rwsdk-turnstile-demo
https://github.com/harshil1712/rwsdk-turnstile-demo
0
1
1
reposted by
RedwoodSDK
Dave Rupert
3 months ago
๐ Extended some thoughts I posted yesterday about
@redwoodjs.com
and how I'm impressed by its new set of principles.
daverupert.com/2025/06/prin...
loading . . .
The unsung principles of RedwoodSDK
We had Peter Pistorius on ShopTalk to talk about RedwoodJS and the projectโs pivot to an almost entirely different project called RedwoodSDK. I am a complete outsider but I liked what RedwoodJS (the o...
https://daverupert.com/2025/06/principles-of-redwoodsdk/
3
16
4
reposted by
RedwoodSDK
Dave Rupert
3 months ago
What impressed me was prioritizing economic justice at the framework level. That manifests in minimal code sent to the client hosted on a Cloudflare edge worker for free; reducing costs for website owners and customers. No $20/mo hosting lock-in scheme. Wish
#webcomponents
had an SDK like this...
0
7
2
reposted by
RedwoodSDK
Dave Rupert
3 months ago
We had Peter Pistorous on
@shoptalkshow.com
to talk about
@redwoodjs.com
and their pivot to RedwoodSDK. Spoiler: I was pleasantly surprised by the principles: - Zero magic (code gen or transpiler hacks) - Composability over configuration - Uses native Web APIs
shoptalkshow.com/669/
loading . . .
669: Peter Pistorius on Developing RedwoodSDK
Weโre chatting with Peter Pistorius about the change they made from RedwoodJS to RedwoodSDK, how itโs going to handle routing, some new marketing ideas for RedwoodSDK, how RedwoodSDKโฆ
https://shoptalkshow.com/669/
2
8
2
You can now turn off SSR on a per route basis.
3 months ago
0
3
0
reposted by
RedwoodSDK
Frontend Dogma
3 months ago
Your React Meta-Framework Feels Broken, Hereโs Why, by
@redwoodjs.com
:
https://rwsdk.com/blog/your-react-meta-framework-feels-broken
#frameworks
#react
#nextjs
#reactrouter
#comparisons
loading . . .
Your React Meta-Framework Feels Broken, Hereโs Why
https://rwsdk.com/blog/your-react-meta-framework-feels-broken
1
2
1
We've shipped an early proof of concept for client-side routing in RedwoodSDK:
@p4p8.bsky.social
explain's how
youtu.be/6HK_mN8wbcM
loading . . .
SPA Without Routing Libraries: Itโs Not a Bug, Itโs a View Transition
YouTube video by RedwoodJS
https://youtu.be/6HK_mN8wbcM
3 months ago
1
6
2
reposted by
RedwoodSDK
Jonathan Bowers
4 months ago
I think I have a small guide in the works for rwsdk, drizzle for both d1 and durable objs, and better-auth. Drizzle w/ both cf SQLite options and better-auth in one repo and drizzle studio was slightly tricky to figure out. Neither the app or the guide are ready yet but will publish something.
1
1
1
reposted by
RedwoodSDK
Syntax
4 months ago
Peter Pistorius said it first
@redwoodjs.com
loading . . .
0
10
1
reposted by
RedwoodSDK
Jonathan Bowers
4 months ago
Wow redwoodsdk (
@redwoodjs.com
) is so good. I managed to get a first working version of a small app built in a morning... server components w/ server fns for fetching/posting data, persisting in
@cloudflare.social
Durable Objects. This dx is great. Idea โ deploy โ scale (beyond 1) cycle looks FAST
2
2
1
reposted by
RedwoodSDK
Eric Howey
4 months ago
Been enjoying this:
github.com/redwoodjs/sdk
Check out what the Redwood team has been up to!
0
4
1
reposted by
RedwoodSDK
Eric Howey
4 months ago
Iโm back to coding for fun! Feels good! Hacked out a basic game with PixiJS and wrapping my head around the new
@redwoodjs.com
SDK. Loving both of these!
0
2
1
We're kicking off our open source fellowship program by sponsoring
@schickling.dev
from
@livestore.dev
It might seem surprising to sponsor LS as it is a data layer that brings data closer to the UI, traditionally a server's job, and we're a server-first framework. More:
rwsdk.com/blog/rwsdk-x...
loading . . .
Redwood is sponsoring Johannes from LiveStore | RedwoodSDK
Redwood is sponsoring LiveStore to build an adapter for Cloudflare
https://rwsdk.com/blog/rwsdk-x-livestore
4 months ago
1
17
3
reposted by
RedwoodSDK
Johannes Schickling
4 months ago
Very excited to announce that I'll partner with
@redwoodjs.com
over the coming months to improve Cloudflare worker support for
@livestore.dev
2
37
5
reposted by
RedwoodSDK
Em | PodRocket producer
4 months ago
Shipping shouldnโt feel like a magic trick ๐งโโ๏ธโจ But in 2025? It kinda does. Too much integration, not enough code. Today on PodRocket,
@p4p8.bsky.social
talks
@redwoodjs.com
, clean code, and tools that just work. ๐ Listen now: YT:
buff.ly/l6HeFYN
Apple:
buff.ly/jFTXHYY
Spotify:
buff.ly/oTJw2NT
loading . . .
0
7
2
"Colocate everything until it hurts. Then abstract." -
@kentcdodds.com
We've taken this concept to the extreme. You can co-locate everything: Your pages, API logic, middleware, styles, and database migrations. Want a blog? Add it on. Admin panel? Addon! Forum? Addon!
rwsdk.com/blog/full-st...
loading . . .
Full-stack Co-location | RedwoodSDK
RedwoodSDK let's you co-locate everything, it makes software easier to reason about. When everything is in one place, you spend less time chasing ghosts through your codebase.
https://rwsdk.com/blog/full-stack-colocation
5 months ago
1
3
0
reposted by
RedwoodSDK
Peter Pistorius
5 months ago
Here's a 5 minute overview of what we're building:
youtu.be/omKvO9KoPLs
Sorry for the audio quality. I had a toddler in the background. You asked "what's changed?" The answer is "EVERYTHING!"
loading . . .
https://youtu.be/omKvO9KoPLs
0
1
1
We believe software can be personal again. Not just technically, but philosophically. Owned. Forkable. Beautiful. RedwoodSDK: The complete toolkit for the modern web that respects web standards and your freedom
5 months ago
1
2
1
reposted by
RedwoodSDK
Gergely Orosz
5 months ago
Lovable, Bolt .new, Replit AI, Vercel v0, Canva Code, Grok Studio, Google Firebase Studio, Claude Artifacts/Code, OpenAI Codex... all allow turning text into code, websites, browser games etc. Some are $20/mo - but many are free. This space is getting commoditized rapidly!
4
53
6
reposted by
RedwoodSDK
Luke Hedger
5 months ago
Serverless frontends (hosting, compute) with RedwoodSDK
@redwoodjs.com
rwsdk.com/personal-sof...
1
3
1
Built on Standards The Web Platform is the framework. Request and Response are the native API. Stream responses, upgrade protocols, debug in DevTools. No abstractions, no black boxes.
loading . . .
5 months ago
0
4
1
@danabra.mov
I would love to show you what we've (RedwoodJS) has done with RSC. We rewrote the framework from scratch, made it composable (It's just a Vite plugin), and made RSC a primary focus. We're fully onboard for the RSC vision. /cc
@p4p8.bsky.social
5 months ago
2
9
1
RedwoodSDK is a React framework for Cloudflare
rwsdk.com
5 months ago
2
10
2
We've relaunched Redwood as RedwoodSDK. RSC baked in as a first principle. We love RSC and are fully onboard with the vision.
add a skeleton here at some point
5 months ago
0
2
0
reposted by
RedwoodSDK
Front-end Fire Podcast
5 months ago
๐ Google unveils a protocol for AI agents to talk to each other, ๐ค
@github.com
Copilot can now review your PRs, and
@redwoodjs.com
reinvents itself as RedwoodSDK. ๐จโ๐ปโจ All that + more on this weekโs episode! Show link:
front-end-fire.com/episodes/90/
loading . . .
0
6
3
reposted by
RedwoodSDK
Eric Clemmons, CEO of JavaScript Fatigue
6 months ago
RSC by default in Redwood ๐
add a skeleton here at some point
0
8
1
reposted by
RedwoodSDK
Jovi ๐จ
6 months ago
This looks genuinely amazing, a framework on CloudFlare primitives
add a skeleton here at some point
0
7
1
reposted by
RedwoodSDK
Jess Martin
6 months ago
Woah,
@redwoodjs.com
is going all-in on "Personal Software" with a brand-new framework ๐ณ > Owned. Forkable. Shareable. Local. Beautiful. One thing I can say about the Redwood team is they have great taste. ๐จโ๐ณ Excited to see what they cook up in this domain!
www.rwsdk.com/personal-sof...
loading . . .
RedwoodSDK | The JavaScript SDK for Cloudflare Workers
RedwoodSDK is the JavaScript SDK for Cloudflare Workers. It provides a complete set of composable tools to handle the request/response lifecycle of webapps.
https://www.rwsdk.com/personal-software
1
21
3
rwsdk.com
6 months ago
0
6
3
Big news, Redwood community! ๐ฒ We're splitting our focus to better serve you: RedwoodGraphQL: the mature framework you trust RedwoodSDK: our new toolkit for the personal software revolution Your existing apps? Fully supported. Your future? Even brighter. More information:
redwoodjs.com
6 months ago
0
24
11
This image was made with Microsoft Paint. Something's coming that's made with actual wizardry
6 months ago
2
8
1
There's something new booting up...
6 months ago
1
15
4
reposted by
RedwoodSDK
Peter Pistorius
7 months ago
The next epoch of Redwood is promising! I did not even try to get this result, I just wrote standard React and Request/ Response stuff.
1
4
2
Hello, world!
8 months ago
5
55
4
you reached the end!!
feeds!
log in