https://github.com/kodehort/ai-sdk-solid
This is a community port of the deprecated @ai-sdk/solid package.
https://github.com/kodehort/ai-sdk-solid
ai-sdk javascript solid-js solid-start solidjs solidjs-hooks solidstart typescript
Last synced: 13 days ago
JSON representation
This is a community port of the deprecated @ai-sdk/solid package.
- Host: GitHub
- URL: https://github.com/kodehort/ai-sdk-solid
- Owner: kodehort
- License: other
- Created: 2025-12-03T20:46:03.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-01-01T23:08:26.000Z (25 days ago)
- Last Synced: 2026-01-06T19:48:54.271Z (20 days ago)
- Topics: ai-sdk, javascript, solid-js, solid-start, solidjs, solidjs-hooks, solidstart, typescript
- Language: TypeScript
- Homepage:
- Size: 378 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# AI SDK SolidJS Provider
This is a community port of the deprecated [@ai-sdk/solid](https://github.com/vercel/ai/tree/%40ai-sdk/solid%401.2.13/packages/solid) package.
[Solid.js](https://www.solidjs.com/) UI components for the [AI SDK](https://ai-sdk.dev/docs/introduction):
- useChat hook
- useCompletion hook
- useObject hook
## Examples
[Examples](./examples) for each component:
- [useChat](./examples/useChat.tsx)
- [useCompletion](./examples/useCompletion.tsx)
- [useObject](./examples/useObject.tsx)