Skip to content

Commit 8bdbd87

Browse files
committed
Revise index.md content for clarity and consistency in feature descriptions
1 parent dd1b407 commit 8bdbd87

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

docs/index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ layout: home
33

44
hero:
55
name: SimDeck
6-
text: Local iOS Simulator control plane
7-
tagline: A project-local CLI, native daemon, browser UI, and JS test API for streaming, inspecting, and driving iOS Simulators on macOS.
6+
text: Simulator control panel
7+
tagline: Stream simulator from your favorite IDE, with built-in tools to enhance DX for developing mobile apps
88
actions:
99
- theme: brand
1010
text: Get Started
@@ -22,37 +22,37 @@ features:
2222
width: 28
2323
height: 28
2424
title: Browser-first simulator
25-
details: "`simdeck` starts a foreground project daemon and prints local/LAN URLs for a React UI with live WebRTC H.264 video, touch, keyboard, hardware-button, and rotation input."
25+
details: "`simdeck` starts a foreground project daemon and prints local/LAN URLs for a client live WebRTC H.264 video & low-latency input."
2626
- icon:
2727
src: /icons/zap.svg
2828
width: 28
2929
height: 28
3030
title: Native macOS performance
31-
details: "A Rust HTTP server fronts an Objective-C bridge that talks to CoreSimulator, SimulatorKit, private display APIs, and hardware or software H.264 encoders."
31+
details: "A Rust HTTP server fronts an Objective-C bridge that talks to CoreSimulator, SimulatorKit, private display APIs."
3232
- icon:
3333
src: /icons/network.svg
3434
width: 28
3535
height: 28
36-
title: Stable HTTP control plane
37-
details: "The daemon exposes simulator lifecycle, input, accessibility, logs, chrome assets, and inspector control through a single REST API."
36+
title: Streaming remote
37+
details: "WebRTC/WebSocket transports allow remote streaming/tunneling the simulator stream efficiently. Share your simulator streams with coworkers, or use in CI."
3838
- icon:
3939
src: /icons/scan-search.svg
4040
width: 28
4141
height: 28
4242
title: First-class inspectors
43-
details: "`describe` and the UI prefer NativeScript or UIKit in-app inspectors when available, then fall back to private CoreSimulator accessibility snapshots."
43+
details: "`describe` and the UI prefer NativeScript, React Native, UIKit, SwiftUI in-app inspectors when available, fall back to accessibility tree."
4444
- icon:
4545
src: /icons/puzzle.svg
4646
width: 28
4747
height: 28
48-
title: Built-in extensions
49-
details: "A VS Code extension opens the simulator inside the editor, and `simdeck/test` gives JS/TS tests a fast API for app automation."
48+
title: Built-in extension
49+
details: "VS Code extension opens the simulator inside the editor, and `simdeck/test` gives JS/TS tests a fast API for app automation."
5050
- icon:
5151
src: /icons/shield-check.svg
5252
width: 28
5353
height: 28
54-
title: Local-first by default
55-
details: "Binds to 127.0.0.1 by default, runs without a cloud account, and can be opened to your LAN with explicit bind and advertise flags."
54+
title: Remote streaming
55+
details: "Local first but simulator streams can be shared using tools like Cloudflare Tunnel."
5656
---
5757

5858
<div class="vp-doc" style="max-width: 1152px; margin: 4rem auto 0; padding: 0 24px;">
@@ -62,9 +62,9 @@ features:
6262
SimDeck packages a full simulator workflow into one cross-tool surface:
6363

6464
- **Stream a Simulator into a browser tab.** Run `simdeck` and open one of the printed URLs, or use `simdeck ui --open` for a reusable background daemon.
65+
- **Debug view hierarchy.** Integrates with NativeScript, React Native, UIKit, SwiftUI and Flutter and allows debugging views/layout.
6566
- **Drive Simulators from JavaScript.** `simdeck/test` can launch apps, tap, wait for accessibility state, batch steps, and capture screenshots.
6667
- **Embed a Simulator in your editor.** The bundled VS Code extension opens the same surface inside a panel.
67-
- **Run Simulators on your LAN.** Bind to `0.0.0.0`, advertise a host, and connect from any other Mac, iPad, or laptop on the network.
6868
- **Replace ad-hoc `simctl` scripts.** A single CLI handles `boot`, `shutdown`, app install/launch, URL opening, pasteboard, logs, screenshots, and UI input.
6969

7070
Read [Architecture](/guide/architecture) for a deeper tour, or jump straight into [Quick Start](/guide/quick-start).

0 commit comments

Comments
 (0)