<?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: Ardiana Ajdari</title>
    <description>The latest articles on DEV Community by Ardiana Ajdari (@ardiana_ajdari_f4907846ee).</description>
    <link>https://dev.to/ardiana_ajdari_f4907846ee</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%2F3214820%2F31e78bd3-278f-4923-8b10-f166c3cf5ae1.png</url>
      <title>DEV Community: Ardiana Ajdari</title>
      <link>https://dev.to/ardiana_ajdari_f4907846ee</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ardiana_ajdari_f4907846ee"/>
    <language>en</language>
    <item>
      <title>Remove.bg is shutting down and moving to Canva — I built a free, local-only alternative</title>
      <dc:creator>Ardiana Ajdari</dc:creator>
      <pubDate>Wed, 16 Sep 2026 13:38:56 +0000</pubDate>
      <link>https://dev.to/ardiana_ajdari_f4907846ee/removebg-is-shutting-down-and-moving-to-canva-i-built-a-free-local-only-alternative-fbh</link>
      <guid>https://dev.to/ardiana_ajdari_f4907846ee/removebg-is-shutting-down-and-moving-to-canva-i-built-a-free-local-only-alternative-fbh</guid>
      <description>&lt;h2&gt;
  
  
  Remove.bg's standalone site is closing
&lt;/h2&gt;

&lt;p&gt;Remove.bg announced it's shutting down its standalone site on &lt;strong&gt;December 1, 2026&lt;/strong&gt;. Background removal is being folded into Canva, and the API is moving to Leonardo.Ai. If you've relied on remove.bg for quick, one-off image cutouts without wanting a full Canva subscription, you're going to need somewhere else to go.&lt;/p&gt;

&lt;p&gt;I ran into this exact problem myself, so I built &lt;strong&gt;CutOutFree&lt;/strong&gt; — a free background remover that runs entirely in your browser.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does differently
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Nothing is uploaded.&lt;/strong&gt; The AI model runs client-side using &lt;a href="https://github.com/imgly/background-removal-js" rel="noopener noreferrer"&gt;@imgly/background-removal&lt;/a&gt;, so your images never touch a server.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No account, no credits.&lt;/strong&gt; Drop a photo, get a full-resolution transparent PNG. No signup wall.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Batch support.&lt;/strong&gt; Process up to 20 images at once.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Beyond the basic cutout&lt;/strong&gt; — you can blur the original background, replace it with a solid color or your own photo, add an outline, and manually clean up edges with erase/restore brushes if the AI misses a spot.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Try it here: &lt;a href="https://cutoutfree.vercel.app" rel="noopener noreferrer"&gt;https://cutoutfree.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why local processing matters
&lt;/h2&gt;

&lt;p&gt;Most background removers (remove.bg included) upload your photo to their servers, run inference there, and send back the result. That's fine for a lot of use cases, but it means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your images pass through a third party's infrastructure&lt;/li&gt;
&lt;li&gt;You're bottlenecked by their servers under load&lt;/li&gt;
&lt;li&gt;Free tiers often cap resolution, and full-res downloads cost credits&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Running the model directly in the browser (via WebAssembly / Web Workers) sidesteps all of that. It also means the tool works even if you're dealing with photos you'd rather not upload anywhere — product mockups pre-launch, client work under NDA, personal photos, etc.&lt;/p&gt;

&lt;h2&gt;
  
  
  The trade-off, to be fair
&lt;/h2&gt;

&lt;p&gt;Local processing isn't strictly better in every way — it depends on the device running the model, so very old or low-power devices may see slower processing than a beefy cloud GPU would give you. For most modern laptops and desktops, though, it's fast (under 2 seconds per image in my testing).&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it / feedback welcome
&lt;/h2&gt;

&lt;p&gt;CutOutFree is free while I keep improving it — a paid tier for heavier use may come later, but the core background removal will stay free. It's also open source (&lt;a href="https://github.com/Ardiannaa008/CutOutFree" rel="noopener noreferrer"&gt;AGPL-3.0&lt;/a&gt;), so feel free to look under the hood or contribute.&lt;/p&gt;

&lt;p&gt;If you're one of the people affected by the remove.bg → Canva migration, I'd love your feedback: &lt;a href="https://cutoutfree.vercel.app" rel="noopener noreferrer"&gt;https://cutoutfree.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What do you use for background removal in your workflow — curious if others have run into the same "just want a cutout, not a whole design suite" problem.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>opensource</category>
      <category>ai</category>
      <category>showdev</category>
    </item>
    <item>
      <title>I’m Ardiana, a young aspiring web developer, sharing my journey 🚀</title>
      <dc:creator>Ardiana Ajdari</dc:creator>
      <pubDate>Tue, 27 May 2025 15:47:00 +0000</pubDate>
      <link>https://dev.to/ardiana_ajdari_f4907846ee/im-ardiana-a-young-aspiring-web-developer-sharing-my-journey-h2d</link>
      <guid>https://dev.to/ardiana_ajdari_f4907846ee/im-ardiana-a-young-aspiring-web-developer-sharing-my-journey-h2d</guid>
      <description>&lt;p&gt;Hey everyone! 👋&lt;/p&gt;

&lt;p&gt;I’m Ardiana, a passionate young web developer, currently building my own productivity website and diving deep into web technologies. I’ve always been fascinated by how the web works and love creating cool projects to make life more organized and efficient.&lt;/p&gt;

&lt;p&gt;I’ve recently started sharing my journey as a tech creator and web dev on Instagram and TikTok—I’d love for anyone interested to follow along! I’ll be posting tips, behind-the-scenes of my projects, and sharing ideas on how to grow as a developer and creator. 🌐✨&lt;/p&gt;

&lt;p&gt;If you’re into web dev, productivity hacks, or just want to connect with someone on a similar path, let’s chat and grow together! 🚀&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.instagram.com/ardianaajdarii/" rel="noopener noreferrer"&gt;Insta&lt;/a&gt;&lt;br&gt;
&lt;a href="https://ardiannaa008.github.io/Planwyn/" rel="noopener noreferrer"&gt;website&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Looking forward to connecting with you all! 😊&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
