Ross ROSS = Recommend OSS · open-source software intelligence for agents

lukeed/worktop

The next generation web framework for Cloudflare Workers observed · 2026-08-28

github.com/lukeed/worktop · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2341
  • days_rel: n/a
  • days_push: 958
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1684 stars · 41 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

worktop is a lightweight TypeScript web framework for building HTTP APIs on Cloudflare Workers. It provides a router with pattern definitions, middleware support, request/response helpers, and à la carte submodules including KV utilities.

Use cases

  • build a REST API on Cloudflare Workers
  • route requests with path patterns in a worker
  • read and write Cloudflare KV from an API handler
  • add custom middleware to worker request handling
  • parse JSON or form request bodies in a worker
  • queue background tasks after responding in a worker

When to choose

  • you are building HTTP APIs specifically for Cloudflare Workers
  • you want a tiny, treeshakable framework with first-class TypeScript support
  • you need routing and KV helpers without heavy dependencies

When to avoid

  • you need a framework that runs outside Cloudflare Workers
  • you want a large ecosystem with extensive plugins and community support
  • you need frequent updates or long-term guaranteed maintenance

Facets

framework · maturity maintenance

web-framework routing middleware http-server web-development backend apis cloud serverless cloudflare-workers edge-computing kv-storage lightweight serverless typescript nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
lukeed/worktopmain23

For agents

markdown · JSON · MCP: product_card(name="lukeed/worktop")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem