
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
@aibind/vue
Advanced tools
AI SDK bindings for Vue 3 — reactive composables for streaming, structured output, and agents
Low-level Vue 3 composables for AI streaming. If you're using Nuxt, use @aibind/nuxt instead — it wraps this package with sensible defaults and server handlers.
npm install @aibind/vue ai vue
Using Nuxt? Install
@aibind/nuxtinstead — it includes this package and adds server handlers and default endpoints.
This package requires you to specify an endpoint for every composable. For Nuxt projects, @aibind/nuxt provides defaults automatically.
<script setup lang="ts">
import { useStream } from "@aibind/vue";
const { text, loading, send } = useStream({
endpoint: "/my/stream/endpoint", // required
system: "You are a helpful assistant.",
});
</script>
| Entry | Exports |
|---|---|
@aibind/vue | useStream, useStructuredStream, defineModels |
@aibind/vue/agent | useAgent |
@aibind/vue/markdown | StreamMarkdown, StreamParser, HtmlRenderer, MarkdownRecovery |
@aibind/vue/history | ReactiveChatHistory, ReactiveMessageTree |
@aibind/vue/project | Project |
Full documentation: aibind.dev
MIT
FAQs
AI SDK bindings for Vue 3 — reactive composables for streaming, structured output, and agents
We found that @aibind/vue 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.

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.

Company News
Allow myself to introduce... myself.