<?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: Aziz FADIL</title>
    <description>The latest articles on DEV Community by Aziz FADIL (@afadil).</description>
    <link>https://dev.to/afadil</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%2F2077593%2F59673ede-7c47-46ce-93c3-08c66f450a0b.png</url>
      <title>DEV Community: Aziz FADIL</title>
      <link>https://dev.to/afadil</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/afadil"/>
    <language>en</language>
    <item>
      <title>How I Built an Open Source App That Went Viral</title>
      <dc:creator>Aziz FADIL</dc:creator>
      <pubDate>Tue, 24 Sep 2024 17:57:59 +0000</pubDate>
      <link>https://dev.to/afadil/how-i-built-an-open-source-app-that-went-viral-160p</link>
      <guid>https://dev.to/afadil/how-i-built-an-open-source-app-that-went-viral-160p</guid>
      <description>&lt;p&gt;In September 2024, my side project &lt;a href="https://wealthfolio.app" rel="noopener noreferrer"&gt;Wealthfolio&lt;/a&gt;—a simple, open-source desktop investment tracker I built over the summer—unexpectedly went viral, reaching the front page of Hacker News and GitHub's trending list. Here's how this small and elegant app captured the attention of thousands.&lt;/p&gt;

&lt;p&gt;I built &lt;a href="https://wealthfolio.app" rel="noopener noreferrer"&gt;Wealthfolio&lt;/a&gt; out of necessity because I couldn’t find a decent desktop investment tracker that wasn’t a complete mess. Spreadsheets are fine, but not when you care about aesthetics. Plus, I’ve always been a fan of small, simple desktop applications—ones that are beautiful, boring, and just work.&lt;/p&gt;

&lt;p&gt;As the app started coming together, I realized it could be more than just another personal project that would end up joining the graveyard of my private GitHub repositories. I decided to open source Wealthfolio—partly to give back to the community, and partly because I believed it might resonate with a small, niche group of users who valued simplicity and elegance in their tools as much as I did.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Snowball Effect
&lt;/h2&gt;

&lt;p&gt;I wasn’t expecting much when I first launched Wealthfolio on Product Hunt—just a simple introduction to the app, highlighting its clean interface and open-source nature. It gained some initial traction, but things really picked up after I posted about it on Hacker News.&lt;/p&gt;

&lt;p&gt;That’s when Wealthfolio reached a wider audience. The post hit the front page, and soon I was getting feedback, feature requests, and contributions from developers who were eager to improve the project. It was both exciting and overwhelming to see so many people take interest in this thing.&lt;/p&gt;

&lt;p&gt;Not long after, Wealthfolio made it to GitHub’s trending list, which helped it gain even more visibility. Watching the app resonate with users—especially those who appreciated the simplicity—was incredibly rewarding.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzrnuwbge7j8hak7cha3s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzrnuwbge7j8hak7cha3s.png" alt="Hacker News Badge" width="800" height="68"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyq26sbxy1lf6i3giymb6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyq26sbxy1lf6i3giymb6.png" alt="Github Stars" width="800" height="522"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As Wealthfolio's popularity grew, it began attracting traffic from a variety of sources, some expected and others quite surprising like websites known for hosting cracked software :). Notably, it was featured on &lt;a href="https://formulae.brew.sh/cask/wealthfolio#default" rel="noopener noreferrer"&gt;Homebrew&lt;/a&gt;, which significantly boosted its visibility among macOS users. Google searches also directed a steady stream of new users to the app website.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feu901v0uxj6o6vtcdrwa.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feu901v0uxj6o6vtcdrwa.png" alt="Wealthfolio website traffic" width="800" height="272"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why People Liked It
&lt;/h2&gt;

&lt;p&gt;Here’s what I think made Wealthfolio catch on so quickly:&lt;/p&gt;

&lt;p&gt;It’s Simple: People don’t want to deal with overly complicated tools. Wealthfolio focuses on one thing—tracking your investments. That’s it.&lt;br&gt;
It's Private: Your data stays on your computer. It doesn’t go anywhere else. The code is open source, so there are no hidden trackers. Privacy matters for financial data.&lt;br&gt;
No Subscription Fees: Wealthfolio embraces &lt;a href="http://once.com/" rel="noopener noreferrer"&gt;once.com&lt;/a&gt; philosophy. There's no pressure, no monthly fees or hidden costs.&lt;/p&gt;

&lt;h2&gt;
  
  
  Building It With AI
&lt;/h2&gt;

&lt;p&gt;Part of the reason I built Wealthfolio was to see how fast I could turn an idea into a working product as a solo developer using AI. Both the &lt;a href="https://tauri.app/" rel="noopener noreferrer"&gt;Tauri&lt;/a&gt; framework and the &lt;a href="https://www.rust-lang.org/" rel="noopener noreferrer"&gt;Rust&lt;/a&gt; programming language were new to me, but AI gave me a serious edge in tackling that learning curve and troubleshooting issues (try to understand and resolve Rust's borrow and ownership issues 😁). &lt;/p&gt;

&lt;p&gt;The AI assistant basically acted like team members; I'd like to think of it as my virtual product team. There's no way I could've built Wealthfolio this fast without that help.&lt;/p&gt;

&lt;p&gt;We are definitely living through an interesting shift in how we design and build software, and it feels like it's only the beginning.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhizif6q3y1d26qe8ujqk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhizif6q3y1d26qe8ujqk.png" alt="AI assistants" width="800" height="319"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s Next for Wealthfolio?
&lt;/h2&gt;

&lt;p&gt;The attention Wealthfolio has received has given the project a significant boost, and things are just getting started. There are some exciting developments on the horizon:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Sponsored by &lt;a href="http://nemo.ma" rel="noopener noreferrer"&gt;NEMO Technology&lt;/a&gt;&lt;/strong&gt;: The project got the backing of NEMO Technology, which means we'll have an awesome team contributing to the project.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Fintech Partnerships&lt;/strong&gt;: We are in discussions with some fintech companies that have offered to support the project by providing access to real-time market data and the ability to connect retail brokerage accounts from multiple providers.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The vision is to make Wealthfolio the ultimate, user-friendly wealth and investment companion app. We aim to keep it simple, private, and free while ensuring its long-term sustainability. &lt;/p&gt;

&lt;p&gt;Wealthfolio's journey is just beginning, and we'd love for you to be part of it. Whether you're a potential user, contributor, or simply curious about open-source success stories, I invite you to explore &lt;a href="http://wealthfolio.app/" rel="noopener noreferrer"&gt;Wealthfolio Website&lt;/a&gt; and &lt;a href="https://github.com/afadil/wealthfolio" rel="noopener noreferrer"&gt;Github repository&lt;/a&gt; Share your thoughts, contribute code, or help spread the word.&lt;/p&gt;

&lt;p&gt;Stay tuned for more updates!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>rust</category>
      <category>tauri</category>
      <category>react</category>
    </item>
  </channel>
</rss>
