<?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: Tiny Studio</title>
    <description>The latest articles on DEV Community by Tiny Studio (@tiny_studio_5d3849de104bd).</description>
    <link>https://dev.to/tiny_studio_5d3849de104bd</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%2F3991167%2Ffebbd9ae-d3dd-482e-b5f5-0a8697cf3df9.png</url>
      <title>DEV Community: Tiny Studio</title>
      <link>https://dev.to/tiny_studio_5d3849de104bd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tiny_studio_5d3849de104bd"/>
    <language>en</language>
    <item>
      <title>I built a micro SaaS in 2 weeks while learning Next.js — here's what I shipped</title>
      <dc:creator>Tiny Studio</dc:creator>
      <pubDate>Thu, 18 Jun 2026 15:27:58 +0000</pubDate>
      <link>https://dev.to/tiny_studio_5d3849de104bd/i-built-a-micro-saas-in-2-weeks-while-learning-nextjs-heres-what-i-shipped-4dm5</link>
      <guid>https://dev.to/tiny_studio_5d3849de104bd/i-built-a-micro-saas-in-2-weeks-while-learning-nextjs-heres-what-i-shipped-4dm5</guid>
      <description>&lt;p&gt;I've been wanting to build a micro SaaS for a while. &lt;br&gt;
Last week I finally stopped overthinking and just shipped something.&lt;/p&gt;
&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;As a developer, I always struggled to know what my users actually &lt;br&gt;
think about my apps. Tools like Hotjar exist but they're expensive &lt;br&gt;
and complex for simple use cases. I just wanted to know: &lt;br&gt;
what are users confused about? What's broken? What do they want next?&lt;/p&gt;
&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Nudge&lt;/strong&gt; — a lightweight feedback widget you can add to any website &lt;br&gt;
with one script tag.&lt;/p&gt;

&lt;p&gt;Users see a floating button → click it → leave a bug report, &lt;br&gt;
idea, or general feedback → you get notified by email instantly.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"https://nudge-app/widget.js"&lt;/span&gt;
        &lt;span class="na"&gt;data-project-id=&lt;/span&gt;&lt;span class="s"&gt;"your-id"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That's literally all it takes to embed it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js&lt;/strong&gt; — frontend + API routes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Supabase&lt;/strong&gt; — database and auth&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Resend&lt;/strong&gt; — email notifications&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vercel&lt;/strong&gt; — hosting (free tier)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Total cost to run: $0/month at this stage.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;1. Ship before you're ready&lt;/strong&gt;&lt;br&gt;
The landing page went live before the actual product was built. &lt;br&gt;
That's the right order — validate first, build second.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. One feature is enough to launch&lt;/strong&gt;&lt;br&gt;
Version 1 is just: floating button → form → email notification. &lt;br&gt;
No dashboard, no analytics, no integrations. Just the core loop.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Distribution is harder than building&lt;/strong&gt;&lt;br&gt;
Getting the first 5 signups is genuinely harder than building &lt;br&gt;
the product. Reddit, IndieHackers, Dev.to — all have restrictions &lt;br&gt;
for new accounts. Building in public helps.&lt;/p&gt;

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

&lt;p&gt;Currently collecting waitlist signups and talking to potential users &lt;br&gt;
before building more features.&lt;/p&gt;

&lt;p&gt;If you're building something and want a simple way to collect &lt;br&gt;
feedback from your users — check it out:&lt;/p&gt;

&lt;p&gt;👉 nudge-app-mauve.vercel.app/&lt;/p&gt;

&lt;p&gt;Would love feedback from the Dev.to community — &lt;br&gt;
what would make this useful for you?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
