← Back to home

Features

Tap or hover a preview to play. Click the video or title area for fullscreen with controls.

Code Editor

The most ergonomic way of interacting with your codebase on mobile devices

What you get

A touch-first editor with sensible gestures, fast navigation between files, and a layout that stays out of your way on small screens. Syntax-aware editing and workspace context help you stay focused on the change in front of you.

Examples

  • Inspect code structure with quick navigation between files.
  • Pair with the agent: select the code to edit and let the agent do the rest.

Shell

Run shell commands to for low-level tasks like installing dependencies or running tests

What you get

Run the same commands you would on a laptop, with proposals surfaced when the agent thinks a shell step will move the task forward. You stay in control of what actually executes.

Examples

  • Install dependencies after the agent adds a new package to the manifest.
  • Run tests, linters, build tools, and more.
  • One-off scripts or migrations suggested as a concrete command line.

File Manager

Browse, manage, and share files from your workspace on demand

What you get

See your project as files and folders: open, rename, organize, or share without leaving the app. Useful when you need to grab an asset, clean up structure, or hand something to another tool.

Examples

  • Share a log or screenshot from the workspace to Messages or email.
  • Bookmark directories for quick access.

Tools

App refactor agent can reference relevant remote resources to propose the best solutions

What you get

The agent can pull in external context—docs, APIs, or other references—so suggestions match real-world constraints, not just local code. That means fewer dead-end refactors and more grounded next steps.

Examples

  • Align an implementation with the latest official API documentation.
  • Compare your approach to a known pattern from a cited source.
  • Narrow down options when multiple libraries could fit the same job.