#252 · Primary category: AI Coding Assistants
srcbook
TypeScript notebook
Project last updated:07/30/26
GitHub Stars
3.4K
Forks
311
Contributors
16
License
Apache-2.0
Why we included this project
Srcbook turns the notebook idea into a TypeScript-first tool that runs entirely on your own machine, with a web interface served from a local CLI. Because code executes in a Node.js process rather than in the browser, you can open database connections, hit HTTP endpoints, and touch the file system, which makes it useful as a scripting scratchpad or a lightweight Postman alternative. The AI layer writes or edits whole notebooks and then runs what it produces, so you can test ideas immediately, provided you bring your own API key. It also exports notes to markdown, supports mermaid diagrams for annotations, and includes a Hub of example notebooks that double as learning material. One honest caveat: the maintainers have flagged the project as no longer under active development, so treat it as a tool for prototyping rather than a rapidly evolving dependency.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.