Back to browse
Flet Studio – build cross-platform Python apps in the browser

Flet Studio – build cross-platform Python apps in the browser

by appveyor·May 28, 2026·2 points·0 comments

AI Analysis

●●SolidSlickCozy

Pyodide-powered browser IDE with 500+ gallery examples and one-click Android APK export.

Strengths
  • Zero server requirement - entire app runs in browser with Pyodide
  • 500+ gallery examples provide instant starting points for new apps
  • Cross-platform export includes Android APK generation from browser
Weaknesses
  • Only useful if you're already using or learning Flet framework
  • Pyodide startup time and browser limitations vs native development
Target Audience

Python developers building cross-platform UIs with Flet

Similar To

Streamlit Cloud · Gradio Spaces · Replit

Post Description

Hello, I'm Feodor, the creator of Flet framework (https://github.com/flet-dev/flet).

We've just released Flet Studio (https://flet.app) - a web-based tool for building and running Python apps in the browser. It was primarily made as a playground for Flet apps, but simple apps with just Python output can be run too (there is a console for that). Create a new app from scratch or fork one of 500 gallery (https://flet.app/gallery) examples. Share the app with a live view "run" URL. The app entirely runs in a browser with Pyodide, no server required.

Is it just for web? Nope! New app template and all gallery apps are complete cross-platform Flet projects with `pyproject.toml` - just download the app as a zip, unpack, run `uv run flet build apk` and get a working Android app!

How is it different from PyScript? With Flet you don't need to write HTML/CSS files or output HTML from Python - you build UI with widgets.

Would love to hear your feedback! Thanks for your time.

Similar Projects