What problem does it solve?
Personalizes a fork of this Cloudflare multi-worker monorepo—Alchemy application ids (await alchemy literals + --app), npm workspace names (--filter), README, and UI—so Cloudflare dashboards and Turbo filters are not confusing. Use when the user created a repo from the template, wants to deploy their own app, or asks to rename workers, rebrand, or remove generic starter kit copy. Skip when developing the upstream starter kit (origin URL contains firtoz/cf-multiworker-starter-kit; canonical https://github.com/firtoz/cf-multiworker-starter-kit) unless the user explicitly asks.
Core Features & Use Cases
- Guard: If the upstream is detected, the flow is skipped unless explicitly requested to rename or template work.
- Aligns Alchemy IDs and workspace names across the fork (e.g., CF_STARTER_APPS, alchemy(...), and package.json names) to prevent drift.
- Provides guidance for forking, renaming workers, branding, and updating docs to reflect the forked project.
Quick Start
Run the project-init flow after forking to apply your app IDs, workspace names, and branding, then verify dashboards reflect your fork.