⚡ Now in Beta — Free for developers

Developer-first live coding.

Share your screen, run AI coding reviews, and build awesome developer communities in real-time.

🤖 AI Coding Assistant
Low-latency via Amazon IVS
👥 Developer Communities
ts index.ts
LIVE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import { IVSClient } from '@aws-sdk/client-ivs' // AWS Client
import { BedrockClient } from '@aws-sdk/bedrock'
const streamConfig = {
channelArn: process.env.IVS_CHANNEL_ARN,
latencyMode: 'LOW',
type: 'STANDARD'
}
async function startStream() {
const client = new IVSClient({
region: 'us-east-1'
})
const response = await client
.startStream(streamConfig)
return response.streamKey
}
Live Chat Room
theo: setting up AWS route table...
mpj: hooks are working now!
tsndr: wait, check port 3000
raj: looking very clean!
*** raj has joined.
Type a message...
LIVE

Live Now