BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/stackfoundry/cloudflare-durable-objects

Cloudflare Durable Objects

stackfoundry/cloudflare-durable-objects
FreeBlock

Stateful coordination, realtime rooms, per-tenant state, and DO storage.

Install it

npx shadcn@latest add https://stackfoundry.dev/r/cloudflare-durable-objects.json

Source

apps/web/src/lib/stackfoundry/providers/cloudflare-durable-objects.tsstackfoundry.dev/r/cloudflare-durable-objects.json
1export type CloudflareDurableObjectsConfig = {
2 enabled?: boolean;
3 environment?: "development" | "preview" | "production";
4 metadata?: Record<string, unknown>;
5};
6
7export function createCloudflareDurableObjectsConfig(config: CloudflareDurableObjectsConfig = {}) {
8 return {
9 enabled: config.enabled ?? true,
10 environment: config.environment ?? "development",
11 metadata: config.metadata ?? {},
12 };
13}
14
15export const CloudflareDurableObjectsChecklist = [
16 "Use Durable Objects for per-entity coordination",
17 "Keep object ids stable",
18 "Document storage and alarm behavior",
19 "Test concurrent requests and reconnects"
20] as const;

Files it writes

  • apps/web/src/lib/stackfoundry/providers/cloudflare-durable-objects.ts
  • apps/web/src/app/(console)/admin/providers/cloudflare-durable-objects/page.tsx
  • docs/providers/cloudflare-durable-objects.md

Facts

Registry
stackfoundry
Type
registry:block
Access
Free
Files written
3
Licence
MIT
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

stackfoundry.dev jesseoue/stackfoundry on GitHub Raw registry item This item as JSON

More from stackfoundry

All 157 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Account Deletionaccount-deletionstackfoundryBlocksFreeno deps · 3 files
Account Modesaccount-modesstackfoundryBlocksFreeno deps · 3 files
Account Settingsaccount-settingsstackfoundryBlocksFreeno deps · 2 files
Admin Consoleadmin-consolestackfoundryBlocksFreeno deps · 2 files
Agent-Ready Installsagent-ready-installsstackfoundryBlocksFreeno deps · 13 files
AI Chatai-chatstackfoundryBlocksFree3 deps · 4 files
AI Chatbot SDKai-chatbot-sdkstackfoundryBlocksFree3 deps · 2 files
AI Elementsai-elementsstackfoundryBlocksFreeno deps · 5 files
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex