# TanStack/bling

💍 Framework agnostic transpilation utilities for client/server RPCs, env isolation, islands, module splitting, and more.

Repository: https://github.com/TanStack/bling
Canonical: https://ross.abutalabs.com/products/bling
Language: TypeScript
License: MIT
License Family: permissive
Archived: true
Last push: 2024-06-14T20:21:05+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 92
- inputs: {"age_days": 1289, "days_push": 810, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1494, forks 33 (observed 2026-08-28T04:04:52.954274+00:00)

## What it is
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
- artifact type: library
- maturity: experimental
- function: rpc, middleware, http-client, http-server, build-tool, developer-tools
- domain: web-development, frontend, backend, developer-tools, apis
- platform: cross-platform
- tags: transpilation, macros, isomorphic, env-isolation, module-splitting, islands-architecture, framework-agnostic, typescript, nodejs, web-server

## Member repositories
- TanStack/bling (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:52.954274+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:33:20.391942+00:00, confidence not recorded.
  - readme: https://github.com/TanStack/bling (fetched 2026-08-28T04:04:52.954274+00:00, sha 67c359b4981b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
