website/docs/studio/index.md
Flet Studio is a browser-based editor for writing, running, saving and sharing Flet apps. Your Python code runs entirely in the browser via Pyodide — there is no Flet account required to try it, and no local install required to run something someone else built and shared with you.
Flet Studio started as a tool we wanted for ourselves and kept being useful for things we hadn't planned. In rough order:
pip install flet, before reading the
getting-started docs, you can write a few lines and see them run.flet publish and flet build web produce.
What you see in Studio is what you'd get from a published Flet static site — same
controls, same layout, same web runtime.Studio inherits the constraints of running Python in the browser. Most of these are covered in more detail in the static website publishing docs:
No.
Studio is for trying Flet, prototyping small apps, sharing snippets, learning, and
showing off ideas. For everything else — desktop and mobile builds, native packages,
real multi-file projects, your favorite IDE and debugger, the full Python ecosystem
without the Pyodide constraints above — install Flet locally and use flet run and
flet build. See installation when you're ready
to make the jump.