streamlit
Streamlit — A faster way to build and share data apps. (by streamlit)
dash
Data Apps & Dashboards for Python. No JavaScript Required. (by plotly)
streamlit | dash | |
---|---|---|
306 | 56 | |
38,322 | 22,194 | |
3.8% | 1.5% | |
9.9 | 9.2 | |
2 days ago | 4 days ago | |
Python | Python | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
streamlit
Posts with mentions or reviews of streamlit.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-13.
-
How to Build an Internal Data Application Using Google Sheets as a Data Source
Streamlit: https://streamlit.io/
-
Querying DynamoDB with Natural Language Using MCP
The agent uses MCP to translate this into a DynamoDB query. Then, using Streamlit UI, results are returned in a structured format, making it easy to use.
-
Can I run this LLM?
It's powered by something called "Streamlit" (https://streamlit.io).
> A faster way to build and share data apps
Website doesn't even load for me. I don't even know what to say...welcome to web dev 2025 edition.
-
Vaadin Flow for AdminUI
Since Vaadin is Java-focused, its major benefits are best realized within that ecosystem. If you're using .NET, Blazor might be a better fit, while in the Python world, a lightweight alternative could be Streamlit.
-
Running locally DeepSeek-R1 for RAG
We can embed this solution into a desktop client by creating a user interface using Streamlit to allow the user to interact with our RAG application via chat. Or you can make a Telegram bot, then it will be even easier to create an interface
-
Building a Sarcasm Detection System with LSTM and GloVe: A Complete Guide
Streamlit
-
AI companies cause most of traffic on forums
I deployed a small dockerized app on GCP a couple months ago and these bots ended up costing me a ton of money for the stupidest reason: https://github.com/streamlit/streamlit/issues/9673
The majority of requests were from OpenAI…
-
[Python Tips] Streamlit: A Rapid Prototyping Tool for Python
This article aims to quickly get you started with the Python streamlit library, including installation, input data, chart drawing, basic controls, progress bars, and free deployment.
-
How to Scrape and Analyse Data for Free using AI: From Collection to Insight
Streamlit makes it easy to create an interactive user interface (UI) for Python applications. In this section, you will build a simple, user-friendly interface where users can input a URL and display the scraped data.
-
Unlocking DuckDB from Anywhere - A Guide to Remote Access with Apache Arrow and Flight RPC (gRPC)
Streamlit: Streamlit turns data scripts into shareable web apps in minutes.
dash
Posts with mentions or reviews of dash.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-13.
-
dash VS solara - a user suggested alternative
2 projects | 13 Oct 2023
-
[Python] NiceGUI: Lassen Sie jeden Browser das Frontend für Ihren Python-Code sein
Of course there are valid use cases for splitting frontend and backend technologies. NiceGUI is for those who don’t want to leave the Python ecosystem and like to reap the benefits of having all code in one place. There are other options like Streamlit, Dash, Anvil, JustPy, and Pynecone. But we initially created NiceGUI to easily handle the state of external hardware like LEDs, motors, and cameras. Additionally, we wanted to offer a gentle learning curve while still providing the ability to go all the way down to HTML, CSS, and JavaScript if needed.
- Visualizing parquet in s3 bucket for data analysis?
-
Little guidance of a python newbie
You could use something like Streamlit or Dash. In any case you will be accessing your app through the browser.
-
Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
Useful list. Dash & bokeh as two more in the space
https://github.com/plotly/dash
-
Python projects with best practices on Github?
I also heard of Dash which serves the same purpose I guess, but I think it has more to offer.
-
4 Streamlit Alternatives for Building Python Data Apps
Plotly is a plotting library, and Dash is their open-source framework for building data apps with Python, R or Julia. (Dash also has an Enterprise version, but we'll focus on the open-source library here.)
-
NiceGUI: Let any browser be the frontend for your Python code
Of course there are valid use cases for splitting frontend and backend technologies. NiceGUI is for those who don’t want to leave the Python ecosystem and like to reap the benefits of having all code in one place. There are other options like Streamlit, Dash, Anvil, JustPy, and Pynecone. But we initially created NiceGUI to easily handle the state of external hardware like LEDs, motors, and cameras. Additionally, we wanted to offer a gentle learning curve while still providing the ability to go all the way down to HTML, CSS, and JavaScript if needed.
-
Sharing interactive Plotly graphs
looks like you can get it manually (albeit with a loss of interactivity) https://github.com/plotly/dash/issues/145
-
Containerizing Shiny for Python and Shinylive Applications
Shiny is a framework that makes it easy to build interactive web applications. Shiny was introduced 10 years ago as an R package. In his 10th anniversary keynote speech, Joe Cheng announced Shiny for Python at the 2022 RStudio Conference. Python programmers can now try out Shiny to create interactive data-driven web applications. Shiny comes as an alternative to other frameworks, like Dash, or Streamlit.
What are some alternatives?
When comparing streamlit and dash you can also consider the following projects:
flet - Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
nicegui - Create web-based user interfaces with Python. The nice way.
reflex - 🕸️ Web apps in pure Python 🐍
panel - Panel: The powerful data exploration & web app framework for Python