# svecosystem/runed

Magical utilities for your Svelte applications.

Repository: https://github.com/svecosystem/runed
Canonical: https://ross.abutalabs.com/products/runed
Homepage: https://runed.dev
Language: TypeScript
License: MIT
License Family: permissive
Topics: svelte, svelte-5, svelte-js, svelte-utility, svelte5, sveltekit, typescript, svelte-5-helpers, svelte-5-utilities, svelte-reactivity, svelte-utilities, runes, svelte-runes
Last push: 2026-03-04T14:55:23+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 70, release rhythm 62, longevity 64
- inputs: {"age_days": 905, "days_push": 182, "days_rel": 256, "gap_med": 6, "n_releases_24m": 38}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1842, forks 85 (observed 2026-08-28T04:05:43.172676+00:00)

## What it is
Runed is a collection of TypeScript utilities for Svelte 5 applications built on top of Svelte Runes. It provides reactive helpers for state, watching, debouncing, URL search params, context, finite state machines, and browser/element utilities.

## Use cases
- watch specific reactive values in Svelte 5 instead of $effect
- debounce or throttle reactive state in Svelte components
- manage schema-validated URL search params in SvelteKit
- persist reactive state across sessions and tabs
- create type-safe Svelte context
- build a finite state machine with Svelte runes
- reactively fetch async data based on changing state
- track element size, focus, viewport, and keyboard state reactively

## When to choose
- you are building a Svelte 5 or SvelteKit app and want well-tested reactive utilities
- you keep rewriting the same rune-based helpers like debounce, watch, or persisted state
- you want type-safe context and URL search param handling in SvelteKit

## When to avoid
- you are using Svelte 4 or earlier without runes support
- you are not using Svelte or SvelteKit
- you need framework-agnostic utilities usable outside Svelte

## Facets
- artifact type: library
- maturity: active
- function: state-management, developer-tools, middleware
- domain: web-development, frontend, developer-tools
- platform: browser
- tags: svelte, svelte-5, sveltekit, runes, reactivity, typescript, utilities, web-server, nodejs

## Member repositories
- svecosystem/runed (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:43.172676+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-30T03:18:00.269559+00:00, confidence not recorded.
  - readme: https://github.com/svecosystem/runed (fetched 2026-08-28T04:05:43.172676+00:00, sha e029770f1c2b)
  - homepage: https://runed.dev (fetched 2026-08-29T10:57:09.692266+00:00, sha f4efd6603396)
  - site_page: https://runed.dev/docs/getting-started (fetched 2026-08-29T10:57:09.694971+00:00, sha 224da90293b7)
  - site_page: https://runed.dev/docs/utilities/extract (fetched 2026-08-29T10:57:09.696754+00:00, sha d12f3ad8ef24)
  - site_page: https://runed.dev/docs/utilities/resource (fetched 2026-08-29T10:57:09.698264+00:00, sha 885cf38d6bbf)
  - site_page: https://runed.dev/docs/utilities/use-search-params (fetched 2026-08-29T10:57:09.700054+00:00, sha aaae07786106)
  - site_page: https://runed.dev/docs/utilities/watch (fetched 2026-08-29T10:57:09.703502+00:00, sha 7d09b7fdc842)
  - site_page: https://runed.dev/docs/utilities/context (fetched 2026-08-29T10:57:09.705717+00:00, sha 70448936c5f0)
  - site_page: https://runed.dev/docs/utilities/debounced (fetched 2026-08-29T10:57:09.707679+00:00, sha 45c3ebef8371)
  - site_page: https://runed.dev/docs/utilities/finite-state-machine (fetched 2026-08-29T10:57:09.709411+00:00, sha d51c9b26ede9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
