TanStack/bling
💍 Framework agnostic transpilation utilities for client/server RPCs, env isolation, islands, module splitting, and more. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 92
Flags: archived
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: 1289
- days_rel: n/a
- days_push: 810
- n_releases_24m: 0
Adoption not part of the score
1494 stars · 33 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TanStack Bling is a framework-agnostic set of transpilation utilities and macros for TypeScript, enabling isomorphic client/server RPCs (via the server$ macro), environment isolation, islands architecture, and module splitting. It works at build time to transform code so functions can run seamlessly on the server while being called from the client.
Use cases
- create isomorphic server functions callable from client code
- split modules and isolate environments at build time
- implement islands architecture in any framework
- call server-side logic via fetch without writing API endpoints
- share code between SSR and client bundles safely
When to choose
- you want framework-agnostic server RPC macros in a TypeScript build
- you need env isolation or module splitting without adopting a full meta-framework
- you're already in the TanStack ecosystem and want isomorphic functions
When to avoid
- you need a battle-tested, production-hardened RPC layer with long-term support
- your framework already provides built-in server actions or RPC utilities
- you need a mature project with active maintenance and releases
Facets
library · maturity experimental
rpc middleware http-client http-server build-tool developer-tools web-development frontend backend developer-tools apis cross-platform transpilation macros isomorphic env-isolation module-splitting islands-architecture framework-agnostic typescript nodejs web-server
1 source
- readme: https://github.com/TanStack/bling · fetched 2026-08-28 · 67c359b4981b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| TanStack/bling | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem