WEBVTT

00:00:00.000 --> 00:00:12.320
You're about to become five times more productive. Anthropic just released a new feature for Claude code that I've been waiting for forever, and I'm sure you have too. You can now Claude code natively

00:00:12.400 --> 00:00:53.485
on your phone, on the go, wherever you are, and have the projects built out on your computer. No need to do any sort of crazy SSH or terminal emulation to get this going on your phone. You can now run projects from your phone that build on your computer without having to do any sort of technical work. It's official. You can Claude code anywhere. If you're a nerd like me, you can officially touch grasp while also still Claude coding. In this video, I'll cover how it works, how to get it set up, how to build your first app with it where we'll start building on the computer, then take it on the go. I'll cover some best practices, and I'll show you when you wanna be using Claude code and when you wanna be using OpenClaw, because this is clearly indirect

00:00:53.485 --> 00:01:17.325
response to Open Claw. Now let's lock in and get into it. So this is not a channel where we just sit here and read blog posts for fifteen minutes. Let's just go straight into building a project with ClaudeCode Mobile. If you follow along with me here, you'll not only build a really cool app, but you also see how Claude Mobile works. I am in my terminal. What we are going to do is start a brand new project. So I'm gonna start building this on our computer, then we are going to move it to mobile.

00:01:17.645 --> 00:01:44.345
That's the key workflow here. That's what they're going for is you start your deep dive projects on your computer. And then when you're ready to go, maybe you gotta go to the gym. Maybe you gotta grow maybe you gotta grab a SOTY pop. I don't know. You can hit a button, and all of a sudden, it will be on your device, and you can continue your Claude code sessions on the go. So let's do this. I'm in a brand new project folder. I'm gonna do Claude. I'm gonna say, yes. I trust this folder. And at any time during this session that we want, I can do slash

00:01:44.505 --> 00:01:45.865
remote control,

00:01:46.265 --> 00:01:48.025
and that will send this project

00:01:48.640 --> 00:02:28.105
to my Claude app on my phone so I can keep going on the go. And what's so powerful about this is this isn't running on the cloud like Claude code was before on mobile, where you give it prompts and it does stuff on the cloud. That adds a lot of friction to your process where you need to pull down code, merge it, and a whole bunch of other things which can get complex. This is different. When you send it to your phone, it actually keeps running on your computer. So when you get back to your computer, you can just test it right away. You don't need to merge code or do anything complex that's tougher for newer people. So let's kick this off. Let's build v one in the app, then I'll send it to my mobile, and I'll show you how this works. So I'll put this prompt down below. Feel free to take it. Build this along with me, and I'll show you how to bring it on mobile.

00:02:28.345 --> 00:03:19.400
I wanna build a second brain app. This is an Obsidian like note editor where I can edit markdown files and save them to folders. Make it simple and beautiful. The bonus part about this, if you build this out, this could be a great plugin for your OpenClaw that you can use to store all your memory. So let's do this. I'm gonna hit enter. One last thing I'll add on, use Next. J s to build this store notes locally. I'm gonna hit enter on that, and Claude code is gonna get to building. I'm going to show you v one of this on my desktop in a second, and then I will show you how to move this to mobile and show you what the mobile building workflow is like. Alright. Looks like the v one's gonna have a lot of really cool stuff in it, man. Claude code with hope is 46 is so good. So let's get it built out here. So I went to local host 3,000. Wow. This is what we got. This is pretty nice looking. Let's see. They even wrote us a welcome note. Total markdown editor right there. Amazing. We got all the different markdown

00:03:19.480 --> 00:03:22.760
options at the top. We can bold it, put it in different formats.

00:03:22.840 --> 00:03:23.800
Let's create a new note.

00:03:24.415 --> 00:03:26.415
Test note. Do this.

00:03:26.815 --> 00:03:28.975
Like and subscribe.

00:03:28.975 --> 00:03:35.135
Looks like that works. Okay. Can we put that in a folder? We'll call this join Vibe Coding Academy.

00:03:35.455 --> 00:03:58.335
Boom. We got the folder. I cannot click and drag notes. I cannot click and drag notes. Let's do this. Let's send this to mobile and finish our work on the go. So maybe I gotta go to the gym. I gotta get a pump on to keep my biceps and triceps massive. Let's send this to mobile so I can keep working on this app in between bench press sets here. So we'll do this. I'm gonna do slash

00:03:58.815 --> 00:04:00.255
remote control.

00:04:00.255 --> 00:04:02.575
So slash remote control

00:04:03.055 --> 00:04:11.640
sends this session to your mobile device. Boom. There it's going. So it has a link. So you have two options now with this new mobile feature.

00:04:11.880 --> 00:04:26.815
You can either copy this link and put it in your browser on your phone and keep it going from the browser. The other option you have for running this is on your Claude app. So if we come in here and I actually open up the Claude app, you can see it automatically

00:04:26.815 --> 00:04:50.935
takes me to the session we're just in. So let's do this. Let's start building on the go. So I'm on the bench press. I hit a personal record of two hundred fifty pounds. I just come up with an idea. I wanna make it so I can click and drag notes into different folders. So I go in here and I say, make it so I can click and drag notes into different folders in the sidebar, and I hit enter. And it gets to work. And what's happening is, you can see it over here on the right,

00:04:51.255 --> 00:05:08.810
it's actually doing the work on my local computer. This isn't happening in the cloud. This isn't happening in GitHub. This isn't gonna force me to have to pull down code when I get back to my computer and merge and figure out where conflicts are and put in another hour of work. It's just doing it locally on my computer.

00:05:09.050 --> 00:06:21.085
This is going to save me so much time of having to figure out different merges and things like that. It all just happens locally in one single place. And it's quick too. You can see the moment something happens on my phone, it's happening on my computer. And this is a really nice UI too. You can see all the code changes. You can see every little thing it's doing in here. This is a really nice user interface for using Claude code. Before this, so many people were coming up with hacks and workarounds. They were emulating their terminal on their device. They were SSH ing from their phone to their computer. Whole bunch of things that required extra complex work that is no longer needed. It is just built in natively, and this is really, really cool. And you can see even when it gives you options, you can choose the options in here. So let's do allow for this session, and it goes, and it will build it out for us. All we had to do is in Claude code when we start working slash remote control, and boom, we're on mobile doing work on the go. So there it goes. It says it's all done. Let's give it a test. I click. I drag. Boom. It's in the folder now, and it works Just like that on the go. I come back to my computer, and I have fully working code. But the question becomes this. If you've been watching this channel last month, you know I've become obsessed with OpenClaw.

00:06:21.405 --> 00:06:23.085
When should you be using ClawedCode?

00:06:23.490 --> 00:06:31.010
When should you be using Open Claw? Because this is clearly a shot at Open Claw. This is clearly Anthropic trying to make ClawedCode

00:06:31.010 --> 00:07:12.585
closer to the functionality of Open Claw. One of the things that makes Open Claw so great is you can do work on the go. You can be on your computer, then you go on the go, and it's still doing work on your computer even when you're on mobile. Well, let me break it down for you. I got answers for you right here. There are times when you wanna use OpenClaw to do your vibe coding work. There's times when you wanna use Claude code. I use OpenClaw if I'm just trying to do quick prototypes. Maybe I'm on the go. I think of an idea for an incredible app. I go to my telegram. I message my OpenClaw. It builds out the prototype real quick for me. It is fantastic at that. If I'm building out tooling for Open Claw so I'm always adding new tooling for my Open Claw, ways to manage my agents, see different information about work they're doing.

00:07:12.825 --> 00:07:33.090
I like to use Open Claw for that because it has all the context and memories about your setup, And I also like it for passive work. What do I mean by passive work? This could be work I wanted to do while I'm sleeping. So I'll give it a list of 20 different tasks to do. I'll go to sleep, and it will go down that list while I'm sleeping. Claude code still can't do that. But for Claude code in this mobile functionality,

00:07:33.515 --> 00:07:36.155
I'm doing it for big projects. Right? So big,

00:07:36.235 --> 00:07:36.875
complex,

00:07:37.115 --> 00:08:41.885
hairy projects that I wanna be hands on with that I wanna guide step by step. I'm using ClaudeCode for it. If I'm in deep work and I'm focused, I'm not multitasking, I just wanna focus on doing one thing really well, I'll still use Claude Code for this because Claude Code is so good at giving you the nuance and asking you tons of questions. Open Claw doesn't really ask you questions as you go. And then just quick fixes I need to ship. If there's a bug in my app Creator Buddy or something like that, I'll just go to Claude Code, say, hey. Fix it, and then I'll say ship it, and it's good to go. Claude Code, for those really quick fixes I just need to ship out. But that is the new Claude Code mobile experience. It's incredible. I'll be using it all the time to continue my deep work on the go. If you learned anything in this video, leave a like down below. Make sure to subscribe and turn on notifications. All I do is make amazing videos about AI. I will also be adding a full deep dive guide on this ClaudeCode mobile experience to the VibeCode Academy and do a live boot camp on it as well. So make sure to click the link down below to join that. I do live boot camps every single week, and you get access to all the past recordings. Hope this was helpful. I'll see you in the next video.
