Introduction
Show, don't tell.
On github there is a separate repo for the examples of applications built with vmblu: Examples.
For just checking the architecture files of the examples you can use the playground editor. The playground editor is fully functional, but not embedded into an IDE, so you won't be able to jump into source code. For that you have to download the examples repo and work from your IDE. You can create/view local files - if you want - with the playground editor.
Some of the examples can also run in the browser, but for examples like the chat application (needs a server-side app as well), or the vscode extension (needs to be embedded in vscode) you have to download the code and setup the environment. Applications that need an API key, for example to connect to an LLM, will run but without the LLM connection - install locally if you want to try this out. There is also an llm-bridge server available that you can run locally to avoid CORS conflicts.
The list of examples is continuously being expanded, so keep an eye on it - better still is to contribute to the examples something you have built, see the examples repo for how to contribute.
Clicking on the architecture graphs opens the playground editor, use ctrl-shift-click if you want to open the example in a new tab.