bodhi-sdk-react-integration

Integrate Bodhi SDK with React and Vite for local LLM chat.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/BodhiSearch/bodhi-js --skill bodhi-sdk-react-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bodhi-sdk-react-integration
Source: https://github.com/BodhiSearch/bodhi-js/tree/main/bodhi-js-sdk/skills/react-integration
Command: npx skills add https://github.com/BodhiSearch/bodhi-js --skill bodhi-sdk-react-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides developers on integrating Bodhi's SDK with React+Vite to embed local LLM capabilities in web apps, reducing setup complexity and enabling seamless chat experiences.

Core Features & Use Cases

  • Install & Setup: Quick start to install the Bodhi React preset and wire up BodhiProvider around your app
  • State & Auth: Use useBodhi() for client state, login, and setup flows
  • Deployment Readiness: Includes guidance for GitHub Pages and OAuth setup

Quick Start

Install @bodhiapp/bodhi-js-react, wrap your app with BodhiProvider using your client ID, then implement a chat component with streaming support.