Skip to content

Instantly share code, notes, and snippets.

@gabeosx
Last active January 24, 2026 19:14
Show Gist options
  • Select an option

  • Save gabeosx/dcce8ccd2dfbfcd0f7e30d8bd90d976b to your computer and use it in GitHub Desktop.

Select an option

Save gabeosx/dcce8ccd2dfbfcd0f7e30d8bd90d976b to your computer and use it in GitHub Desktop.
How to Vibe Code on your iPad

How to Vibe Code on your iPad

Unlock the full power of your development environment on the go. This guide shows you how to seamlessly code on your iPad using GitHub Codespaces and Blink Shell.

Step 1: Define Your Environment

First, ensure your repository has a .devcontainer/devcontainer.json file. This file describes your development environment (ports, extensions, commands).

Tip: You can use an LLM to generate this for you, or install the devcontainer-helper skill.

VS Code Desktop with DevContainer

Step 2: Access GitHub Codespaces

Navigate to the GitHub Codespaces console and click New codespace in the upper right corner.

Codespaces Landing

Step 3: Configure Your Codespace

Select the repository, branch, region, and machine type for your Codespace. Make sure to select the devcontainer configuration you created in Step 1.

Create Codespace

Step 4: Verify in Browser

Once created, you'll be dropped into a browser-based VS Code instance. Verify that your environment is running correctly. If you have web apps running, check the Ports tab for the access URL.

Browser IDE

Step 5: Setup on iPad

  1. Install Blink Shell on your iPad.
  2. On your iPad, go to the GitHub Codespaces console.
  3. Find your active Codespace, tap the "..." menu, and select Open in Visual Studio Code.

iPad Codespaces

Step 6: Code in Blink Shell

Blink Shell will intercept the request and launch a native VS Code experience connected to your cloud environment. You now have a full-fledged dev environment on your iPad!

Blink Code iPad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment