<?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: Securityscore</title>
    <description>The latest articles on DEV Community by Securityscore (@securityscore).</description>
    <link>https://dev.to/securityscore</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%2F3656123%2Fbd56037a-be3c-41e3-957c-b7054e919068.png</url>
      <title>DEV Community: Securityscore</title>
      <link>https://dev.to/securityscore</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/securityscore"/>
    <language>en</language>
    <item>
      <title>Built a side project in 3 weeks, got 40 users, can't flip the payment switch</title>
      <dc:creator>Securityscore</dc:creator>
      <pubDate>Wed, 10 Dec 2025 20:02:50 +0000</pubDate>
      <link>https://dev.to/securityscore/built-a-side-project-in-3-weeks-got-40-users-cant-flip-the-payment-switch-14p9</link>
      <guid>https://dev.to/securityscore/built-a-side-project-in-3-weeks-got-40-users-cant-flip-the-payment-switch-14p9</guid>
      <description>&lt;p&gt;So my mom asks me like once a month if her email got hacked. I always send her to Have I Been Pwned but she finds it confusing. Last month I finally just built her something simpler.&lt;/p&gt;

&lt;p&gt;That's how SecurityScore.me happened.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;Pretty basic honestly - you type your email, it checks 800+ breaches via the HIBP API, shows you results in a few seconds. &lt;/p&gt;

&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.amazonaws.com%2Fuploads%2Farticles%2Fthzp5p7stfmmf8xe27ic.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.amazonaws.com%2Fuploads%2Farticles%2Fthzp5p7stfmmf8xe27ic.png" alt=" " width="800" height="401"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Added a timeline view and some explanations in normal language instead of tech speak.&lt;/p&gt;

&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.amazonaws.com%2Fuploads%2Farticles%2F9dj7kmynsr5kdkf5gi35.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.amazonaws.com%2Fuploads%2Farticles%2F9dj7kmynsr5kdkf5gi35.png" alt=" " width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;No signup, no BS. Just check and go.&lt;/p&gt;

&lt;h2&gt;
  
  
  The tech
&lt;/h2&gt;

&lt;p&gt;Next.js because that's what I know, HIBP API for the data, Tailwind for styling. Took about 3 weeks of evenings.&lt;/p&gt;

&lt;p&gt;Nothing fancy - just wanted something my mom could actually use without calling me.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where I'm stuck
&lt;/h2&gt;

&lt;p&gt;Here's the weird part. I built the whole payment system already. Stripe works, subscriptions are ready, premium features are coded. Everything.&lt;/p&gt;

&lt;p&gt;But I haven't turned it on.&lt;/p&gt;

&lt;p&gt;Been live for a month now with 40 people using it. Getting some traffic from weird places (apparently people ask ChatGPT about breach checkers and it mentions mine sometimes?).&lt;/p&gt;

&lt;p&gt;But I keep chickening out on actually charging money.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why though
&lt;/h2&gt;

&lt;p&gt;Mostly just - what if nobody pays? HIBP is free and honestly does the job. Am I just adding a coat of paint and calling it premium?&lt;/p&gt;

&lt;p&gt;The premium stuff I built:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Real time alerts when new breaches happen&lt;/li&gt;
&lt;li&gt;Check multiple emails at once&lt;/li&gt;
&lt;li&gt;Password strength checker&lt;/li&gt;
&lt;li&gt;Some phishing detection thing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Is that worth $5-10/month? I genuinely don't know.&lt;/p&gt;

&lt;h2&gt;
  
  
  Questions for you
&lt;/h2&gt;

&lt;p&gt;If you've launched something paid before - how did you know when to just do it? Did you wait until you had X users? Or just flip the switch and see?&lt;/p&gt;

&lt;p&gt;And if you're a potential user - would you actually pay for this? Or is checking HIBP manually once in a while good enough?&lt;/p&gt;

&lt;p&gt;Link if you wanna try it: &lt;a href="https://securityscore.me" rel="noopener noreferrer"&gt;https://securityscore.me&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Honest feedback appreciated. If it's dumb just tell me lol.&lt;/p&gt;




&lt;p&gt;Anyone else get stuck like this? Built everything but can't hit publish on the paid tier?&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>webdev</category>
      <category>startup</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
