flowdeck -i to get a persistent development environment with keyboard shortcuts, log streaming, and a status bar. You can open an existing project or create a new one directly from interactive mode.
Launching Interactive Mode
Project Workflows
- Create a Project – Pick a template, name the app, and let FlowDeck scaffold the
.xcodeprojbefore continuing with configuration. See Working with Projects for the full prompts. - Open a Project – Choose an existing
.xcworkspaceor.xcodeproj, select among multiple workspaces if needed, and then pick schemes and targets. See Working with Projects for details.
Example Session

Status Bar
The bottom of the terminal displays a persistent status bar showing:- Project name and git branch
- Current scheme
- Target (simulator or device)
- Build configuration (Debug/Release)
- App status (Idle, Building, Running, Error)
Build, Run & Test
Start with the core commands, then dig into build settings, tools, shortcuts, and support.Working with Projects
Create a new project or open an existing one during setup.
Build, Run & Test
Core commands for build, run, test, logs, and stop.
Build Settings
Scheme, target, configuration, and workspace selection.
Project Tools
Manage packages, sync profiles, export configs, and open in Xcode.
Command Reference
Build, run, test, build settings, and navigation keys.
Troubleshooting
Built-in help, CLI options, and common issues.
