firtoz/cf-multiworker-starter-kit

Production-proven Turborepo monorepo starter kit for full-stack Cloudflare Workers apps — with Durable Objects, end-to-end type safety, and everything wired up to ship

11Stars on the repository
29Mods indexed here, across every type
20d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

dev-server

03

firtoz/cf-multiworker-starter-kit

Cursor rule Codex

Do not start dev servers or long-running watch processes unless the user explicitly asks (e.g. “run dev”, “verify in the browser”). If they do, use the project’s bun run dev from the repo root and stop or ask before leaving a server running forever.

11 20d ago A 4 tokens

generated-artifacts

04

firtoz/cf-multiworker-starter-kit

Cursor rule Codex

Agents must not manually author generated files. If generated output needs to change, edit the source-of-truth file and run the generator. If the generator fails, fix the source or generator instead of fabricating output.

11 20d ago A 349 tokens

git-workflow

06

firtoz/cf-multiworker-starter-kit

Cursor rule Codex

Cloud Agents MUST run git add, git commit, and git push before ending their response when they have made code changes. Do not end your turn without pushing. ALWAYS use Pull Requests instead of pushing directly to main.

11 20d ago A 593 tokens

firtoz/cf-multiworker-starter-kit

Cursor rule Codex

Checklist when adding any new env secret/variable — Turbo globalEnv, GitHub sync, workflow maps, Alchemy bindings. Prevents "secret synced but worker never gets it".

11 20d ago A 502 tokens

realtime-websockets

09

firtoz/cf-multiworker-starter-kit

Cursor rule Codex

Socka-first Durable Object WebSockets, SSR-safe client URLs, no fake localhost. Use for durable-objects/, apps/web, WebSocket forwarding, or @firtoz/socka.

11 20d ago A 40 tokens

typescript-imports

10

firtoz/cf-multiworker-starter-kit

Cursor rule Codex

Golden rule: import each symbol from the module that defines it. A package index.ts may barrel only its own ./ modules — never another package.

11 20d ago A 687 tokens