iblai-vibe-ops-build

Solid

Build and run your ibl.ai app on desktop and mobile (iOS, Android, macOS, Surface)

AI & Automation 15 stars 5 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
40
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /iblai-vibe-ops-build Build and run your ibl.ai app on desktop and mobile using Tauri v2. Covers iOS, Android, macOS/Linux desktop, and Surface tablet builds. > **Building:** run Tauri directly — `pnpm exec tauri <cmd>` (e.g. > `pnpm exec tauri dev`, `pnpm exec tauri ios build`). The Tauri > shell templates live in [`assets/tauri/`](assets/tauri/) (copy into > `src-tauri/`), the CI workflows in > [`assets/tauri/workflows/`](assets/tauri/workflows/), and the default app > icons in [`assets/icons/`](assets/icons/). The full mapping (`init`, > `device`, `ci-workflow`, `iconography`, `screenshot`) is in > [`references/builds-command.md`](references/builds-command.md). Before adding build support or running a dev build, **stop all running dev servers** (`pnpm dev`, `next dev`, etc.) to avoid port conflicts. Kill any process on port 3000 before proceeding. When the user asks to add iOS or Android build support, automatically start the emulator/simulator after initialization -- just like you would start `pnpm dev` after adding auth. Run `xcrun simctl list devices` (iOS) / `adb devices` (Android) to find the available device name, then start the dev build with that device. Do NOT guess device names. Always run `xcrun simctl list devices` (iOS) / `adb devices` (Android) first and use a device name from the output. ## Prerequisites (All Platforms) - **Tauri support** added to your project: ```bash # add the Tauri shell: copy assets/tauri/ into src-tauri/ + add @tauri-apps ...

Details

Author
iblai
Repository
iblai/vibe
Created
5 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category