From f5bb6c305a94d7cff251d35e746db3c4de0567cb Mon Sep 17 00:00:00 2001 From: Tereza Tizkova Date: Thu, 24 Oct 2024 08:49:06 -0700 Subject: [PATCH] Add E2B apps --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 627bf297..2c5dff6b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ Read more about E2B on the [E2B website](https://e2b.dev) and the official [E2B ## Examples +**Open-source apps** +- [E2B AI Analyst](https://github.com/e2b-dev/ai-analyst) - analyze your data & create interactive charts +- [E2B Fragments](https://github.com/e2b-dev/fragments) - prompt different LLMS to generate apps with UI + + **Hello World guide** - [TypeScript](https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/hello-world-js) - [Python](https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/hello-world-python)