All In One Capture exists because the modern workflow for "show someone something on your screen" needs three logins, two paid subscriptions, and a working week to set up.
All In One Capture is a Chrome / Firefox extension that bundles three tools you probably already use into one toolbar icon:
Every team we've worked with ends up paying three services to do what one browser API already can:
The browser already exposes getDisplayMedia, MediaRecorder, and RTCPeerConnection. With a tiny signaling relay (free on Cloudflare Workers) and Google's free STUN servers, you can replace all three at $0/month.
The heavy lifting — video encoding, screen capture, peer connections — all happens in the browser. Our only backend is a tiny WebSocket relay that forwards signaling messages between peers. WebRTC media never touches our servers.
You can run the entire extension without any backend at all. Login (email + password, Google, Facebook) and chat history are opt-in features that require the API server. Without them, calls and chat still work anonymously.
Built by Jaswinder Singh. Reach out at jass.app.dev@gmail.com.