Performative-UI – a react component library of design tropes
Hilarious satire of AI startup tropes — 'StatusDot: Always green, even when it's not.'

Drop-in voice AI orb component when you're tired of rebuilding pulsing circles for Vapi.
React developers building voice AI interfaces
Vapi SDK · ElevenLabs SDK · Retell AI
orb-ui is a React component library for voice AI agent UIs. You plug in an adapter for your voice provider, the component handles the state machine (idle, connecting, listening, speaking) and renders it.
```jsx import { Orb } from 'orb-ui' import { createVapiAdapter } from 'orb-ui/adapters'
<Orb adapter={createVapiAdapter(vapi, { assistantId })} theme="circle" /> ```
Click the orb to start/stop. Animation reacts to audio volume in real time.
What it is: - An npm package: Install, import, ship. No copy-pasting component files - Provider-agnostic: Ships with Vapi + ElevenLabs adapters, easy to add others - Just the UI layer: Doesn't touch your prompts, your backend, or your logic - MIT licensed
What it isn't: - A voice AI SDK (use Vapi/ElevenLabs/Bland for that) - A full conversation UI (no transcript, no message history)
The existing alternatives (ElevenLabs UI kit, Vapi Blocks) are shadcn-style copy-paste components locked to one provider. This is a proper package you can install and update.
Demo: https://orb-ui.com npm: https://www.npmjs.com/package/orb-ui GitHub: https://github.com/alexanderqchen/orb-ui
Curious what voice AI UIs people are building and what you'd want from a library like this.
Hilarious satire of AI startup tropes — 'StatusDot: Always green, even when it's not.'
Visual RSC boundary outlines for Next.js when React DevTools don't show this.
Realistic CSS shadows via physics simulation—nice aesthetic, but CSS-in-JS already solves this.
Evangelion aesthetic is fun, but it's just themed components under the hood.
19 Braille spinners as React components, but Chakra and Material-UI already ship these.
Yet another image slider when react-compare-slider exists for free on npm.