Skip to content

redwoodjs/sdk

Repository files navigation

RedwoodSDK

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.

Getting Started

pnpm install

Running the Docs Locally

cd docs
pnpm dev

Running one of the Experiments locally

Each experiment should have it's own README with instructions

Building a Project locally

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