Files
bknd/examples/cloudflare-worker
dswbx 375d2c205f adapter(cloudflare): removed durable mode, added withPlatformProxy (#233)
* removed `durable` mode as it requires an import from "cloudflare:" that often fails in non-cf environments

* remove worker configuration types

* add `withPlatformProxy`

* withPlatformProxy: make configuration optional
2025-08-12 15:29:09 +02:00
..
2025-06-06 11:13:35 +02:00

bknd starter: Cloudflare Workers

A minimal Node.js project with bknd integration.

Project Structure

Inside of your Node.js project, you'll see the following folders and files:

/
├── src/
│   └── index.ts
├── package.json
└── wrangler.json

To update bknd config, check src/index.ts.

Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server with watch at localhost:8787
npm run typegen Generates wrangler types

Before you deploy

If you're using a D1 database, make sure to create a database in your cloudflare account and replace the database_id accordingly in wrangler.json.

npx wrangler d1 create my-database

Want to learn more?

Feel free to check our documentation or jump into our Discord server.