Skip to content

Getting Started

Start building full-stack applications on Cloudflare Workers with Cloudwerk.

Cloudwerk is a full-stack framework for Cloudflare Workers. It provides:

  • File-based routing that compiles to Hono
  • Server-side rendering with Hono JSX or React
  • Data loading with loader functions
  • Integrated auth with sessions, OAuth, and passkeys
  • D1, KV, R2, Queues - all Cloudflare primitives, simplified

Before you begin, ensure you have:

  • Node.js 20+
  • A package manager (pnpm, npm, or yarn)
  • A Cloudflare account (sign up free)