<?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: Codegenie</title>
    <description>The latest articles on DEV Community by Codegenie (@codegenie_be).</description>
    <link>https://dev.to/codegenie_be</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%2F3339251%2Fb19846c4-460c-439d-b7bb-9dfe07fc4d3e.png</url>
      <title>DEV Community: Codegenie</title>
      <link>https://dev.to/codegenie_be</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/codegenie_be"/>
    <language>en</language>
    <item>
      <title>I Built an Open Source Multi-Step Form Wizard for Livewire 3 — Here's Why (and How You Can Use It)</title>
      <dc:creator>Codegenie</dc:creator>
      <pubDate>Wed, 09 Jul 2025 14:40:30 +0000</pubDate>
      <link>https://dev.to/codegenie_be/i-built-an-open-source-multi-step-form-wizard-for-livewire-3-heres-why-and-how-you-can-use-it-n01</link>
      <guid>https://dev.to/codegenie_be/i-built-an-open-source-multi-step-form-wizard-for-livewire-3-heres-why-and-how-you-can-use-it-n01</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;⏳ Stop wasting time rebuilding the same multi-step logic in every project.&lt;br&gt;&lt;br&gt;
This Livewire 3 wizard does the job — fast, clean, and fully themeable.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  A Clean, Customizable Livewire Multi-Step Wizard — Open Source &amp;amp; Ready to Use 🧞
&lt;/h1&gt;

&lt;p&gt;As a Laravel developer, I often find myself building onboarding flows, registration forms, or multi-step wizards. With Livewire 3, the reactive experience is awesome — but structuring multi-step logic properly still takes some time.&lt;/p&gt;

&lt;p&gt;That’s why I decided to open-source my own &lt;strong&gt;Livewire 3.x Multi-Step Form Wizard&lt;/strong&gt;, designed to be:&lt;/p&gt;

&lt;p&gt;✅ Lightweight&lt;br&gt;&lt;br&gt;
✅ Real-time validated&lt;br&gt;&lt;br&gt;
✅ Pest-tested&lt;br&gt;&lt;br&gt;
✅ Easy to theme via Tailwind CSS&lt;/p&gt;




&lt;h2&gt;
  
  
  🔗 Try it yourself
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;🌐 Live Demo:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://laravel-livewire.codegenie.be" rel="noopener noreferrer"&gt;https://laravel-livewire.codegenie.be&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;⭐ GitHub Repo:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/Codegenie-BE/laravel-livewire-multistep-form" rel="noopener noreferrer"&gt;https://github.com/Codegenie-BE/laravel-livewire-multistep-form&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🧱 Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Built with Laravel 12, Livewire 3.6, and TailwindCSS&lt;/li&gt;
&lt;li&gt;Supports multi-step navigation with progress indicators&lt;/li&gt;
&lt;li&gt;Validation per step (&lt;code&gt;$rules&lt;/code&gt; &amp;amp; Livewire lifecycle)&lt;/li&gt;
&lt;li&gt;Clean layout with &lt;code&gt;app.blade.php&lt;/code&gt; &amp;amp; &lt;code&gt;thankyou.blade.php&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Configurable color via &lt;code&gt;config/ui.php&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Feature test included using Pest!&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  💡 Why I built it
&lt;/h2&gt;

&lt;p&gt;Every time I had to make a multi-step form, I rewrote the same logic. Most packages were either outdated, too bloated, or not Livewire 3-ready.&lt;br&gt;&lt;br&gt;
So I made one that just works — and feels native to Laravel.&lt;/p&gt;

&lt;p&gt;My goal?&lt;br&gt;&lt;br&gt;
To save other developers &lt;strong&gt;hours&lt;/strong&gt; on form flow logic and keep their codebase clean.&lt;/p&gt;




&lt;h2&gt;
  
  
  🛠 How to use it
&lt;/h2&gt;

&lt;p&gt;Clone the repo, install dependencies, migrate the DB and run the local server:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
git clone https://github.com/Codegenie-BE/laravel-livewire-multistep-form.git
composer install
npm install &amp;amp;&amp;amp; npm run build
php artisan migrate
php artisan serve

---

💬 Do you use multi-step forms in your projects?  
Have feedback or ideas to improve this component?

Let me know in the comments — I'd love to hear how *you* would extend it.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>laravel</category>
      <category>livewire</category>
      <category>opensource</category>
      <category>tailwindcss</category>
    </item>
  </channel>
</rss>
