<?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: Dhanraj</title>
    <description>The latest articles on DEV Community by Dhanraj (@dnitro).</description>
    <link>https://dev.to/dnitro</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%2F3987776%2F29769a59-08df-4b70-9e72-bc93fda5900c.png</url>
      <title>DEV Community: Dhanraj</title>
      <link>https://dev.to/dnitro</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dnitro"/>
    <language>en</language>
    <item>
      <title>Stop Googling License Questions — I Built a Tool for That</title>
      <dc:creator>Dhanraj</dc:creator>
      <pubDate>Tue, 16 Jun 2026 17:44:53 +0000</pubDate>
      <link>https://dev.to/dnitro/stop-googling-license-questions-i-built-a-tool-for-that-2l54</link>
      <guid>https://dev.to/dnitro/stop-googling-license-questions-i-built-a-tool-for-that-2l54</guid>
      <description>&lt;p&gt;As developers, we've all been there.&lt;/p&gt;

&lt;p&gt;You find the perfect open-source library for your project. Then you notice it's licensed under GPL, AGPL, MPL, or Apache 2.0, and suddenly you're asking yourself:&lt;/p&gt;

&lt;p&gt;"Can I use this in a commercial project?"&lt;/p&gt;

&lt;p&gt;"Do I have to open-source my code?"&lt;/p&gt;

&lt;p&gt;"What happens if I modify it?"&lt;/p&gt;

&lt;p&gt;You search Google, read old Stack Overflow threads, skim legal blogs, and end up more confused than when you started.&lt;/p&gt;

&lt;p&gt;So I decided to build oss-license-helper.&lt;/p&gt;

&lt;p&gt;What is oss-license-helper?&lt;/p&gt;

&lt;p&gt;oss-license-helper is a free, interactive tool that helps developers understand open-source licenses in plain English.&lt;/p&gt;

&lt;p&gt;No legal jargon.&lt;/p&gt;

&lt;p&gt;No paywalls.&lt;/p&gt;

&lt;p&gt;No endless searching.&lt;/p&gt;

&lt;p&gt;Just clear answers to common licensing questions.&lt;/p&gt;

&lt;p&gt;🔗 Live Demo: &lt;a href="https://johanl001.github.io/oss-license-helper" rel="noopener noreferrer"&gt;https://johanl001.github.io/oss-license-helper&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Why I Built It&lt;/p&gt;

&lt;p&gt;I kept running into the same problem while working on projects.&lt;/p&gt;

&lt;p&gt;Most licensing resources are either:&lt;/p&gt;

&lt;p&gt;Too technical&lt;br&gt;
Written for lawyers&lt;br&gt;
Scattered across multiple websites&lt;br&gt;
Difficult for beginners to understand&lt;/p&gt;

&lt;p&gt;I wanted a tool that could answer practical questions quickly:&lt;/p&gt;

&lt;p&gt;Can I use this license commercially?&lt;br&gt;
Can I modify the code?&lt;br&gt;
Do I need to share my source code?&lt;br&gt;
Is this license compatible with another license?&lt;/p&gt;

&lt;p&gt;The goal wasn't to replace legal advice. It was to make license information easier for developers to understand.&lt;/p&gt;

&lt;p&gt;Features&lt;br&gt;
🌳 Decision-Tree License Checker&lt;/p&gt;

&lt;p&gt;Answer three simple questions:&lt;/p&gt;

&lt;p&gt;Is your project commercial?&lt;br&gt;
Will you modify the code?&lt;br&gt;
Will you distribute it?&lt;/p&gt;

&lt;p&gt;Based on your answers, the tool provides a plain-English explanation of what you can and cannot do under the selected license.&lt;/p&gt;

&lt;p&gt;No need to read pages of legal text.&lt;/p&gt;

&lt;p&gt;📊 License Compatibility Matrix&lt;/p&gt;

&lt;p&gt;One of the most confusing parts of open-source licensing is compatibility.&lt;/p&gt;

&lt;p&gt;The tool includes a visual compatibility matrix covering licenses such as:&lt;/p&gt;

&lt;p&gt;MIT&lt;br&gt;
Apache 2.0&lt;br&gt;
GPL-2.0&lt;br&gt;
GPL-3.0&lt;br&gt;
AGPL&lt;br&gt;
MPL&lt;br&gt;
ISC&lt;br&gt;
CC0&lt;/p&gt;

&lt;p&gt;Click any cell in the matrix to get a simple explanation of why two licenses are compatible—or why they aren't.&lt;/p&gt;

&lt;p&gt;Built With&lt;/p&gt;

&lt;p&gt;The project is intentionally lightweight and runs entirely in the browser.&lt;/p&gt;

&lt;p&gt;This makes it fast, free to use, and easy to contribute to.&lt;/p&gt;

&lt;p&gt;Open Source&lt;/p&gt;

&lt;p&gt;The project is released under the MIT License, and contributions are welcome.&lt;/p&gt;

&lt;p&gt;If you'd like to improve the tool, add more license explanations, or suggest features, feel free to open an issue or submit a pull request.&lt;/p&gt;

&lt;p&gt;I'd Love Your Feedback&lt;/p&gt;

&lt;p&gt;This is my first version, and I'm sure there are ways to make it better.&lt;/p&gt;

&lt;p&gt;If you try the tool, let me know:&lt;/p&gt;

&lt;p&gt;What features would you add?&lt;br&gt;
Which licenses should be supported next?&lt;br&gt;
What parts were confusing?&lt;/p&gt;

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

&lt;p&gt;🚀 Try it here: [&lt;a href="https://dev.tourl"&gt;&lt;/a&gt;](&lt;a href="https://johanl001.github.io/oss-license-helper" rel="noopener noreferrer"&gt;https://johanl001.github.io/oss-license-helper&lt;/a&gt; )&lt;/p&gt;

</description>
      <category>githunt</category>
      <category>opensource</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
