<?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: bogdan0x</title>
    <description>The latest articles on DEV Community by bogdan0x (@bogdan0x).</description>
    <link>https://dev.to/bogdan0x</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%2F4100716%2F30f672d7-a570-4e31-b01e-5179e4433ef5.jpg</url>
      <title>DEV Community: bogdan0x</title>
      <link>https://dev.to/bogdan0x</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bogdan0x"/>
    <language>en</language>
    <item>
      <title>I Built a Website With One Switch. 880 Visitors Later, It Made $0</title>
      <dc:creator>bogdan0x</dc:creator>
      <pubDate>Sat, 29 Aug 2026 20:10:56 +0000</pubDate>
      <link>https://dev.to/bogdan0x/i-built-a-website-with-one-switch-880-visitors-later-it-made-0-3d4b</link>
      <guid>https://dev.to/bogdan0x/i-built-a-website-with-one-switch-880-visitors-later-it-made-0-3d4b</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%2Flv5jppjri1kkduchoi8o.jpg" 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%2Flv5jppjri1kkduchoi8o.jpg" alt=" " width="800" height="905"&gt;&lt;/a&gt;&lt;br&gt;
I wanted to build something small.&lt;/p&gt;

&lt;p&gt;Not another project that starts with "I'll just make the MVP" and somehow turns into three months of work.&lt;/p&gt;

&lt;p&gt;So I gave myself a very simple idea:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What if the internet had one switch?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Someone can pay to flip it ON or OFF.&lt;/p&gt;

&lt;p&gt;When they do, their website takes over the page until somebody else pays to flip it again.&lt;/p&gt;

&lt;p&gt;That's the whole idea behind:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://internetplug.lol" rel="noopener noreferrer"&gt;https://internetplug.lol&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The first version took about 5 hours
&lt;/h2&gt;

&lt;p&gt;Most of it was pretty straightforward.&lt;/p&gt;

&lt;p&gt;One current website.&lt;/p&gt;

&lt;p&gt;One switch.&lt;/p&gt;

&lt;p&gt;One payment.&lt;/p&gt;

&lt;p&gt;One history of who flipped it before.&lt;/p&gt;

&lt;p&gt;I got the first version working in around 5 hours.&lt;/p&gt;

&lt;p&gt;Then I did the developer thing and spent more time changing the UI than building the original product.&lt;/p&gt;

&lt;p&gt;The difficult part wasn't really the switch.&lt;/p&gt;

&lt;p&gt;It was figuring out how to make the website that paid actually feel like it got something.&lt;/p&gt;

&lt;p&gt;I didn't want someone to pay and end up as another tiny logo in a list of 200 websites.&lt;/p&gt;

&lt;p&gt;If you're the current holder, you should basically own the page.&lt;/p&gt;

&lt;p&gt;So I kept removing things and making the promoted website more visible.&lt;/p&gt;

&lt;h2&gt;
  
  
  Then a one-button website needed two payment providers
&lt;/h2&gt;

&lt;p&gt;I originally used Stripe.&lt;/p&gt;

&lt;p&gt;Then I realized that wasn't enough for some of the countries I wanted to support, especially India.&lt;/p&gt;

&lt;p&gt;So I added Dodo Payments as another option.&lt;/p&gt;

&lt;p&gt;I didn't expect payment infrastructure to become one of the more interesting parts of a website whose main feature is literally an ON/OFF switch.&lt;/p&gt;

&lt;p&gt;But that's side projects, I guess.&lt;/p&gt;

&lt;p&gt;You start with one button and somehow end up reading payment-provider documentation at midnight.&lt;/p&gt;

&lt;h2&gt;
  
  
  3 days later
&lt;/h2&gt;

&lt;p&gt;The numbers so far:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Around 880 visitors&lt;/li&gt;
&lt;li&gt;Traffic still coming every day&lt;/li&gt;
&lt;li&gt;$0 revenue&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I've mainly submitted it to a few &lt;code&gt;.lol&lt;/code&gt; directories and places where people discover small/weird internet projects.&lt;/p&gt;

&lt;p&gt;So getting people to visit hasn't actually been the biggest problem.&lt;/p&gt;

&lt;p&gt;Getting someone to pay is.&lt;/p&gt;

&lt;p&gt;And that's something I'm starting to find much more interesting than the code.&lt;/p&gt;

&lt;h2&gt;
  
  
  Building is the part I know
&lt;/h2&gt;

&lt;p&gt;I've been developing software for a long time.&lt;/p&gt;

&lt;p&gt;Give me a technical problem and I'll probably find a way through it.&lt;/p&gt;

&lt;p&gt;But getting the first stranger on the internet to take out a credit card and pay for something I made?&lt;/p&gt;

&lt;p&gt;Completely different skill.&lt;/p&gt;

&lt;p&gt;You can improve the UI.&lt;/p&gt;

&lt;p&gt;Change the checkout.&lt;/p&gt;

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

&lt;p&gt;Add another payment provider.&lt;/p&gt;

&lt;p&gt;Refactor everything.&lt;/p&gt;

&lt;p&gt;And still make exactly $0.&lt;/p&gt;

&lt;p&gt;At some point the answer probably isn't in the code anymore.&lt;/p&gt;

&lt;h2&gt;
  
  
  I'm trying not to overbuild it
&lt;/h2&gt;

&lt;p&gt;This is probably the hardest part.&lt;/p&gt;

&lt;p&gt;My natural reaction to zero sales is:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Maybe I should add something.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;More stats.&lt;/p&gt;

&lt;p&gt;More history.&lt;/p&gt;

&lt;p&gt;More animations.&lt;/p&gt;

&lt;p&gt;Accounts.&lt;/p&gt;

&lt;p&gt;Achievements.&lt;/p&gt;

&lt;p&gt;A better dashboard.&lt;/p&gt;

&lt;p&gt;But the original project took about 5 hours because it was intentionally simple.&lt;/p&gt;

&lt;p&gt;Turning it into a three-week project just because nobody paid during the first 880 visits would defeat the point.&lt;/p&gt;

&lt;p&gt;So for now I'm keeping it simple and watching what happens.&lt;/p&gt;

&lt;p&gt;Maybe 880 visitors isn't enough.&lt;/p&gt;

&lt;p&gt;Maybe the mechanic is fun to look at but not fun enough to pay for.&lt;/p&gt;

&lt;p&gt;Maybe it just needs the first person to flip it before others want to participate.&lt;/p&gt;

&lt;p&gt;Or maybe it will stay at $0 forever.&lt;/p&gt;

&lt;p&gt;That's also a perfectly valid result for a 5-hour experiment.&lt;/p&gt;

&lt;p&gt;For the developers here who have managed to turn side projects into actual paid products:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What helped you get the first stranger to pay?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That's the part I'm trying to learn now.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>node</category>
      <category>sveltekit</category>
    </item>
  </channel>
</rss>
