From 65ad310089d2ccdf26936b6506be19eac5b1c9be Mon Sep 17 00:00:00 2001 From: Ray Walker Date: Thu, 6 Aug 2026 11:15:31 +1000 Subject: [PATCH] docs: link Skyline, the canonical live example project (LAB-739) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5d76609..6bf22f3 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ TypeScript SDK for CacheKit — backend-agnostic caching with L1 in-memory, SWR, | [@cachekit-io/cachekit-core-ts](./packages/cachekit-core-ts) | Native bindings (N-API, Node) | | [@cachekit-io/cachekit-core-wasm](./packages/cachekit-core-wasm) | wasm32 bindings (Cloudflare Workers) | +**Live example**: [Skyline](https://github.com/cachekit-io/bluesky-thinking) — this SDK serving +Bluesky firehose analytics from a Cloudflare Workers edge API, reading cache entries written live +by the Python SDK on one shared interop namespace. + ## Development ```bash