I built an online code editor that monitors what you code and automatically turns it into a tutorial.
The idea is to allow developers to create tutorials quickly, without the hassle of video editing or having to use essay-like blog sites like Medium to demo code.
How it works?
It is a browser-based development environment where you simply code as you normally would in editors like VSCode or Atom. In the background, it tracks every action you perform (writing in files, running commands, making notes etc). With the click of a button, the editor generates a playback of your actions which you can share on the platform for others to view and interact with.
Notes:
1. The editor is not optimized for mobile screens, try it out on laptop/desktop for a better experience.
2. The application is in its early stages, test it out and feel free to join the discord community here: https://discord.gg/4Yw4sVcgdA
1 comment
[ 3.1 ms ] story [ 12.5 ms ] threadThe idea is to allow developers to create tutorials quickly, without the hassle of video editing or having to use essay-like blog sites like Medium to demo code.
How it works?
It is a browser-based development environment where you simply code as you normally would in editors like VSCode or Atom. In the background, it tracks every action you perform (writing in files, running commands, making notes etc). With the click of a button, the editor generates a playback of your actions which you can share on the platform for others to view and interact with.
Notes:
1. The editor is not optimized for mobile screens, try it out on laptop/desktop for a better experience. 2. The application is in its early stages, test it out and feel free to join the discord community here: https://discord.gg/4Yw4sVcgdA
Looking forward to your thoughts and feedback.