<?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>Forem: The Dev Mystic</title>
    <description>The latest articles on Forem by The Dev Mystic (@thedevmystic).</description>
    <link>https://forem.com/thedevmystic</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%2F3950978%2F4c668ccb-8edd-42f7-b338-8e93ae34b60c.jpg</url>
      <title>Forem: The Dev Mystic</title>
      <link>https://forem.com/thedevmystic</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/thedevmystic"/>
    <language>en</language>
    <item>
      <title>A solution to messy token systems for Next.js</title>
      <dc:creator>The Dev Mystic</dc:creator>
      <pubDate>Mon, 25 May 2026 15:38:13 +0000</pubDate>
      <link>https://forem.com/thedevmystic/a-solution-to-messy-token-systems-for-nextjs-25g5</link>
      <guid>https://forem.com/thedevmystic/a-solution-to-messy-token-systems-for-nextjs-25g5</guid>
      <description>&lt;p&gt;I was struggling with token design system when I was building my own website. The already solution &lt;code&gt;next-themes&lt;/code&gt; only handled theme token. To handle other tokens like &lt;code&gt;accent&lt;/code&gt;, &lt;code&gt;lang&lt;/code&gt;, etc, I literally had to do some dark magic and it still failed :(&lt;/p&gt;

&lt;p&gt;So, I went on to build a "multi instance token system" for Next.js that can handle infinitely many number of tokens. It is easy to setup, reliable, and cares about dev time. I thought this fixed my problem, so why not save everyone else time too :)&lt;/p&gt;

&lt;p&gt;It is called &lt;code&gt;next-tokens&lt;/code&gt; and you can visit the official repository here: &lt;a href="https://github.com/thedevmystic/next-tokens" rel="noopener noreferrer"&gt;Repository Link&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
