Skip to content
View acoyfellow's full-sized avatar
🤖
Building
🤖
Building

Block or report acoyfellow

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
acoyfellow/README.md

hey 👋

designer and developer running SendGrowth. i build products from concept to production—design, code, and ship.

i'm obsessed with finding new ways to leverage modern tools to solve problems. i build a lot of small, focused products that aim to do one thing really well.

what i'm into

iterating with customers directly.

AI-powered automation. building tools that take tedious workflows and make them instant.

edge computing patterns. distributed systems, real-time workflows, scalable caching.

product design. clean, focused interfaces that solve specific problems.

rapid shipping. turning ideas into working products fast.

stack

My own: remote bun create remote-app my-app (sveltekit with batteries for auth+db+more)

But, whatever gets the job done fastest and correctly. right now i'm working in: edge workers, durable objects, websockets, svelte kit, AI APIs.

featured projects

check out my pinned repos for production-ready patterns in distributed systems and edge computing.

find me

coey.dev@acoyfellowcoeyman


cherry hill, nj

Pinned Loading

  1. remote remote Public

    Barebones starter for building authenticated apps with persistent state on the edge.

    TypeScript 50 4

  2. t2t t2t Public

    Voice-to-text with MCP support. System-wide dictation (hold fn) and AI agent mode (hold fn+ctrl) that connects to any MCP server. Cross-platform desktop app with local Whisper transcription.

    Svelte 6

  3. agentcast agentcast Public

    Live browser sessions for AI agents. Watch your agents work in real-time with CDP screencasting, natural language control, and full browser automation on Cloudflare Workers.

    TypeScript 4

  4. ironalarm ironalarm Public

    Reliable task scheduling for Cloudflare Durable Objects, implementing the "reliable runNow" pattern for resilient long-running tasks.

    Svelte 4

  5. ditto ditto Public

    Edge-native parallel LLM orchestration for Cloudflare Workers. Run multiple AI models in parallel, merge with consensus, orchestrate with Durable Objects.

    Svelte 3

  6. depot depot Public

    Manage reference repositories globally. Clone dependencies once, reference them everywhere.

    Go