<?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: Delilah</title>
    <description>The latest articles on DEV Community by Delilah (@delilahsaturn).</description>
    <link>https://dev.to/delilahsaturn</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%2F3833104%2Ff6af2373-bba3-4c4e-8abe-bbedb894bb22.jpg</url>
      <title>DEV Community: Delilah</title>
      <link>https://dev.to/delilahsaturn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/delilahsaturn"/>
    <language>en</language>
    <item>
      <title>I made a fork of a fork of Peppermint by Peppermint-labs</title>
      <dc:creator>Delilah</dc:creator>
      <pubDate>Thu, 19 Mar 2026 05:02:51 +0000</pubDate>
      <link>https://dev.to/delilahsaturn/i-made-a-fork-of-a-fork-of-peppermint-by-peppermint-labs-28e7</link>
      <guid>https://dev.to/delilahsaturn/i-made-a-fork-of-a-fork-of-peppermint-by-peppermint-labs-28e7</guid>
      <description>&lt;h2&gt;
  
  
  The Story Behind Pepperminto-Enhanced 🍵
&lt;/h2&gt;

&lt;p&gt;They say the best way to learn a new framework is to build something. I decided to take it a step further: &lt;strong&gt;I decided to fix something broken.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I’ve been learning &lt;strong&gt;React&lt;/strong&gt;, and I came across &lt;a href="https://peppermint.sh" rel="noopener noreferrer"&gt;Peppermint.sh&lt;/a&gt;, a solid open-source ticket management system. I found a community fork called &lt;em&gt;Pepperminto&lt;/em&gt; that had started adding a Knowledge Base (KB), but it was essentially a "skeleton"—full of bugs, half-finished features, and broken workflows.&lt;/p&gt;

&lt;p&gt;I decided to dive into the deep end.&lt;/p&gt;

&lt;h2&gt;
  
  
  🛠️ The 3.5-Day Sprint
&lt;/h2&gt;

&lt;p&gt;I spent the last 80+ hours deep-diving into the codebase. My goal wasn't just to add features, but to &lt;strong&gt;repair the foundation&lt;/strong&gt;. &lt;/p&gt;

&lt;h3&gt;
  
  
  What I’ve tackled so far:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;KB Restoration:&lt;/strong&gt; Repaired the broken CRUD workflows for the Knowledge Base.&lt;/li&gt;
&lt;/ul&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg4411hlliqcvedjx5bm1.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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg4411hlliqcvedjx5bm1.png" alt="KB Page" width="800" height="402"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Architecture Cleanup:&lt;/strong&gt; Removed redundant applications (&lt;code&gt;docs&lt;/code&gt; and &lt;code&gt;landing-page&lt;/code&gt;) to make the monorepo leaner and faster.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Client Portal Refactor:&lt;/strong&gt; Redesigned the client experience with a new sidebar and intuitive settings pages.&lt;/li&gt;
&lt;/ul&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Funbmmc1x7by3d54hczzs.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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Funbmmc1x7by3d54hczzs.png" alt="AdminPanel" width="800" height="399"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;SEO &amp;amp; Stability:&lt;/strong&gt; Implemented slug migrations for KB articles and overhauled the CI/CD workflows.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🧠 The "Trial by Fire" Learning Experience
&lt;/h2&gt;

&lt;p&gt;Learning React by reading documentation is one thing; learning it by fixing someone else's state management bugs is another. &lt;/p&gt;

&lt;p&gt;Repairing the &lt;strong&gt;Pepperminto&lt;/strong&gt; fork gave me hands-on experience with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js &amp;amp; Fastify&lt;/strong&gt; integration.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Monorepo management&lt;/strong&gt; using Turborepo and pnpm.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Shadcn/ui&lt;/strong&gt; for modern, accessible components.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🐞 The "Honest" Status Report
&lt;/h2&gt;

&lt;p&gt;It wasn't all sunshine and successful builds. I currently have a massive headache, and I’m still not 100% satisfied. There are known bugs I'm still hunting:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Guest tickets aren't triggering webhooks yet.&lt;/li&gt;
&lt;li&gt;The ticket list needs live-refresh logic.&lt;/li&gt;
&lt;li&gt;SMTP handshakes can be finicky.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🗺️ What’s Next?
&lt;/h2&gt;

&lt;p&gt;I’m committing to weekly updates until this fork is the most stable version of Peppermint available. On my roadmap:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Full Markdown support&lt;/strong&gt; for documents.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Custom Themeing &amp;amp; Fonts&lt;/strong&gt; (Brand your own Help Center).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Enhanced Kanban&lt;/strong&gt; with custom boxes/columns.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🤝 Check it out!
&lt;/h2&gt;

&lt;p&gt;If you’re looking for a lightweight, open-source alternative to Zendesk or HelpScout that actually has a working Knowledge Base, check out the repo!&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Repo:&lt;/strong&gt; &lt;a href="https://github.com/DelilahSaturn/pepperminto-enhanced" rel="noopener noreferrer"&gt;DelilahSaturn/pepperminto-enhanced&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>productivity</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
