{"id":51102117,"url":"https://github.com/usebarekey/svelte-effect-runtime","last_synced_at":"2026-07-05T01:00:55.698Z","repository":{"id":349621899,"uuid":"1203156764","full_name":"usebarekey/svelte-effect-runtime","owner":"usebarekey","description":"Effect Runtime for Svelte","archived":false,"fork":false,"pushed_at":"2026-06-26T00:48:43.000Z","size":1763,"stargazers_count":32,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-26T01:13:42.024Z","etag":null,"topics":["effect","effect-ts","svelte","sveltekit"],"latest_commit_sha":null,"homepage":"https://ser.barekey.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/usebarekey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-06T19:22:54.000Z","updated_at":"2026-06-26T00:48:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"4fe2f218-9099-478c-afdd-14d77af0213d","html_url":"https://github.com/usebarekey/svelte-effect-runtime","commit_stats":null,"previous_names":["usebarekey/svelte-effect-runtime"],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/usebarekey/svelte-effect-runtime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usebarekey%2Fsvelte-effect-runtime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usebarekey%2Fsvelte-effect-runtime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usebarekey%2Fsvelte-effect-runtime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usebarekey%2Fsvelte-effect-runtime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usebarekey","download_url":"https://codeload.github.com/usebarekey/svelte-effect-runtime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usebarekey%2Fsvelte-effect-runtime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35140189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["effect","effect-ts","svelte","sveltekit"],"created_at":"2026-06-24T12:00:22.798Z","updated_at":"2026-07-05T01:00:55.685Z","avatar_url":"https://github.com/usebarekey.png","language":"TypeScript","funding_links":[],"categories":["📦 Other"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./.assets/banner.png\" alt=\"Svelte Effect Runtime\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/svelte-effect-runtime\"\u003enpm\u003c/a\u003e\n  •\n  \u003ca href=\"https://jsr.io/@barekey/svelte-effect-runtime\"\u003eJSR\u003c/a\u003e\n  •\n  \u003ca href=\"https://open-vsx.org/extension/barekey/svelte-effect-runtime-vscode\"\u003eOpenVSX\u003c/a\u003e\n  •\n  \u003ca href=\"https://marketplace.visualstudio.com/items?itemName=Barekey.svelte-effect-runtime-vscode\"\u003eVS Code Marketplace\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nWrite effectful code without any hassle. Seriously!\n\n```svelte\n\u003cscript lang=\"ts\" effect\u003e\n  import * as StockCard from \"./ticker-card.ts\";\n  import { GetAllStocks, GetLivePrice } from \"./tickers.remote.ts\";\n  import { GetUser } from \"user.ts\";\n\u003c/script\u003e\n\n\u003cScrollArea\u003e\n  {const currency = $derived((yield* GetUser()).preferredCurrency)}\n\n  {#each yield* GetAllStocks() as stock}\n    {const liveQuery = yield* GetLivePrice(stock.ticker)}\n    {const price = $derived(liveQuery.current ?? stock.initialPrice)}\n\n    \u003cStockCard.Root\u003e\n      \u003cStockCard.Header\u003e{stock.name}\u003c/StockCard.Header\u003e\n      \u003cStockCard.Price\u003e{price} {currency.displayName}\u003c/StockCard.Price\u003e\n    \u003c/StockCard.Root\u003e\n  {/each}\n\u003c/ScrollArea\u003e\n```\n\n## Packages\n\n| Package                                                                                    | Description                                                               |\n| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------- |\n| [`svelte-effect-runtime`](./modules/svelte-effect-runtime)                                 | Core module that houses the Vite plugin to enable effectful execution.    |\n| [`svelte-effect-runtime-grammars`](./modules/svelte-effect-runtime-grammars)               | TextMate and tree-sitter grammar data used by SER-aware tooling.          |\n| [`svelte-effect-runtime-language-server`](./modules/svelte-effect-runtime-language-server) | Standalone npm package for the SER language server used by editor tools.  |\n| [`svelte-effect-runtime-vsix`](./modules/svelte-effect-runtime-vsix)                       | VS Code extension that launches the SER language server for Svelte files. |\n\nVisit the **[docs](https://ser.barekey.dev)** for guides and API reference.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusebarekey%2Fsvelte-effect-runtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusebarekey%2Fsvelte-effect-runtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusebarekey%2Fsvelte-effect-runtime/lists"}