Skip to content

Commit 5a307ad

Browse files
committed
Add optimize get started page (#180)
1 parent 8b53b61 commit 5a307ad

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
## Core Idea 🧠
1717

18-
Unlike typical notebooks (like Jupyter or Observable), Recho Notebook treats **code and its output as a single, continuous document**. When you write code, **the output appears inline — as a comment right below or beside your code**.
18+
Unlike typical notebooks (like Jupyter or Observable), Recho Notebook treats **code and its output as a single, continuous document**. When you write code, **the output appears inline — as a comment right above your code**.
1919

2020
```js
2121
//➜ "dog"
@@ -40,7 +40,7 @@ It’s light, artistic, and reactive — blending ideas from creative coding, li
4040

4141
## Example Use Cases 🖼️
4242

43-
- Teaching/learning basic algorithms with immediate visual/text feedback.
43+
- Teaching/learning basic algorithms with immediate text/visual feedback.
4444
- Creating text-based animations to experience the simplicity and clarity in ASCII art.
4545
- Exploring code minimalism — finding beauty in code and its textual output.
4646

@@ -52,6 +52,22 @@ At the same time, we wanted to make coding more accessible and playful. Inspired
5252

5353
That’s how Recho Notebook began — **[a lighter way to code with creativity](https://medium.com/@subairui/a-lighter-way-to-code-with-creativity-8c0ac739aa6f)**.
5454

55+
## What's Next 🔥
56+
57+
Recho Notebook is in beta — and open source! 🎉 Try it out on our [website](https://recho.dev/notebook) or explore the code on [GitHub](https://github.com/recho-dev/notebook). We’d love your thoughts, comments, or suggestions. Want to contribute? Here’s where you can help:
58+
59+
- **Sharing Examples**[text analysis](https://recho.dev/notebook/examples/word-count), [ASCII art](https://recho.dev/notebook/examples/moon-sundial), [data viz](https://recho.dev/notebook/examples/phases-of-the-moon), [graphics](https://recho.dev/notebook/examples/cg-text-based-shaders), [concrete poetry](https://recho.dev/notebook/examples/fire!), or demos with [D3](https://d3js.org/), [Tone](https://tonejs.github.io/), [ml5](https://ml5js.org/)… anything! One example is enough.
60+
- **Polyglot Programming** – Recho Notebook is JavaScript-first but open to any language that compiles to JavaScript — [Python](https://www.python.org/), [Rust](https://www.rust-lang.org/), [MLscript](https://github.com/hkust-taco/mlscript), [wenyan‑lang](https://wy-lang.org/)… your playground.
61+
- **LLM Experiments** – What if LLMs could "see" both the input and the output?
62+
63+
We’re also improving:
64+
65+
- **Editing & Workflow** – Reruns, formatting, smoother editing.
66+
- **Visuals** – Dark theme, ANSI codes, more expressive output.
67+
- **Interactivity** – Mouse, keyboard, and more input support.
68+
69+
Cloud storage is coming, but for now, keep it simple — and keep the ideas coming! 🚀
70+
5571
## License 📄
5672

5773
ISC © [Recho Notebook](https://github.com/recho-dev)

0 commit comments

Comments
 (0)