APIs, libraries, utility, and whatever else...
Random stuff built for the funzies and all it's available publicly

workers-go
Use Go on Cloudflare Workers via WebAssembly
workers-go -i . -o ./bin * Found: fetch [ok] Output: ./bin/ ├─ main.ts (1.21 KiB) ├─ app.wasm (4.96 MiB) └─ wasm_exec.js (16.59 KiB) Took 24.18 s
Check documentation
EmotesJS
Fast, dependency free, and responsive 7TV inline emotes parser
Made to help parse 7TV emotes into responsive HTML image elements
let emotes = new EmotesJS() emotes.parse('EZ')
Check documentation
Urban dictionary
Get result from urban dictionary with one command
!urban twitch twitch: Safe for work cam-girl site.
Check documentation
durable-rusty-limiter
A simple rate limiter made for Cloudflare Workers using Durable objects and Rust
Check documentation
durable-sse
Use Cloudflare’s Durable Objects to manage and send real time notifications using Server Sent Events (SSE)
Check documentation
catchThis
Lightweight and pure javascript library that returns normalized errors as values instead of throwing them
Check documentation
edge-cold-starts
Find Edge-runtime's cold starts on Cloudflare Workers, Vercel, Fastly, Netlify, Deno deploy in NodeJS, Bun, Deno, Golang, Rust and WebAssembly
Check it