Skip to content

Commit 82dd0ac

Browse files
committed
readme
1 parent efc74c1 commit 82dd0ac

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,21 @@ In production, use the `start` command:
6868
uv run python src/agent.py start
6969
```
7070

71-
## Web and mobile frontends
71+
## Frontend & Telephony
7272

73-
To use a prebuilt frontend or build your own, see the [agents frontend guide](https://docs.livekit.io/agents/start/frontend/).
73+
Get started quickly with our pre-built frontend starter apps, or add telephony support:
7474

75-
## Telephony
75+
| Platform | Link | Description |
76+
|----------|----------|-------------|
77+
| **Web** | [`livekit-examples/agent-starter-react`](https://github.com/livekit-examples/agent-starter-react) | Web voice AI assistant with React & Next.js |
78+
| **iOS/macOS** | [`livekit-examples/agent-starter-swift`](https://github.com/livekit-examples/agent-starter-swift) | Native iOS, macOS, and visionOS voice AI assistant |
79+
| **Flutter** | [`livekit-examples/agent-starter-flutter`](https://github.com/livekit-examples/agent-starter-flutter) | Cross-platform voice AI assistant app |
80+
| **React Native** | [`livekit-examples/voice-assistant-react-native`](https://github.com/livekit-examples/voice-assistant-react-native) | Native mobile app with React Native & Expo |
81+
| **Android** | [`livekit-examples/agent-starter-android`](https://github.com/livekit-examples/agent-starter-android) | Native Android app with Kotlin & Jetpack Compose |
82+
| **Web Embed** | [`livekit-examples/agent-starter-embed`](https://github.com/livekit-examples/agent-starter-embed) | Voice AI widget for any website |
83+
| **Telephony** | [📚 Documentation](https://docs.livekit.io/agents/start/telephony/) | Add inbound or outbound calling to your agent |
7684

77-
To add a phone number, see the [agents telephony guide](https://docs.livekit.io/agents/start/telephony/).
85+
For advanced customization, see the [complete frontend guide](https://docs.livekit.io/agents/start/frontend/).
7886

7987
## Tests and evals
8088

0 commit comments

Comments
 (0)