Watch Your Team Work in Real-Time
Hire freelancers and see their screens live. Pay by the second, only for the time they work.
Live
Fix React Auth Bug
4
Share
End Room
You (Client)
Y
Share your screen to show context
Freelancers Working
src/auth/AuthProvider.tsx
1
import { useState, useEffect } from 'react';
2
3
export function AuthProvider({ children }) {
4
const [user, setUser] = useState(null);
5
const [loading, setLoading] = useState(true);
6
7
useEffect(() => {
8
const session = getSession();
AC
Alex Chen
React Developer
$1.30
Terminal
1
$ npm run build
2
3
> livekit@0.1.0 build
4
> next build
5
6
Creating optimized production build...
7
Compiled successfully
8
Collecting page data...
MS
Maria Santos
Backend Dev
$1.12
Chrome DevTools
1
Elements Console Network Sources
2
─────────────────────────────────────
3
4
> fetch('/api/auth/session')
5
◀ Promise {<pending>}
6
7
▶ {user: {id: 'usr_123', email: '...'}}
8
JK
Jordan Kim
Full Stack Dev
$0.94
Session Cost
$5.58
Pre-auth usage
1.1%
$5.58
$500.00
Active Freelancers
Alex Chen
7m 12s
$2.16
Maria Santos
6m 12s
$1.86
Jordan Kim
5m 12s
$1.56
Platform Fee (40%)
$2.23
Create a Room