
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@aibind/svelte
Advanced tools
AI SDK bindings for Svelte 5 — reactive streaming, structured output, and agents
Low-level Svelte 5 reactive classes for AI streaming. If you're using SvelteKit, use @aibind/sveltekit instead — it wraps this package with sensible defaults, server handlers, and remote functions.
npm install @aibind/svelte ai svelte
Using SvelteKit? Install
@aibind/sveltekitinstead — it includes this package and adds server handlers, default endpoints, and remote functions.
This package requires you to specify an endpoint for every class. For SvelteKit projects, @aibind/sveltekit provides defaults automatically.
<script lang="ts">
import { Stream } from "@aibind/svelte";
const stream = new Stream({
endpoint: "/my/stream/endpoint", // required
system: "You are a helpful assistant.",
});
</script>
| Entry | Exports |
|---|---|
@aibind/svelte | Stream, StructuredStream, defineModels |
@aibind/svelte/agent | Agent |
@aibind/svelte/markdown | StreamMarkdown, StreamParser, HtmlRenderer, MarkdownRecovery |
@aibind/svelte/history | ReactiveChatHistory, ReactiveMessageTree |
@aibind/svelte/project | Project |
Full documentation: aibind.dev
MIT
FAQs
AI SDK bindings for Svelte 5 — reactive streaming, structured output, and agents
We found that @aibind/svelte demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.