A Cloudflare Worker for generating alt text for images in Bluesky posts using the Gemini API. https://workers.indexx.dev/altText/
Find a file
2025-06-07 23:16:47 -05:00
.vscode Initial commit (by create-cloudflare CLI) 2025-06-06 22:17:32 -05:00
src feat: include directive for condense_text endpoint 2025-06-07 23:16:47 -05:00
.gitignore Initial commit (by create-cloudflare CLI) 2025-06-06 22:17:32 -05:00
package-lock.json feat: basic generate and condense_text endpoints 2025-06-07 22:25:26 -05:00
package.json feat: basic generate and condense_text endpoints 2025-06-07 22:25:26 -05:00
README.md feat: include directive for condense_text endpoint 2025-06-07 23:16:47 -05:00
tsconfig.json Initial commit (by create-cloudflare CLI) 2025-06-06 22:17:32 -05:00
worker-configuration.d.ts feat: basic generate and condense_text endpoints 2025-06-07 22:25:26 -05:00
wrangler.jsonc feat: include directive for condense_text endpoint 2025-06-07 23:16:47 -05:00

Bluesky Alt Text Worker

A Cloudflare Worker which works in conjunction with https://github.com/indexxing/Bluesky-Alt-Text. All endpoints are based off the original cloud function made by symmetricalboy here, just in Typescript and prepackaged into a Cloudflare Worker environment.

Documentation is served at the root of the worker deployment. There is a root path variable specified in the entrypoint file because my setup involves using a worker route wildcard on my custom domain.