@affectively/edgework-sdk
v0.1.2
Published
Client-side AI inference SDK with D1/Dash storage, WebGPU inference, and on-device RLHF
Maintainers
Readme
@affectively/edgework-sdk
Welcome! This SDK brings AI inference directly to the browser — fast, private, and offline-capable.
Install
npm install @affectively/edgework-sdkWhat's Inside
- Storage — Local-first data with D1/Dash sync
- Inference — WebGPU-powered AI that runs on-device
- RLHF — Collect feedback to improve models over time
- React — Ready-to-use components for feedback UI
Quick Start
import { EdgeworkProvider, useInference } from '@affectively/edgework-sdk/react';
function App() {
return (
<EdgeworkProvider>
<MyComponent />
</EdgeworkProvider>
);
}Learn More
License
Apache-2.0
Made with care by the AFFECTIVELY team.
