Can't find what you're looking for? Contact our support team.
Yeah. Up to 5 people, no time limit, no credit card. We figure if you like it enough to stick around, you'll upgrade when you need more people or private repos. If not, no hard feelings.
Syntax highlighting works for about 40 languages — the usual suspects (Python, JS, Go, Rust, etc.) plus config files like YAML and JSON. It's not a full IDE so don't expect autocomplete or deep code analysis. It's for collaborating, not replacing VS Code.
Not magic, just math. We use a CRDT (Conflict-free Replicated Data Type) engine we built ourselves. Basically, everyone's edits get merged correctly even if two people type at the same time. It's the same tech concept as Google Docs, but tuned for code.
We encrypt everything in transit and at rest. For Enterprise customers we can do end-to-end encryption so even we can't see your code. We're SOC 2 certified if that helps you sleep at night. Realistically, your biggest risk is probably leaving your laptop unlocked in a coffee shop, not us.
Yes, there's an extension. Install it, open a collaborative session, and it works inside VS Code. Some people prefer the browser, some prefer their own editor. Both work fine.
We save everything locally and sync when they're back online. Nothing gets lost. We've all had that moment where WiFi cuts out at a bad time — this handles it.
Pro and Enterprise plans can record terminal output and code changes. Useful for training or if you want to review how a bug got fixed. Voice chat doesn't get recorded though — that felt creepy to us.
Click "Share" in the top right, type their email, pick if they can edit or just view. They get an email with a link. If they don't have an account yet, they'll make one in about 30 seconds.
Free tier is 1 GB total. Pro is 50 GB. Enterprise is unlimited. If you're trying to upload a 10 GB binary, this probably isn't the right tool — we're for code, not file storage.
Go to account settings, click cancel. Your paid plan runs until the billing period ends, then you drop back to Free. We don't do sneaky tactics to make cancellation hard. Life's too short.