Getting Started
Start building full-stack applications on Cloudflare Workers with Cloudwerk.
Quick Links
Section titled “Quick Links”- Installation - Install Cloudwerk and create your first project
- Quick Start - Build your first app in minutes
- Project Structure - Understand the file conventions
What is Cloudwerk?
Section titled “What is 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
Prerequisites
Section titled “Prerequisites”Before you begin, ensure you have:
- Node.js 20+
- A package manager (pnpm, npm, or yarn)
- A Cloudflare account (sign up free)