<?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: Mayank Joshi</title>
    <description>The latest articles on DEV Community by Mayank Joshi (@mayank_joshi_6110c621076f).</description>
    <link>https://dev.to/mayank_joshi_6110c621076f</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%2F4054307%2Fa4bc3938-1ee7-460e-a871-4cac9c4c1b2d.png</url>
      <title>DEV Community: Mayank Joshi</title>
      <link>https://dev.to/mayank_joshi_6110c621076f</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mayank_joshi_6110c621076f"/>
    <language>en</language>
    <item>
      <title>I Built a SaaS From Scratch and Somehow Got 350+ Users in 90 Days</title>
      <dc:creator>Mayank Joshi</dc:creator>
      <pubDate>Sun, 30 Aug 2026 12:07:52 +0000</pubDate>
      <link>https://dev.to/mayank_joshi_6110c621076f/i-built-a-saas-from-scratch-and-somehow-got-350-users-in-90-days-402l</link>
      <guid>https://dev.to/mayank_joshi_6110c621076f/i-built-a-saas-from-scratch-and-somehow-got-350-users-in-90-days-402l</guid>
      <description>&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ft423y2rg9m69d31xhs5w.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ft423y2rg9m69d31xhs5w.png" alt="Google analytics data" width="800" height="409"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;90 days ago, &lt;a href="https://postdrop.online" rel="noopener noreferrer"&gt;PostDrop&lt;/a&gt; had zero users.&lt;/p&gt;

&lt;p&gt;Today, more than 350 people have used it.&lt;/p&gt;

&lt;p&gt;350 isn't a huge number compared to the massive SaaS companies we see every day, but for me, it represents something much more meaningful: 350+ people discovered something I built and decided it was useful enough to use.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Why I Built PostDrop&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://postdrop.online" rel="noopener noreferrer"&gt;PostDrop&lt;/a&gt; started with a simple problem. I noticed how unnecessarily complicated it can be to add a form backend to a website. You can build a beautiful website with HTML, React, Next.js, or any other frontend stack, but the moment you need to handle a contact form, you suddenly need backend logic, email delivery, spam protection, domain validation, and infrastructure.&lt;/p&gt;

&lt;p&gt;I wanted to make that simpler.&lt;/p&gt;

&lt;p&gt;So I built &lt;a href="https://postdrop.online" rel="noopener noreferrer"&gt;PostDrop&lt;/a&gt;, a headless form backend that lets developers handle website form submissions without building the backend themselves.&lt;/p&gt;

&lt;p&gt;The first version was small. I built the backend, dashboard, form integration, spam protection and everything else I needed to get the product working. At that point, I was mostly focused on code.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Then I Launched It&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Nobody knew it existed.&lt;/p&gt;

&lt;p&gt;That's when I realized that building a product and getting people to use it are two completely different things.&lt;/p&gt;

&lt;p&gt;I started working on SEO and documentation, writing content, sharing the product with developer communities, experimenting with Product Hunt and Indie Hackers, and reaching out to people directly.&lt;/p&gt;

&lt;p&gt;A lot of it didn't work.&lt;/p&gt;

&lt;p&gt;Some posts got almost no attention. Messages went unanswered. There were days when I would check the analytics and see almost no movement.&lt;/p&gt;

&lt;p&gt;Honestly, that was harder than debugging code.&lt;/p&gt;

&lt;p&gt;When your code breaks, you can usually find the problem. When nobody uses your product, you don't always know why.&lt;/p&gt;

&lt;p&gt;Is the product not useful? Is the website unclear? Am I reaching the wrong people? Is the problem too small?&lt;/p&gt;

&lt;p&gt;You just have to keep experimenting.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;## Building a SaaS Is More Than Writing Code&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;There were technical problems too. Email delivery, deployment, DNS, authentication, payments and all the other things that become your responsibility when you're running a real SaaS. Things that seem simple from the outside can take hours to get right.&lt;/p&gt;

&lt;p&gt;But slowly, people started using it.&lt;/p&gt;

&lt;p&gt;The first few users felt incredibly different from simply seeing the product work locally. These were people I didn't know, finding something I had built and trusting it enough to use it.&lt;/p&gt;

&lt;p&gt;Then came 50 users , then 100 , eventually 350+ users .&lt;/p&gt;

&lt;p&gt;The biggest lesson I've learned isn't really about getting users. It's that building a SaaS teaches you much more than programming. You learn that users don't care how elegant your code is. They care whether the product solves their problem.&lt;/p&gt;

&lt;p&gt;You learn that marketing isn't something you do after building. Distribution is part of building.&lt;/p&gt;

&lt;p&gt;And you learn to keep working even when nobody is paying attention.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;## What's Next?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'm still far from where I want &lt;a href="https://postdrop.online" rel="noopener noreferrer"&gt;PostDrop&lt;/a&gt; to be. There are plenty of things I want to improve, and I know the next 350 users will probably be harder to get than the first 350.&lt;/p&gt;

&lt;p&gt;But that's what makes it exciting.&lt;/p&gt;

&lt;p&gt;90 days ago, &lt;a href="https://postdrop.online" rel="noopener noreferrer"&gt;PostDrop&lt;/a&gt; was just an idea with zero users.&lt;/p&gt;

&lt;p&gt;Today, 350+ people have used it.&lt;/p&gt;

&lt;p&gt;And now I'm curious to see what happens with the next 350.&lt;/p&gt;

&lt;p&gt;If you're building something right now and you're stuck at zero users, don't assume that zero means you're failing.&lt;/p&gt;

&lt;p&gt;Every product starts there.&lt;/p&gt;

&lt;p&gt;Build it. Put it in front of people. Listen. Improve. Repeat.&lt;/p&gt;

&lt;p&gt;That's what I'm doing with &lt;a href="https://postdrop.online" rel="noopener noreferrer"&gt;PostDrop&lt;/a&gt;, and this is only the beginning.&lt;/p&gt;

</description>
      <category>startup</category>
      <category>webdev</category>
      <category>saas</category>
      <category>buildinpublic</category>
    </item>
    <item>
      <title>From a Simple Contact Form to Building My Own SaaS: The Story Behind PostDrop</title>
      <dc:creator>Mayank Joshi</dc:creator>
      <pubDate>Thu, 30 Jul 2026 13:28:19 +0000</pubDate>
      <link>https://dev.to/mayank_joshi_6110c621076f/from-a-simple-contact-form-to-building-my-own-saas-the-story-behind-postdrop-365n</link>
      <guid>https://dev.to/mayank_joshi_6110c621076f/from-a-simple-contact-form-to-building-my-own-saas-the-story-behind-postdrop-365n</guid>
      <description>&lt;p&gt;Every developer has that one project that starts as a small idea and slowly turns into something much bigger.&lt;/p&gt;

&lt;p&gt;For me, that project became PostDrop.&lt;/p&gt;

&lt;p&gt;I'm currently a Computer Science student, and over the past year I've built numerous web projects. One problem kept appearing again and again: contact forms.&lt;/p&gt;

&lt;p&gt;Creating the frontend was always easy.&lt;/p&gt;

&lt;p&gt;Making the form actually send emails wasn't.&lt;/p&gt;

&lt;p&gt;For a simple portfolio or landing page, setting up a complete backend just to receive a few contact form submissions felt unnecessary. Many developers either learned PHP, created a small Express server, or relied on services that required SDKs, complicated configuration, or pricing that didn't fit small projects.&lt;/p&gt;

&lt;p&gt;That made me wonder:&lt;/p&gt;

&lt;p&gt;Why should receiving a form submission require so much setup?&lt;/p&gt;

&lt;p&gt;That question eventually led me to build PostDrop.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Idea
&lt;/h2&gt;

&lt;p&gt;The goal was simple.&lt;/p&gt;

&lt;p&gt;I wanted developers to be able to build a contact form using plain HTML, React, Next.js, or any frontend framework and start receiving submissions in their inbox without writing backend code.&lt;/p&gt;

&lt;p&gt;The experience should be straightforward:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Create a project&lt;/li&gt;
&lt;li&gt;Copy a Public ID&lt;/li&gt;
&lt;li&gt;Add it to the form&lt;/li&gt;
&lt;li&gt;Start receiving emails&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;No backend ,No SMTP configuration and No server deployment.&lt;/p&gt;

&lt;h2&gt;
  
  
  Building the Backend
&lt;/h2&gt;

&lt;p&gt;As the project grew, I realized there were many challenges hidden behind what looked like a simple product.&lt;/p&gt;

&lt;p&gt;Some of them included:&lt;/p&gt;

&lt;p&gt;Authentication&lt;br&gt;
Secure project management&lt;br&gt;
Email delivery&lt;br&gt;
Spam protection&lt;br&gt;
Rate limiting&lt;br&gt;
Background job processing&lt;br&gt;
Database design&lt;br&gt;
Dashboard analytics&lt;/p&gt;

&lt;p&gt;Every new feature introduced another engineering problem to solve.&lt;/p&gt;

&lt;h2&gt;
  
  
  Things I Learned
&lt;/h2&gt;

&lt;p&gt;Building a SaaS taught me far more than building tutorial projects.&lt;/p&gt;

&lt;p&gt;I learned about:&lt;/p&gt;

&lt;p&gt;Designing REST APIs&lt;br&gt;
Authentication with JWT&lt;br&gt;
MongoDB schema design&lt;br&gt;
Background workers and queues&lt;br&gt;
Redis caching&lt;br&gt;
Email delivery systems&lt;br&gt;
Deployment&lt;br&gt;
Logging and debugging&lt;br&gt;
User experience&lt;br&gt;
SEO&lt;br&gt;
Technical writing&lt;br&gt;
Product marketing&lt;/p&gt;

&lt;p&gt;One of the biggest surprises wasn't writing code.&lt;/p&gt;

&lt;p&gt;It was realizing that building a product is only half the job.&lt;/p&gt;

&lt;p&gt;Getting people to discover it is just as important.&lt;/p&gt;

&lt;p&gt;That pushed me into creating documentation, recording YouTube tutorials, writing blogs, improving SEO, and learning how developers actually search for solutions.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Biggest Challenge
&lt;/h2&gt;

&lt;p&gt;The hardest part wasn't implementing a feature.&lt;/p&gt;

&lt;p&gt;It was polishing the product.&lt;/p&gt;

&lt;p&gt;Handling edge cases.&lt;/p&gt;

&lt;p&gt;Improving performance.&lt;/p&gt;

&lt;p&gt;Making error messages understandable.&lt;/p&gt;

&lt;p&gt;Building something that other developers could actually trust.&lt;/p&gt;

&lt;p&gt;Those details often took more time than the initial implementation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I'm Writing This
&lt;/h2&gt;

&lt;p&gt;I'm documenting this journey because I believe building in public helps everyone.&lt;/p&gt;

&lt;p&gt;If you're a student thinking about building your own SaaS, my advice is simple:&lt;/p&gt;

&lt;p&gt;Start with a problem you've personally experienced.&lt;/p&gt;

&lt;p&gt;Solve it well.&lt;/p&gt;

&lt;p&gt;Ship it.&lt;/p&gt;

&lt;p&gt;Improve it based on feedback.&lt;/p&gt;

&lt;p&gt;Repeat.&lt;/p&gt;

&lt;p&gt;You don't need to build the next billion-dollar company to learn an incredible amount.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next?
&lt;/h2&gt;

&lt;p&gt;I'm continuing to improve PostDrop with better developer experience, more integrations, and additional features while learning more about building software products.&lt;/p&gt;

&lt;p&gt;If you're interested in backend development, SaaS, APIs, or modern web development, I'll be sharing more tutorials and lessons from this journey.&lt;/p&gt;

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

&lt;h2&gt;
  
  
  Resources
&lt;/h2&gt;

&lt;p&gt;🌐 Website: &lt;a href="https://postdrop.online" rel="noopener noreferrer"&gt;https://postdrop.online&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📖 Documentation: &lt;a href="https://postdrop.online/docs" rel="noopener noreferrer"&gt;https://postdrop.online/docs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🎥 HTML Tutorial: &lt;a href="https://youtu.be/6P1NMM1Oalc?si=PDwi_6yvIb5QYa1R" rel="noopener noreferrer"&gt;https://youtu.be/6P1NMM1Oalc?si=PDwi_6yvIb5QYa1R&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💼 Connect with me on LinkedIn: &lt;a href="https://www.linkedin.com/in/mayank-joshi-7b0634317/" rel="noopener noreferrer"&gt;https://www.linkedin.com/in/mayank-joshi-7b0634317/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>saas</category>
      <category>buildinpublic</category>
    </item>
  </channel>
</rss>
