I’ve been a bit obsessed with Sprites, because they’re such a great way to run Claude Code. I love the sandboxed environment and the ability for Claude to safely do whatever it likes, and having a URL to expose a server is awesome.
But I wanted to be able to run them on my phone, and that’s a bit tricky because 1) no SSH, and 2) terminal Claude on my phone is a bit rubbish anyway. So I thought a bunch about the workflow, got Claude to research Claude Code, and came up with an app I think is pretty cool: Wisp. GitHub - mcintyre94/wisp: An iOS app for using Claude in fly.io Sprites
The core feature of Wisp is exposing Claude on your Sprites, in a chat UI:
This is a little like running Claude Code Mobile, except it has way more tools and can do all the sprite things. Responses and tool uses stream as you’d expect, and thanks to services you can come back later if it’s taking a while. Send a follow up and it’ll seamlessly resume that Claude session.
You can also have multiple simultaneous chats per Sprite, and resume Claude sessions that were started elsewhere. Your Sprite only runs while it’s responding, unlike interactive Claude sessions in the console.
When you first start the app you enter a Sprites token and a Claude Oauth token. You can also optionally auth Github. These are only ever used to make requests to the Sprites API and to auth your Sprites.
Wisp also has all the basic stuff - see all your Sprites, toggle the URL auth setting, view checkpoints/take a new one. There’s an embedded webview that automatically auths you, so you can view the URL without making it public. You can optionally clone a repo when you create a Sprite to get started right away, and if you authed Github then the Sprite will also be authed. It also auths the Sprites CLI if you want to do fun agent swarm stuff and ask it to make its own Sprites!
I think this is a pretty awesome workflow and would love to hear your thoughts!
Currently it’s only available as an open source iOS app, so I think you’ll need XCode if you want to give it a try. If there’s demand then I can learn how to get Testflight set up!




