AILive Orb is a reusable React/Three.js neural orb for AI interfaces, dashboards, chat agents, and automation views.
npm install
npm run devnpm run buildThe static build is generated in dist/.
- Reusable component:
src/components/ai-mascot/AILiveOrb.tsx. - Lower-level component:
src/components/ai-mascot/AIMascotOrb.tsx. - Deployment target: GitHub Pages static hosting.
import { AILiveOrb } from './components/ai-mascot';
<AILiveOrb view="automation" size="lg" intensity="high" autoCycle interactive showConnections />