Srcbook – A TypeScript notebook for rapid prototyping

Srcbook is a TypeScript & JavaScript notebook tool that allows users to create, run, and share programs and ideas in a reproducible manner. It features AI capabilities for exploring and iterating on ideas, and can export to valid markdown format (.src.md). This open-source application is powered by Node.js and runs locally on your machine as a CLI application with a web interface. Users can easily install and run Srcbook using npm or npx commands. The tool also offers analytics for improving the application, but assures users that no personal information is collected. For developers, there are detailed instructions in the CONTRIBUTING.md file.

https://github.com/srcbookdev/srcbook

To top