Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Chris Raroque

๐Ÿ‘ค Speaker
461 total appearances

Appearances Over Time

Podcast Appearances

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

Cool.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

So that's my recommendation on the tooling.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

And then in terms of models, we kind of went over this.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

We could go into a quick example of just kind of what it looks like, like what it actually looks like to vibe code something.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

So I know in another episode that we talked about, we were looking at interactions in animations.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

So something that I kind of went semi-viral, in my opinion, for was the animation for my calorie tracking app, Amy.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

When you search in Amy, it's kind of like typing in Apple Notes.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

And then on the right, the AI is going to calculate all the calories for you and it'll just appear there.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

But there's this really nice animation that I have here where you can see that it kind of drops down.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

There's going to be this little shiny effect that's going on and it shows the sources.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

What I wanted to do is show you guys what it looks like, how I actually code this stuff really quickly.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

We can go into that and then after that we'll just do some rapid fire tips on how I do this.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

I have a blank Xcode project.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

This is just the starting Xcode project.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

When you run the app, it's just a simple Hello World app that should build.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

So we see it's a Hello World app.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

And again, I have this open in Cursor and Cloud Code.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

So what I'm going to do is I'm actually going to, let's see how far, or let's just for a little bit.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

We don't have to do the full thing here.

The Startup Ideas Podcast
How I Use Claude Code & Cursor (Ship 10X Faster)

But let's try to replicate what I have here.