Skip to content

Commit e7efd0c

Browse files
docs: benefit-focused README rewrite
Replace "X is engineered to" with "What X gives you" — outcome-first copy matching the website's goal-oriented direction. Generated-By: PostHog Code Task-Id: 556dae83-2866-4359-85ea-c7d0d818cb34
1 parent a833a16 commit e7efd0c

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ operates within the **Tauri** webview alongside `Wind`, consuming state and
5555
services from the `Wind` service layer to display and manage the editor's visual
5656
presentation.
5757

58-
**Sky** is engineered to:
59-
60-
1. **Render UI Components:** Provide a comprehensive set of Astro-based
61-
components that compose the Land editor interface.
62-
2. **Support Multiple Workbench Variants:** Offer distinct workbench approaches
63-
(A1-A3) for different deployment scenarios.
64-
3. **Integrate with Wind Services:** Consume `Wind`'s Effect-TS powered services
65-
for state management and backend communication.
66-
4. **Enable Page Routing:** Manage application navigation and page transitions
67-
within the Tauri webview.
58+
**What Sky gives you:**
59+
60+
1. **The editor you see.** Every panel, sidebar, tab bar, and status bar is an
61+
Astro component. Change a component, and Tauri hot-reloads it instantly.
62+
2. **Multiple workbench layouts.** Three approaches (A1-A3) for different
63+
deployment scenarios: full desktop, embedded, and minimal.
64+
3. **State from Wind.** Sky consumes Wind's Effect-TS services. UI state is
65+
always consistent, always typed, always reactive.
66+
4. **SPA routing in a webview.** Page transitions happen client-side inside
67+
Tauri's webview. No full-page reloads, no navigation flicker.
6868

6969
---
7070

0 commit comments

Comments
 (0)