Documentation Index
Fetch the complete documentation index at: https://flowdeck.studio/docs/llms.txt
Use this file to discover all available pages before exploring further.
FlowDeck CLI can scaffold a new Xcode project from built-in templates.
Quick Start
# Create an iOS project in the current directory
flowdeck project create MyApp
# Create the project in a specific folder
flowdeck project create MyApp --path ~/Projects
# Create a multi-platform project (iOS, macOS, tvOS, watchOS, visionOS)
flowdeck project create MyApp --platforms ios,macos,visionos
# Create an iOS app with a companion watchOS app
flowdeck project create MyApp --watch-companion
# Set a custom bundle identifier
flowdeck project create MyApp --bundle-id com.acme.MyApp
# Customize deployment targets
flowdeck project create MyApp --ios-target 17.0 --macos-target 14.0
Next Steps
Once the project is created, run flowdeck config set to save settings and start building without repeating flags. For full options, see Project Create Command.