<?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: Ashwith Rai</title>
    <description>The latest articles on DEV Community by Ashwith Rai (@raishwith).</description>
    <link>https://dev.to/raishwith</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%2F3172325%2F3f3e2514-9686-43e8-936d-2728305313d6.jpeg</url>
      <title>DEV Community: Ashwith Rai</title>
      <link>https://dev.to/raishwith</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/raishwith"/>
    <language>en</language>
    <item>
      <title>Leet2Git: Automatically Push Your LeetCode Submissions to GitHub (Free and Supports All Languages!)</title>
      <dc:creator>Ashwith Rai</dc:creator>
      <pubDate>Sat, 17 May 2025 03:09:28 +0000</pubDate>
      <link>https://dev.to/raishwith/leet2git-automatically-push-your-leetcode-submissions-to-github-free-and-supports-all-languages-47pd</link>
      <guid>https://dev.to/raishwith/leet2git-automatically-push-your-leetcode-submissions-to-github-free-and-supports-all-languages-47pd</guid>
      <description>&lt;p&gt;I’m a regular LeetCode grinder — like many of you.&lt;/p&gt;

&lt;p&gt;But one thing always bugged me:&lt;br&gt;&lt;br&gt;
&lt;strong&gt;I was solving hundreds of problems, yet my GitHub stayed blank.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;&lt;a href="https://leet2git.ashwithrai.me" rel="noopener noreferrer"&gt;Leet2Git&lt;/a&gt;&lt;/strong&gt; – an open-source tool that lets you upload your LeetCode submissions to GitHub, either &lt;strong&gt;manually&lt;/strong&gt; or &lt;strong&gt;automatically&lt;/strong&gt;, in &lt;strong&gt;ANY programming language&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  How Does It Work?
&lt;/h2&gt;

&lt;p&gt;There are &lt;strong&gt;two modes&lt;/strong&gt;:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Manual Mode
&lt;/h3&gt;

&lt;p&gt;Perfect if you want full control.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You &lt;strong&gt;log in via GitHub&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Search for a question
&lt;/li&gt;
&lt;li&gt;Paste your solution in your preferred language
&lt;/li&gt;
&lt;li&gt;Hit submit — it gets committed to your GitHub repo with proper filenames and formatting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;✅ Great for keeping track of selective problems&lt;br&gt;&lt;br&gt;
✅ Works for all languages&lt;br&gt;&lt;br&gt;
✅ No validation, super flexible&lt;/p&gt;




&lt;h3&gt;
  
  
  2. Automatic Mode
&lt;/h3&gt;

&lt;p&gt;Ready to upload your entire LeetCode grind in &lt;strong&gt;one go&lt;/strong&gt;?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Log in via GitHub
&lt;/li&gt;
&lt;li&gt;Go to the &lt;strong&gt;Auto Upload&lt;/strong&gt; section
&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Start&lt;/strong&gt;, and you'll get a small &lt;strong&gt;JavaScript snippet&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Paste that code into your &lt;strong&gt;LeetCode browser console&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Hit Enter, and… BOOM!
My backend fetches all your previously submitted LeetCode problems using their API and pushes them to your GitHub repo instantly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;✅ Upload &lt;strong&gt;ALL your past submissions&lt;/strong&gt; in one step&lt;br&gt;&lt;br&gt;
✅ No Chrome extension needed  &lt;/p&gt;

&lt;p&gt;Unlike some existing Chrome extensions that only sync new submissions, &lt;strong&gt;Leet2Git uploads everything you've already solved&lt;/strong&gt;, saving HOURS of manual work.&lt;/p&gt;




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

&lt;p&gt;I tried other sync tools, but they didn’t bring over &lt;strong&gt;all&lt;/strong&gt; my old LeetCode submissions.&lt;br&gt;&lt;br&gt;
They only worked &lt;em&gt;when&lt;/em&gt; I submitted new solutions. That wasn’t enough.  &lt;/p&gt;

&lt;p&gt;So I made this.&lt;/p&gt;

&lt;p&gt;Leet2Git makes your hard work &lt;strong&gt;visible&lt;/strong&gt; on GitHub — which can be helpful for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Portfolio building&lt;/li&gt;
&lt;li&gt;Interview prep tracking&lt;/li&gt;
&lt;li&gt;Daily DSA consistency streaks&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Demo &amp;amp; Resources
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Try the app&lt;/strong&gt;: &lt;a href="https://leet2git.ashwithrai.me" rel="noopener noreferrer"&gt;leet2git.ashwithrai.me&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tutorial video&lt;/strong&gt;: &lt;a href="https://youtu.be/MsqTPuKZ6AY" rel="noopener noreferrer"&gt;Watch on YouTube&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sample output repo&lt;/strong&gt;: &lt;a href="https://github.com/Rai-shwith/LeetSolutions" rel="noopener noreferrer"&gt;github.com/Rai-shwith/LeetSolutions&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Final Words
&lt;/h2&gt;

&lt;p&gt;No subscriptions. No hidden fees. Just a few ads to keep the servers alive.&lt;/p&gt;

&lt;p&gt;Whether you're preparing for FAANG, brushing up on fundamentals, or just love solving problems, I hope this tool helps you showcase your journey.&lt;/p&gt;

&lt;p&gt;Would love your feedback, ideas, and maybe even a GitHub ⭐ if you find it helpful!&lt;/p&gt;

&lt;p&gt;Let’s keep grinding — and let our GitHub show it!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>leetcode</category>
      <category>github</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
