Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 932 Bytes

File metadata and controls

34 lines (22 loc) · 932 Bytes

AI Song Generator Worker

Cloudflare Worker for AI song-generation provider orchestration. This fork tracks kalepail/aisonggenerator-worker while keeping Noot-side experiments isolated and easy to rebase.

Development

pnpm install
pnpm start

pnpm start runs Wrangler in remote development mode on port 8787.

Deploy

pnpm deploy

Regenerate Cloudflare bindings after configuration changes with:

pnpm cf-typegen

Repository shape

  • src/api/ — provider/API adapters and song-generation request handling
  • wrangler.jsonc — Cloudflare Worker configuration
  • worker-configuration.d.ts — generated Cloudflare bindings/types

Fork maintenance

Upstream changes should be synchronized as explicit PRs so provider fixes remain attributable and local prompt/behavior experiments stay reviewable as a separate layer.