About

One extension. Built to run for free.

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.

What it is

All In One Capture is a Chrome / Firefox extension that bundles three tools you probably already use into one toolbar icon:

  • Screenshots — visible area, region, full page; plus a built-in editor.
  • Screen recording — screen, window, or tab; mic + optional webcam overlay.
  • Video calling — small-group peer-to-peer rooms with live chat and screen sharing.

Why we built it

Every team we've worked with ends up paying three services to do what one browser API already can:

  • Lightshot or Snagit for screenshots
  • Loom or Vimeo Record for recording
  • Zoom or Google Meet for calls

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.

How it stays cheap

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.

What's optional

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.

The maker

Built by Jaswinder Singh. Reach out at jass.app.dev@gmail.com.