Skip to content

Releases: recho-dev/notebook

0.2.0 (Oct 20, 2025)

21 Oct 03:36
143e38b

Choose a tag to compare

Recho 0.2.0: Light Domain-Specific Code Editors for Coders and Artists

https://recho.dev/

iShot_2025-10-20_21 00 21

We released Recho 0.1.0 on October 7. Over the past two weeks, we received valuable feedback from friends. After discussion, we decided to rename Recho to Recho Notebook (#172).

By doing this, we want Recho to have a broader vision: a series of lightweight code editors for coders and artists across different domains. We believe text and code have the potential to become the most effective and flexible user interface, especially in the age of generative AI. To explore this potential, we’re developing different Recho Editors with different focuses:

  • Recho Notebook: A reactive editor for algorithms and ASCII art
  • Recho Multiple: An exploratory editor for creative coding
  • Recho Melody: A chronological editor for coding with music

Note that we’re are not limited to code alone. Our editors also include graphical interfaces and even engage senses beyond the visual, such as sound. The key is treating code as a first-class citizen — introducing computational thinking while using visual thinking to assist us.

As our name Reactive Echo suggests: every keystroke deserves an echo, telling you you’re doing great and encouraging you to keep exploring. We want to live in the editor forever!

What's Changed

New Contributors

Special Thanks

Thanks @jackbdu @yiyujin @yafira @ChloeYanYan for their valuable feedbacks!

Full Changelog: v0.1.0...v0.2.0

0.1.0 (Oct 7, 2025)

08 Oct 02:37
bcca03d

Choose a tag to compare

Recho: A Light Notebook Environment for Learning and Exploration

image

We’ve always loved @observablehq Observable Notebooks and wondered if a more portable notebook format could still keep its interactivity. Inspired by the @processing p5.js Web Editor, we also asked ourselves: can an environment focus more on computation rather than graphics, while remaining accessible and playful?

To explore these questions, we’re building Recho, a light environment for learning and exploration. It introduces plain code format for notebooks, echoing output inline as comments to provide live, in-situ coding experiences with instant feedback. Built on vanilla JavaScript and Observable Notebook Kit, Recho lets developers, artists, and learners explore and create directly in code.

Although there’s a lot of things to do, we’re excited to release a beta version and open-source Recho right now. Any thoughts, comments, suggestions, examples and contributions are welcome! 🌟 Star Recho on GitHub if you like it!