https://yellowraincoat.co.uk/blog/feed/atomYellow Raincoat's BlogFeed for Yellow Raincoat's blog2026-02-19T11:15:54+00:00Feedamic: the Atom and RSS Feed generator for StatamicAnimate your Logo with Remotion and Claude Codehttps://yellowraincoat.co.uk/blog/animate-your-logo-with-remotion-and-claude-code2026-02-17T00:00:00+00:002026-02-19T10:36:06+00:00<p><img src="https://yellowraincoat.co.uk/img/containers/assets/blog/2026/02/17/remotion-claude.avif/89181fdaf1d7b47fdf4ade5387515f9c/remotion-claude.avif" width="0" height="0" alt="Animate your Logo with Remotion and Claude Code"></p>
<p>Want to animate your logo without learning motion design? This short tutorial shows how to create a production-ready animation using Remotion and Claude Code.</p><p class="info">Note: This article assumes that you already have a Claude Code subscription. If you don’t, or if you’re not familiar with Claude Code yet, I recommend completing the first module of <a href="https://ccforeveryone.com/">this free course</a> before continuing.</p>
<p>I am a backend developer by trade. I know nothing about motion design. Yet it only took me a couple of hours to animate PixelWatcher’s logo:</p>
<video controls>
<source src="/assets/blog/2026/02/17/logowithtagline.mp4" type="video/mp4">
</video>
<h2>Remotion</h2>
<p><a href="https://www.remotion.dev/">Remotion</a> is a tool for creating videos with React. I don’t know the first thing about React, but that’s OK because Remotion <a href="https://x.com/Remotion/status/2013626968386765291">recently released some agent skills</a>, meaning we can now prompt Claude in natural language to create animations.</p>
<p>The other good news? Anything you create with Remotion is <a href="https://www.remotion.pro/license">free for commercial use for individuals and companies of up to three people</a>.</p>
<p>To get started with Remotion and Claude Code, follow <a href="https://www.remotion.dev/docs/ai/claude-code">these steps</a> and come back here when Claude is running in your project’s folder.</p>
<h2>Animate your logo</h2>
<p>Now the fun part. Get a picture of your logo (preferably an SVG for scalable graphics, but other image formats work too). Place it in the <code>public/</code> folder of your project so it is registered as an asset.</p>
<p>Now use the following prompt to create a composition from your logo:</p>
<blockquote>
<p>This is a Remotion project, so use the Remotion best practices skill. Start a new composition from @public/logo.svg, using the same dimensions as the image</p>
</blockquote>
<p>Claude will create the composition. Once it’s done, specify which parts of the image you’d like to animate.</p>
<p>This is the prompt I used for PixelWatcher’s logo:</p>
<blockquote>
<p>Let's separate the various components of the animation. The isolated black square hanging from the bottom of the larger, rounded square is one. The rest of that rounded square and its contents are another. Then there's the "ixelWatcher" text, which is another component. And finally, the "Never miss a change." tagline is the last component</p>
</blockquote>
<p>Claude will proceed to create separate components for each of those, naming them in the process. Feel free to change the names for something more descriptive – the trick is that you can now refer to each component by name to animate them separately.</p>
<p>Here are some example prompts I used:</p>
<blockquote>
<p>The animation will start with MainLogo and HangingSquare zoomed in at the centre of the composition. The other components aren't displayed.</p>
</blockquote>
<blockquote>
<p>Let's animate the HangingSquare. It starts as if it were part of MainLogo's outer black outline, and eases down into it final position</p>
</blockquote>
<p>You get the idea.</p>
<p>Once you’re happy with the animation, click the “Render” button to export it as a video.</p>
<h2>Tips</h2>
<p>Sometimes, the exported video doesn’t match the preview exactly. If that happens, explain the issue to Claude and re-render until you’re satisfied with the result.</p>
<p>Don’t hesitate to ask Claude to polish up the animation:</p>
<blockquote>
<p>Can you now make the animation smoother</p>
</blockquote>
<p>Or to clean up after itself:</p>
<blockquote>
<p>Can you now simplify and optimise the code, making sure the animation stays the same</p>
</blockquote>
<p>You can also ask Claude about the effects it’s been using, or spot them in the code directly: learning and remembering the names of those effects can make for better prompting in the future.</p>
<hr />
<p>PixelWatcher is currently under development. If you’d like updates ahead of launch and get early access, subscribe to the newsletter at <a href="http://pixelwatcher.io">pixelwatcher.io</a>.</p>Yellow Raincoatnews@yellowraincoat.co.ukAnother Hat in the Ringhttps://yellowraincoat.co.uk/blog/another-hat-in-the-ring2026-01-13T00:00:00+00:002026-01-13T16:54:27+00:00<p><img src="https://yellowraincoat.co.uk/img/containers/assets/blog/2026/01/13/another-hat-in-the-ring.webp/7210b6bc066ce048342ee51ab9d27ff5/another-hat-in-the-ring.webp" width="0" height="0" alt="Another Hat in the Ring"></p>
<p>I’m building my own SaaS, joining a growing cohort of AI-powered developers choosing to go it alone. This is why, and what to expect.</p><p>I’m building my own SaaS.</p>
<p>I’m joining a growing cohort of AI-powered developers choosing to go it alone. Or at least try.</p>
<p>This isn’t coming out of nowhere. The contracting market has been rough for the past three years. My LinkedIn inbox is eerily silent, when recruiters used to cold-contact me 2–3 times a week. This isn’t a brag – I have just never seen the market in such a terrible state for such a long time in my 20-year career.</p>
<p>Maybe it’s the lingering effects of Brexit. Or the post-Covid hiring spree still correcting. Or the competition from cheaper labour overseas. Or the AI storm making companies question their headcount. Or maybe it’s the PHP language finally, actually losing steam. Whatever the reason, it’s time for a rethink.</p>
<p>And now feels like a good time to give entrepreneurship – or “solopreneurship” – a try. Everyone seems to agree that recent model upgrades (Opus 4.5, Gemini 3, ChatGPT 5.2…) represent a new milestone in capability, so much so that unsupervised agentic work is now a <a href="https://world.hey.com/dhh/promoting-ai-agents-3ee04945">viable option</a>. That changes the economics of building software as a small team... or a team of one.</p>
<p>Generative AI can make up for a lack of skills in many areas. A hardened backend developer like me should be able to conjure up half-decent frontend code without losing his mind. Heck, I even think I can come up with a respectable design, so long as the right <a href="https://code.claude.com/docs/en/skills">skills</a> are loaded.</p>
<p>It’s too early to be specific about the product I’m intending to build. What I can say though is that it’s hardly an original idea. There are plenty of competitors doing more or less the same thing already, but I think I can do it simpler and cheaper. Instead of being disrupted, I’d rather do a bit of the disrupting myself.</p>
<p>To be clear though, this is an experiment. How far can I go on my own? Design and frontend are one thing, but how about marketing? UX? Customer support? SEO? (If that’s even a thing in the age of LLMs.)</p>
<p>There’s a lot of hype out there, and while I’m confident some of it is justified, I also want to see for myself. But there’s one thing I’m absolutely certain of: software development has changed forever. And there is no way in hell I’ll be late to the party.</p>
<p>As <a href="https://steve-yegge.medium.com/the-death-of-the-stubborn-developer-b5e8f78d326b">others</a> have pointed out, developers resisting AI today look a lot like assembly programmers resisting high-level languages in the 80s – too slow, not “crafty” enough. History didn’t side with them.</p>
<p>The problem is that no one will let you tear down and rebuild your workflow during office hours. Some companies might encourage a level of experimentation, but it will always be constrained by culture and deadlines. It’s no coincidence that the most interesting AI setups are coming from independent developers and founders.</p>
<p>So I’m using this project as a playground. I’ll test tools, workflows, and ideas, and build an AI-powered setup that reflects this new era of software development. If the SaaS takes off, great. If not, the learning alone is worth it.</p>
<p>And I’m planning to write about it, too. Good old written blog posts, right here. So make sure to subscribe to the newsletter below if that sounds good. No videos with silly faces. Promise.</p>Yellow Raincoatnews@yellowraincoat.co.uk