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
- Minimal for smaller projects, no db required
- Prisma for projects that use Prisma as an ORM, integrates with Cloudflare d1
- Drizzle for projects that use Drizzle as an ORM, integrates with Cloudflare d1
- Sessions for projects that need session management
- Passkey Auth for projects that want password-less authentication using WebAuthn