RedwoodSDK is a framework built on top of Cloudflare's Platform, Request/ Response cycle and React Server Components.
- Cloudflare's platform supplies compute (Workers/ Durable Objects), storage (R2), database (D1), and queues. Everything developers need to effectively build software for the web.
- React Server components enable modern server-side rendering with React.
- Request/ Response cycle provides a meaningful standard way to handle web interactions.
Note: This project is not officially released, but we're very near to be beta.
pnpm install
cd docs
pnpm dev
Each experiment should have it's own README with instructions
We have starter specific instructions