Solara Examples
A wide range of applications can be developed using Solara. The following examples demonstrate some of the tools built by members of the Solara community and within Polus. Solara applications available through the GitHub open-source community can also be adapted and launched through Notebooks Hub. See examples from Solara here and here.
From the Solara Community
Example: Wanderlust
Wanderlust is a travel assistant demo built using Solara and the OpenAI Assistants API. See more details here and the app in action here.

A gif showcasing the Wanderlust app
Example: Solara Chatbot
Solara supports OpenAPI’s GPT-4 API to create chat bots. See Solara’s app in action here. A helpful guide can be found here.

A gif of a sample chatbot
Example: Bulk Labeling Tool
The bulk labeling tool is an application developed by Ben Epstein to quickly add labels to unlabeled datasets. See details here.

A screenshot from Ben Epstein’s repo
Examples on Notebooks Hub
Example: Solara Scatter
Solara Scatter is a simple demo showcasing interactive elements for exploratory data analysis.

Gif of Solara Scatter
Example: Solara Trail
Solara Trail is another simple demo showcasing interactive elements for data visualization.

A gif of a sample dashboard
Example: Solara Tokenizer
Solara also supports tiktoken, which tokenizes all words.

A gif of a simple tokenizer app