<?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: Miguel CA</title>
    <description>The latest articles on DEV Community by Miguel CA (@minyorange).</description>
    <link>https://dev.to/minyorange</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3120234%2F2a7c8e52-3dba-4aa8-9d46-b1ecc7571a37.jpeg</url>
      <title>DEV Community: Miguel CA</title>
      <link>https://dev.to/minyorange</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/minyorange"/>
    <language>en</language>
    <item>
      <title>Proposal: A Custom Widget Editor for Elementor (HTML/CSS/JS, Built-In)</title>
      <dc:creator>Miguel CA</dc:creator>
      <pubDate>Sat, 03 May 2025 19:40:48 +0000</pubDate>
      <link>https://dev.to/minyorange/proposal-a-custom-widget-editor-for-elementor-htmlcssjs-built-in-pld</link>
      <guid>https://dev.to/minyorange/proposal-a-custom-widget-editor-for-elementor-htmlcssjs-built-in-pld</guid>
      <description>&lt;h1&gt;
  
  
  🛠️ Proposal: A Custom Widget Editor for Elementor (HTML/CSS/JS, Built-In)
&lt;/h1&gt;

&lt;p&gt;Have you ever wanted to build your own widget in Elementor using just HTML, CSS, and JavaScript — without creating a WordPress plugin?&lt;/p&gt;

&lt;h2&gt;
  
  
  ❓ The Problem
&lt;/h2&gt;

&lt;p&gt;Currently, building a custom widget in Elementor requires writing PHP, registering it with WordPress, and deploying it via plugin. For many frontend developers, this creates a barrier.&lt;/p&gt;

&lt;p&gt;Elementor is a powerful visual builder, but when it comes to adding custom functionality (like animations, dynamic components, or third-party APIs), you're limited to embedding code in HTML widgets — and even then, it's clunky and lacks structure.&lt;/p&gt;




&lt;h2&gt;
  
  
  💡 The Idea
&lt;/h2&gt;

&lt;p&gt;What if Elementor had a &lt;strong&gt;built-in Custom Widget Editor&lt;/strong&gt;?&lt;/p&gt;

&lt;h3&gt;
  
  
  Features:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Code editor tabs for HTML, CSS, and JavaScript&lt;/li&gt;
&lt;li&gt;Live preview inside the panel&lt;/li&gt;
&lt;li&gt;Save &amp;amp; reuse custom widgets across projects&lt;/li&gt;
&lt;li&gt;Export to plugin or Elementor template&lt;/li&gt;
&lt;li&gt;Syntax highlighting and basic linting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Aimed at power users, it would bring the experience of CodePen or JSFiddle directly into the Elementor UI.&lt;/p&gt;




&lt;h2&gt;
  
  
  🖼️ Mockup
&lt;/h2&gt;

&lt;p&gt;Here’s a quick visual mockup of how it could look:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fminyorange%2Fmusic-saas-wireframe%2Fblob%2Fmain%2Fcustom-widget-editor.png%3Fraw%3Dtrue" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fminyorange%2Fmusic-saas-wireframe%2Fblob%2Fmain%2Fcustom-widget-editor.png%3Fraw%3Dtrue" alt="Custom Widget Editor" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 GitHub Discussion
&lt;/h2&gt;

&lt;p&gt;I’ve shared this idea in the official Elementor GitHub Discussions:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/orgs/elementor/discussions/" rel="noopener noreferrer"&gt;Read or join the conversation here&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🙌 Let's Make It Happen
&lt;/h2&gt;

&lt;p&gt;If you're a developer, designer, or part of the Elementor team and this idea resonates with you — I'd love to hear your thoughts.&lt;/p&gt;

&lt;p&gt;Thanks for reading, and happy building!&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

`
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>elementor</category>
      <category>wordpress</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
    <item>
      <title>A Next.js Starter for Music/Video SaaS --Would You Use It?</title>
      <dc:creator>Miguel CA</dc:creator>
      <pubDate>Sat, 03 May 2025 18:58:41 +0000</pubDate>
      <link>https://dev.to/minyorange/a-nextjs-starter-for-musicvideo-saas-would-you-use-it-52b9</link>
      <guid>https://dev.to/minyorange/a-nextjs-starter-for-musicvideo-saas-would-you-use-it-52b9</guid>
      <description>&lt;h1&gt;
  
  
  🎧 A Next.js Starter for Music/Video SaaS — Would You Use It?
&lt;/h1&gt;

&lt;p&gt;While building a personal SaaS app focused on music streaming, I ran into a common issue: there's no starter template for media-heavy SaaS platforms in the Next.js ecosystem.&lt;/p&gt;

&lt;p&gt;We have great examples for blogs, e-commerce, and dashboards — but &lt;strong&gt;nothing geared toward apps like Spotify, YouTube, Bandcamp&lt;/strong&gt;, etc.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 What’s the idea?
&lt;/h2&gt;

&lt;p&gt;A starter template (official or community-built) that helps developers quickly build music or video-based SaaS platforms, including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Modular layout (admin dashboard + public site)&lt;/li&gt;
&lt;li&gt;SSR-compatible media player&lt;/li&gt;
&lt;li&gt;YouTube/Spotify API integration&lt;/li&gt;
&lt;li&gt;Auth system (for creators and users)&lt;/li&gt;
&lt;li&gt;Stripe billing setup&lt;/li&gt;
&lt;li&gt;Media upload via Cloudinary, Bunny, or UploadThing&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  💡 Why this matters
&lt;/h2&gt;

&lt;p&gt;Streaming SaaS apps always repeat the same core features — authentication, content dashboards, media playback, etc.&lt;/p&gt;

&lt;p&gt;Having a purpose-built starter would:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Save developers a lot of time&lt;/li&gt;
&lt;li&gt;Reduce duplicated effort&lt;/li&gt;
&lt;li&gt;Make Next.js even more attractive for startup and indie devs&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🧠 Community Discussion
&lt;/h2&gt;

&lt;p&gt;I’ve shared this idea on GitHub Discussions to get feedback from the community.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/vercel/next.js/discussions/78810" rel="noopener noreferrer"&gt;Join the discussion here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here’s also a simple wireframe mockup of the concept:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fminyorange%2Fmusic-saas-wireframe%2Fblob%2Fmain%2Fmusic-saas-wireframe.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fminyorange%2Fmusic-saas-wireframe%2Fblob%2Fmain%2Fmusic-saas-wireframe.png" alt="Wireframe" width="" height=""&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🙌 Open to feedback and collaboration
&lt;/h2&gt;

&lt;p&gt;If this sounds useful to you, please comment or join the GitHub discussion. I’d love to co-build an MVP if there’s interest.&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>webdev</category>
      <category>saas</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
