Why I Built SnippetsX Instead of Just Using Pastebin

Aman Kumar
Full Stack Engineer @ StartupCoaching
“Every time I paired with someone on a bug, we ended up in the same loop — screenshots, zipped folders, or a screen-share nobody could type into. SnippetsX started as a fix for that one annoyance.”
Every time I paired with someone on a bug, we ended up in the same loop — a screenshot of the error, a zipped folder over Slack, or a screen-share where only one person could actually type. None of it felt like the way two developers should work on code together in 2025.
SnippetsX started as a weekend fix for that one annoyance: a browser tab where I could write code, hit run, and hand someone a link that let them see my cursor move in real time. No signup friction, no local setup, no 'can you see my screen' back and forth.
The execution layer turned out to be the hard part, not the collaboration layer. Getting 40+ languages to run safely in isolated containers, fast enough that it doesn't feel like a CI pipeline, took longer than the live-cursor sync did. Live typing over WebSockets is a solved problem; sandboxing untrusted code from strangers on the internet is not.
It's since turned into something I use for technical interviews too — watching a candidate actually think through a problem in a shared editor tells you more in ten minutes than a take-home assignment does in a week.

Written by Aman Kumar
Full Stack Engineer — React, Node.js & Next.js
Building scalable web applications, developer tools, and AI products. Currently shipping full-stack features at StartupCoaching.
More Thoughts
11 Months In: What Full-Time at StartupCoaching Taught Me About Shipping
Freelance and self-taught projects reward polish. A product team rewards throughput. Ten months into a full-time Full Stack Engineer role, that's the biggest recalibration I've had to make.
From Self-Taught to Full Stack Engineer: What Actually Changed
It wasn't the frameworks. I knew React and Node before anyone paid me to use them. What changed between the self-learning years and the job is harder to put on a resume.