Skip to content

Commit c7b10ae

Browse files
committed
Migrate flet.app to studio.flet.dev
1 parent a15ab62 commit c7b10ae

20 files changed

Lines changed: 29 additions & 29 deletions

File tree

sdk/python/examples/gallery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ categories:
191191
_icon: build
192192
_description: Gestures, drag/drop, screenshots
193193
BrowserContextMenu:
194-
Clipboard: # Clipboard files gives 404 on https://flet.app/api/gallery/apps/services/clipboard/files/package.zip?v=0, warn about Safari and iOS
194+
Clipboard: # Clipboard files gives 404 on https://studio.flet.dev/api/gallery/apps/services/clipboard/files/package.zip?v=0, warn about Safari and iOS
195195
Color pickers:
196196
Connectivity:
197197
Draggable:

sdk/python/packages/flet/src/flet/controls/core/icon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Icon(LayoutControl):
2828
The icon to display, selected from a predefined icon set.
2929
3030
You can explore available icons using the
31-
[Flet Icons Browser](https://flet.app/gallery/run/apps/icons_browser/).
31+
[Flet Icons Browser](https://studio.flet.dev/gallery/run/apps/icons_browser/).
3232
"""
3333

3434
color: Optional[ColorValue] = None

website/blog/2026-05-28-flet-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It started life as a playground for Flet apps, but turned out to be much
1414
more: a place to prototype, a gallery of editable examples, and a way to send someone a
1515
working app as just a link.
1616

17-
<a href="https://flet.app" target="_blank" rel="noopener noreferrer">
17+
<a href="https://studio.flet.dev" target="_blank" rel="noopener noreferrer">
1818
<img src="/img/pages/studio/flet-studio-light.png" className="screenshot-100" style={{borderRadius: '7px'}} />
1919
</a>
2020

@@ -23,7 +23,7 @@ working app as just a link.
2323
## What you can do
2424

2525
- **Run.** The simplest thing is to just run a Flet example. Open any of the
26-
[500+ apps in the gallery](https://flet.app/gallery), hit run, and watch it work — no
26+
[500+ apps in the gallery](https://studio.flet.dev/gallery), hit run, and watch it work — no
2727
setup, nothing to install.
2828
- **Create.** When you find one you like, fork it and make it your own. Or start from a
2929
blank cross-platform template if you'd rather build from scratch. Either way you get a
@@ -78,7 +78,7 @@ we're headed.
7878

7979
## Try it
8080

81-
Open [flet.app](https://flet.app), build something, and share it. We'd love
81+
Open [flet.app](https://studio.flet.dev), build something, and share it. We'd love
8282
your feedback — drop it in [GitHub Discussions](https://github.com/flet-dev/flet/discussions)
8383
or on [Discord](https://discord.gg/dzWXP8SHG8).
8484

website/blog/2026-07-17-smarter-flet-studio-with-ai-agent.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors: feodor
55
tags: ["releases", "flet studio"]
66
---
77

8-
In case you missed it, we have [Flet Studio](https://flet.app) - an online tool for
8+
In case you missed it, we have [Flet Studio](https://studio.flet.dev) - an online tool for
99
building Flet apps and sharing them with other users. What started as a quick "FletPad"
1010
experiment has already grown into a solid app - an online Flet IDE, if you will - with
1111
user accounts, a forkable gallery of examples, multiple apps per account, and version
@@ -19,15 +19,15 @@ your apps with other users.
1919

2020
Today we are introducing a new member of the family - the AI agent!
2121

22-
Go to https://flet.app and ask something like:
22+
Go to https://studio.flet.dev and ask something like:
2323

24-
<a href="https://flet.app" target="_blank" rel="noopener noreferrer">
24+
<a href="https://studio.flet.dev" target="_blank" rel="noopener noreferrer">
2525
<img src="/img/blog/flet-studio-ai/flet-studio-ai-prompt.png" className="screenshot-100" />
2626
</a>
2727

2828
...and in a few moments you get code you can start working with:
2929

30-
<a href="https://flet.app" target="_blank" rel="noopener noreferrer">
30+
<a href="https://studio.flet.dev" target="_blank" rel="noopener noreferrer">
3131
<img src="/img/blog/flet-studio-ai/flet-studio-ai-result-preview.png" className="screenshot-100" />
3232
</a>
3333

@@ -38,7 +38,7 @@ Python developer. Maintainable code is an explicit goal for us, and we are build
3838
tools for the agent to achieve exactly that. It helps that Flet itself, with its minimal
3939
boilerplate, is a framework equally friendly to humans and AI.
4040

41-
<a href="https://flet.app" target="_blank" rel="noopener noreferrer">
41+
<a href="https://studio.flet.dev" target="_blank" rel="noopener noreferrer">
4242
<img src="/img/blog/flet-studio-ai/flet-studio-ai-result-code.png" className="screenshot-100" />
4343
</a>
4444

@@ -104,7 +104,7 @@ in some areas like routing/navigation or declarative apps.
104104

105105
## Try it
106106

107-
Open [flet.app](https://flet.app), sign in, and ask the agent to build something - your
107+
Open [flet.app](https://studio.flet.dev), sign in, and ask the agent to build something - your
108108
free monthly credits are already waiting. If you'd rather stay with your local agent,
109109
plug in the [Flet MCP server](/docs/cookbook/flet-mcp/) and enjoy hallucination-free
110110
Flet coding right away.

website/docs/controls/icon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/componen
1313
## Examples
1414

1515
To browse and visualize all available icons,
16-
visit our [icons browser](https://flet.app/gallery/run/apps/icons_browser/)
16+
visit our [icons browser](https://studio.flet.dev/gallery/run/apps/icons_browser/)
1717

1818
<CodeExample path={frontMatter.examples + '/icon/main.py'} language="python" />
1919

website/docs/studio/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Introduction"
44

55
# Flet Studio
66

7-
[Flet Studio](https://flet.app) is a browser-based editor for writing, running, saving and
7+
[Flet Studio](https://studio.flet.dev) is a browser-based editor for writing, running, saving and
88
sharing Flet apps. Your Python code runs entirely in the browser via
99
[Pyodide](https://pyodide.org/) — there is no Flet account required to try it, and no
1010
local install required to run something someone else built and shared with you.

website/docs/studio/privacy-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: "Privacy Policy"
88

99
This Privacy Policy explains how **Appveyor Systems Inc.** ("AppVeyor", "we", "us", or "our") collects, uses, shares, and protects personal information in connection with the Flet Studio service ("Flet Studio", "the Service"). Flet Studio is a hosted development environment and runtime for building applications with the Flet framework.
1010

11-
This policy applies to information we collect from users of Flet Studio at https://flet.app (and any related domains we operate for the Service) and through the Flet Studio web application.
11+
This policy applies to information we collect from users of Flet Studio at https://studio.flet.dev (and any related domains we operate for the Service) and through the Flet Studio web application.
1212

1313
---
1414

website/docs/studio/terms-of-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Your use of AI features is subject to Section 4 (Acceptable Use); you may not us
128128

129129
### 7.1 Plans
130130

131-
Flet Studio is offered under a free plan and one or more paid plans. The current plans, their features and limits, and their prices — together with the price of AI credit packs — are listed on our [pricing page](https://flet.app/pricing). We may change plan limits and pricing with reasonable advance notice; where we materially reduce a limit, we will provide notice through the Service or by email. A price change for a subscription takes effect at the start of a subsequent billing period.
131+
Flet Studio is offered under a free plan and one or more paid plans. The current plans, their features and limits, and their prices — together with the price of AI credit packs — are listed on our [pricing page](https://studio.flet.dev/pricing). We may change plan limits and pricing with reasonable advance notice; where we materially reduce a limit, we will provide notice through the Service or by email. A price change for a subscription takes effect at the start of a subsequent billing period.
132132

133133
### 7.2 AI credit packs
134134

website/docs/tutorials/calculator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ similar to iPhone calculator app UI:
1313

1414
<Image src="examples/tutorials/calculator/media/app.png" alt="calc-app" width="55%" />
1515

16-
You can find a live demo [here](https://flet.app/gallery/run/apps/calculator/).
16+
You can find a live demo [here](https://studio.flet.dev/gallery/run/apps/calculator/).
1717

1818
In this tutorial, we will cover all of the basic concepts for creating a Flet app:
1919
building a page layout, adding controls, making reusable UI components, handling

website/docs/tutorials/solitaire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In this tutorial we will show you step-by-step creation of a famous Klondike sol
88

99
This tutorial is aimed at beginner/intermediate level Python developers who have basic knowledge of Python and object oriented programming.
1010

11-
You can find a live demo [here](https://flet.app/gallery/run/tutorials/solitaire_declarative/solitaire_final/).
11+
You can find a live demo [here](https://studio.flet.dev/gallery/run/tutorials/solitaire_declarative/solitaire_final/).
1212

1313
<Image src="examples/tutorials/solitaire/media/part1-final.gif" alt="solitaire" width="55%" />
1414

0 commit comments

Comments
 (0)