<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Riazul Islam</title>
    <description>The latest articles on DEV Community by Riazul Islam (@riazul_islam_7d76022b1557).</description>
    <link>https://dev.to/riazul_islam_7d76022b1557</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2401064%2F01dd33a9-c704-4e65-9635-b330c3a4ea15.jpg</url>
      <title>DEV Community: Riazul Islam</title>
      <link>https://dev.to/riazul_islam_7d76022b1557</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/riazul_islam_7d76022b1557"/>
    <language>en</language>
    <item>
      <title>Introducing RemotionUI</title>
      <dc:creator>Riazul Islam</dc:creator>
      <pubDate>Sat, 26 Sep 2026 17:29:54 +0000</pubDate>
      <link>https://dev.to/riazul_islam_7d76022b1557/introducing-remotionui-2d1p</link>
      <guid>https://dev.to/riazul_islam_7d76022b1557/introducing-remotionui-2d1p</guid>
      <description>&lt;p&gt;If you've made more than a few videos with Remotion, you know the pattern. Every new project starts with rebuilding the same pieces: text reveals, transitions, titles, animated stats. You copy them from an old project, fix the props, tweak the timing, and repeat.&lt;/p&gt;

&lt;p&gt;I got tired of that, so I built &lt;strong&gt;RemotionUI&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it is
&lt;/h2&gt;

&lt;p&gt;RemotionUI is an open source component registry for Remotion, built on the same idea as shadcn/ui. You don't install a package. You add a component with the shadcn CLI, and the source lands directly in your project. You own it, you can read it, and you can change anything.&lt;/p&gt;

&lt;p&gt;npx shadcn@latest add [YOUR_REGISTRY_URL]/[component]&lt;/p&gt;

&lt;p&gt;That's it. The component is now a normal file in your codebase, ready to drop into a composition.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why copy the code instead of an npm package?
&lt;/h2&gt;

&lt;p&gt;Video work is all about small adjustments. A spring that's slightly too bouncy, an easing curve that doesn't fit your brand, a title that needs one more frame of delay. With a package, you fight the API. With the source in your repo, you just edit it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where you can find it
&lt;/h2&gt;

&lt;p&gt;RemotionUI is listed in the official shadcn registry directory and in Remotion's resources page.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Website: &lt;a href="https://remotionui.com" rel="noopener noreferrer"&gt;https://remotionui.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/riaz37/remotion-ui" rel="noopener noreferrer"&gt;https://github.com/riaz37/remotion-ui&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's next
&lt;/h2&gt;

&lt;p&gt;If there's a component you keep rebuilding in every Remotion project, tell me in the comments and it might be the next one.&lt;/p&gt;

&lt;p&gt;Stars, issues, and PRs are all welcome. I'd genuinely love feedback from people making videos with code.&lt;/p&gt;

</description>
      <category>frontend</category>
      <category>opensource</category>
      <category>react</category>
      <category>resources</category>
    </item>
  </channel>
</rss>
