Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ That's it.
## Getting Started

```bash
git clone https://github.com/alexanderqchen/orb-ui.git
git clone https://github.com/exprmntl/orb-ui.git
cd orb-ui
pnpm install

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Expressive, accessible React components for realtime voice agents. Connect Vapi,
</p>

<p align="center">
<a href="https://orb-ui.com">Live demo</a> · <a href="https://orb-ui.com/docs">Documentation</a> · <a href="https://orb-ui.com/playground">Playground</a> · <a href="https://www.npmjs.com/package/orb-ui">npm</a> · <a href="https://github.com/alexanderqchen/orb-ui">Star on GitHub</a>
<a href="https://orb-ui.com">Live demo</a> · <a href="https://orb-ui.com/docs">Documentation</a> · <a href="https://orb-ui.com/playground">Playground</a> · <a href="https://www.npmjs.com/package/orb-ui">npm</a> · <a href="https://github.com/exprmntl/orb-ui">Star on GitHub</a>
</p>

```jsx
Expand Down Expand Up @@ -355,7 +355,7 @@ the orb with the typed style variable:
## Development

```bash
git clone https://github.com/alexanderqchen/orb-ui.git
git clone https://github.com/exprmntl/orb-ui.git
cd orb-ui
pnpm install

Expand Down
7 changes: 2 additions & 5 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,13 @@
"name": "orb-ui",
"description": "React voice agent UI component library with animated voice orbs, audio-reactive themes, and adapters for Vapi, ElevenLabs, and custom realtime voice AI apps.",
"url": "https://orb-ui.com/",
"codeRepository": "https://github.com/alexanderqchen/orb-ui",
"codeRepository": "https://github.com/exprmntl/orb-ui",
"downloadUrl": "https://www.npmjs.com/package/orb-ui",
"applicationCategory": "DeveloperApplication",
"programmingLanguage": "TypeScript",
"runtimePlatform": "React",
"license": "https://opensource.org/licenses/MIT",
"sameAs": [
"https://github.com/alexanderqchen/orb-ui",
"https://www.npmjs.com/package/orb-ui"
],
"sameAs": ["https://github.com/exprmntl/orb-ui", "https://www.npmjs.com/package/orb-ui"],
"author": {
"@type": "Person",
"name": "Alexander Chen",
Expand Down
2 changes: 1 addition & 1 deletion demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { highlightTsx } from './syntax-highlight'
// Constants
const STATES: OrbState[] = ['idle', 'connecting', 'listening', 'thinking', 'speaking', 'error']
const THEMES: OrbThemeName[] = ['circle', 'bars', 'cloud', 'radial', 'debug']
const GITHUB_REPO_URL = 'https://github.com/alexanderqchen/orb-ui'
const GITHUB_REPO_URL = 'https://github.com/exprmntl/orb-ui'
const NPM_PACKAGE_URL = 'https://www.npmjs.com/package/orb-ui'
const GITHUB_STAR_COLOR = '#8bc7ff'

Expand Down
4 changes: 2 additions & 2 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
{
"type": "github",
"href": "https://github.com/alexanderqchen/orb-ui"
"href": "https://github.com/exprmntl/orb-ui"
}
],
"primary": {
Expand All @@ -39,7 +39,7 @@
},
"footer": {
"socials": {
"github": "https://github.com/alexanderqchen/orb-ui",
"github": "https://github.com/exprmntl/orb-ui",
"website": "https://orb-ui.com"
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"homepage": "https://orb-ui.com",
"repository": {
"type": "git",
"url": "https://github.com/alexanderqchen/orb-ui.git"
"url": "https://github.com/exprmntl/orb-ui.git"
},
"packageManager": "pnpm@10.33.1",
"typesVersions": {
Expand Down