Show HN: Smarter Interviews (Collaborative Editing with Replays)

4 points by rahulrav ↗ HN
I love Visual Studio Code and I use it everyday. Visual Studio Code uses Monaco as it’s code editor.

Monaco is a really impressive code editor with some amazing features. One of the best features is really how fast it feels. As i started to experiment with the editor more, I realized how amazing it would be if someone used Monaco as the base of a new collaborative editor. Maybe, I should do it.

Thinking about this problem a bit more, if I was going to build a collaborative editor it would need to have the following feature-set:

Reliable editing. No centralized datastore for the documents created. The documents should belong to the user who created them.

Easy access controls. (I don’t want to share my document with the whole world, but only a few users).

Presence support (Knowing who else is looking at the document in real time).

Instant Replay (Being able to replay the entire session as it happened would be a differentiating feature).

App: http://app.interview-smart.com/index.html#about

More info at: https://rahulrav.svbtle.com/smarter-interviews

0 comments

[ 3.9 ms ] story [ 9.8 ms ] thread

No comments yet.