Introduction
Show, don't tell... We have brought together here a number of applications made with vmblu, ranging from easy to more complex.
On github there is a separate repo for these examples: Examples.
You can use the playground editor to look at the node diagram of the applications. The playground editor is fully functional, but not embedded into an IDE, so you won't be able to jump into source code. To use the full functionality, download the examples repo and work from your IDE.
The playground editor shows a 'remote' file system that contains the examples but you can create and work on files in a local file system if you want.
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.