Skip to content

Commit d902c78

Browse files
committed
docs: add explanation of how the toolkit components fit together
- Added a new section "How the Toolkit Fits Together" to clarify the relationship between API Server, Mobile Client, and Web Dashboard - Explained the separation of concerns and its benefits for platform management and mobile updates
1 parent 4085913 commit d902c78

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/docs/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ Welcome to the Flutter News App Full Source Code Toolkit. This is more than just
100100
</Card>
101101
</div>
102102

103+
## How the Toolkit Fits Together
104+
105+
The **API Server** is the central brain. Both the **Mobile Client** and the **Web Dashboard** communicate with it to fetch data, authenticate users, and retrieve configuration. The **Web Dashboard** is used to populate the content that the **Mobile Client** displays.
106+
107+
This separation of concerns makes the toolkit robust and flexible. You can manage your entire platform from the web and deliver updates to your mobile users instantly.
108+
103109
## Get Started: Try, Evaluate, and Launch
104110

105111
This toolkit is source-available, allowing you to explore the code and ensure it meets your standards before making a commitment.

0 commit comments

Comments
 (0)