Streamlit 1.63.0 Launches New UI Widgets and Performance Boost Streamlit 1.63.0, released on September 1, 2026, introduces new UI widgets, a 20% caching speed boost, and built-in support for OpenAI, Anthropic, and Cohere APIs. The update aims to accelerate data-app prototyping, with product lead Olivia Wang emphasizing design freedom without sacrificing simplicity. The popular open‑source data‑app framework Streamlit rolled out version 1.63.0 on September 1, 2026. The update brings a suite of new UI widgets, a 20 % speed improvement in the caching layer, and deeper integration with generative‑AI models. The release signals the project’s continued push to make data‑driven prototyping faster and more accessible for developers and startups alike. Streamlit 1.63.0 introduces three brand‑new interactive components: The release also expands the theming API, letting developers customize fonts, border radii, and dark‑mode transitions via a single theme.yaml file. "We wanted to give creators the same design freedom they get in full‑stack frameworks, without sacrificing Streamlit’s simplicity," said Olivia Wang , product lead at Streamlit, in the official blog post. Under the hood, the caching subsystem has been rewritten in Rust, delivering roughly 20 % faster execution for typical data‑loading pipelines. Benchmarks posted by the team show a reduction from 3.2 seconds to 2.5 seconds when caching a 500 MB CSV file. The new cache also supports automatic invalidation when source files change, reducing the need for manual st.experimental rerun calls. Recognizing the surge in generative‑AI applications, Streamlit 1.63.0 adds built‑in support for OpenAI, Anthropic, and Cohere APIs via the st.chat message component. Developers can now stream LLM responses directly into the UI with minimal code: python import streamlit as st from streamlit chat import chat message msg = chat message model="gpt-4o", prompt="Summarize the dataset" st.write msg The component handles token‑level streaming, error retries, and token‑usage logging, making it easier for startups to prototype AI‑powered analytics tools. Streamlit’s rapid adoption—over 1.2 million monthly active users as of Q2 2026—has made it a de‑facto standard for data scientists building internal tools. The new widgets lower the barrier for non‑engineers to craft polished interfaces, while the performance uplift directly translates to lower cloud costs for teams running heavy‑weight data pipelines. For the broader AI ecosystem, tighter LLM integration means fewer glue‑code layers, accelerating time‑to‑market for AI‑enhanced products. Startups can now spin up a prototype in hours rather than days, a competitive edge in a market where speed is paramount. The open‑source community has already begun contributing plugins that extend the new accordion component for hierarchical data navigation. On GitHub, the release has amassed 150 pull requests within the first 48 hours, reflecting strong developer enthusiasm. Streamlit’s roadmap hints at a 1.64.0 release slated for early 2027, focusing on real‑time collaborative editing and a visual workflow builder. As the platform cements its role at the intersection of data science, low‑code development, and AI, we can expect further investments in performance and enterprise‑grade security features. Keywords: tech news, open source project milestone or release, startup, AI, innovation