CodePunk is a cyberpunk themed JavaScript notebook inspired by Stephen Grider's jsnote. It is almost like jupyter notebook but it runs JavaScript. CodePunk client can directly run NodeJS environment code in the browser.
CodePunk.Demo.Project.mp4
CodePunk.Demo.mp4
It is the frontend client for CodePunk local api. This package is the backbone of the entire CodePunk project. The client does all the code transpiling and bundling and run them in the browser. It also caches the imported packages and has all the logic to display the cells.