
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
@aibind/solid
Advanced tools
AI SDK bindings for SolidJS — reactive hooks for streaming, structured output, and agents
Low-level SolidJS reactive hooks for AI streaming. If you're using SolidStart, use @aibind/solidstart instead — it wraps this package with sensible defaults and server handlers.
npm install @aibind/solid ai solid-js
Using SolidStart? Install
@aibind/solidstartinstead — it includes this package and adds server handlers and default endpoints.
This package requires you to specify an endpoint for every hook. For SolidStart projects, @aibind/solidstart provides defaults automatically.
import { useStream } from "@aibind/solid";
function Chat() {
const { text, loading, send } = useStream({
endpoint: "/my/stream/endpoint", // required
system: "You are a helpful assistant.",
});
return <p>{text()}</p>;
}
| Entry | Exports |
|---|---|
@aibind/solid | useStream, useStructuredStream, defineModels |
@aibind/solid/agent | useAgent |
@aibind/solid/markdown | useStreamMarkdown, StreamParser, HtmlRenderer, MarkdownRecovery |
@aibind/solid/history | ReactiveChatHistory, ReactiveMessageTree |
@aibind/solid/project | Project |
Full documentation: aibind.dev
MIT
FAQs
AI SDK bindings for SolidJS — reactive hooks for streaming, structured output, and agents
We found that @aibind/solid 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
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.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.