<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
    <meta http-equiv="Content-Type" content="application/xhtml
xml; charset=utf-8" />
    <title>✔ HitRSS - a story of my failed startup project from 2005</title>

    <meta name="viewport" content="initial-scale = 1.0,maximum-scale = 1.0" />
    <!-- TODO - remove this css, dynamically loading
    <link rel="stylesheet" type="text/css" href="//d1gowel3e7dk71.cloudfront.net/jcarousel.css" media="screen" />
    -->
    <link rel="stylesheet" type="text/css" href="//d1gowel3e7dk71.cloudfront.net/jgallery.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="//d1gowel3e7dk71.cloudfront.net/flexslider.css" media="screen" />

    <link rel="stylesheet" type="text/css" href="//d1gowel3e7dk71.cloudfront.net/zen.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="//d1gowel3e7dk71.cloudfront.net/print.css" media="print" />

    <link rel="stylesheet" type="text/css" href="../_sites/style.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="../_sites/lang.css" media="screen" />


    <!--[if lt IE 9]>
        <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
    <![endif]-->

    <!--[if lt IE 9]>
        <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->

    <script type="text/JavaScript">
        var g_zen_url = 'http://zenlous.com/_zen';
        var g_zoom = g_zen_url+'/htm/_zoom';
    </script>

    <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    <script type="text/javascript">var $j = jQuery.noConflict();</script>

    <!--[if (gte IE 6)&(lte IE 8)]>
      <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools.js"></script>
      <script type="text/javascript" src="//d1gowel3e7dk71.cloudfront.net/selectivizr-min.js"></script>
      <noscript><link rel="stylesheet" href="../_sites/style.css" /></noscript>
    <![endif]-->

    <script type="text/javascript" src="//d1gowel3e7dk71.cloudfront.net/plugins.js"></script>
    <script type="text/javascript" src="//d1gowel3e7dk71.cloudfront.net/zenlous.js"></script>
    <script type="text/javascript" src="../_sites/scripts.js"></script>

    <script type="text/JavaScript">

    //  uwalnianie z ramek - clickjacking
    if (window.top !== window.self) {
        window.top.location.replace(window.self.location.href)
    }

    var ua = navigator.userAgent;
    var checker = {
      //iphone: ua.match(/(iPhone|iPod)/),
      //android: ua.match(/Android|Blackberry/)
      mobile: ua.match(/(iPhone|iPod|Android|Blackberry)/)

    };
    if (checker.mobile) {
        //document.write('<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />');
        //document.write('<link rel="stylesheet" type="text/css" href="//d1gowel3e7dk71.cloudfront.net/iphone.css" media="screen" />');
        //document.write('<link rel="stylesheet" type="text/css" href="//d1gowel3e7dk71.cloudfront.net/icolor.css" media="screen" />');
        //window.scrollTo(0, 1);
    } else { //iPad and Mac
        //document.write('<meta name="viewport" content="width=768px; minimum-scale=1.0; maximum-scale=1.0; user-scalable=0;" />');
    }

    jQuery(window).load(function() {
        jQuery('.flexslider').flexslider({
            slideshow: true
        });
    });
    </script>
<link rel="alternate" type="application/rss+xml" title="Michael Sliwinski - Passionate Productivity" href="https://sliwinski.com/rss.atom" />

<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.4&appId=233838570082521";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WGWJ85J');</script>
<!-- End Google Tag Manager -->

<script src="https://hello.sliwinski.com/script.js"></script>



<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="✔ HitRSS - a story of my failed startup project from 2005">
<meta property="og:title" content="✔ HitRSS - a story of my failed startup project from 2005">
<meta property="og:url" content="https://sliwinski.com/hitrss/">
<meta name="twitter:description" content="About a month ago I posted about one of my first big &quot;startup project&quot; ideas: QTbar - free Windows launcher. In that post I explained how that project influenced me and taught me a lesson or two about entrepreneurship. And indirectly helped me launch Nozbe and make it a success. Today I want to talk about my other, more recent project, called HitRSS which I launched in 2005. How I was very bullish about this project... but it wasn't my passion so when I launched Nozbe in 2007 I started gradually giving up on HitRSS and left it unmaintained for the next few years... and eventually I shut it down. Here's the story:">
<meta property="og:description" content="About a month ago I posted about one of my first big &quot;startup project&quot; ideas: QTbar - free Windows launcher. In that post I explained how that project influenced me and taught me a lesson or two about entrepreneurship. And indirectly helped me launch Nozbe and make it a success. Today I want to talk about my other, more recent project, called HitRSS which I launched in 2005. How I was very bullish about this project... but it wasn't my passion so when I launched Nozbe in 2007 I started gradually giving up on HitRSS and left it unmaintained for the next few years... and eventually I shut it down. Here's the story:">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:site_name" content="Home">
<meta name="twitter:image" content="https://sliwinski.com/images/hitrss.jpg">
<meta property="og:image" content="https://sliwinski.com/images/hitrss.jpg">
<meta property="og:image:width" content="1500">
<meta property="og:image:height" content="924">
<meta name="twitter:site" content="@MSliwinski">

</head>
<body id="page_hitrss" class="blog_post">

<div id="html">

    <div id="head">

      <div id="header"><div id="page_header">

<div id="page_title">

<p>Michael Sliwinski on #iPadOnly and #NoOffice: "Work is not a place to go, it's a thing you do."</p>

</div>

<div id="page_share">

<p><a href="https://twitter.com/MSliwinski"><span class="twitter_head"></span></a>
<a href="https://facebook.com/michaelsliwinski"><span class="fb_head"></span></a>
<a href="https://instagram.com/michaelsliwinski"><span class="instagram_head"></span></a>
<a href="https://sliwinski.com/rss.atom"><span class="rss_head"></span></a></p>

</div>

</div>

<div id="page_cover_photo">

<p><img src="../images/cover-blog9.jpg" alt="Michael Sliwinski - headshot - Passionate Productivity" /></p>

</div>
</div>

        <div id="menu"><ul><li class="blog selected"><a href="../" title="Michael Sliwinski - Passionate Productivity, GTD, Remote work at No Office and more!">Home</a></li><li class="about"><a href="../about/" title="About Michael Sliwinski - entrepreneur, startup guy and his productivity journey">About</a></li><li class="show"><a href="../show/" title="Productive! Video Show : Michael Sliwinski trying newest productivity and GTD (getting things done) tips and tricks">Podcast</a></li><li class="books"><a href="../books/" title="Productivity books by Michael Sliwinski: It's all about Passion!, #iPadOnly (how to work on the iPad) and upcoming untitled teleworking project...">Books</a></li><li class="speaking"><a href="../speaking/" title="Passionate Speaker, Productivity Guy, Bestselling Writer as well as an editor, coach or trainer - Michael Sliwinski">Speaking</a></li><li class="contact"><a href="../contact/" title="Contact Michael Sliwinski and connect with entrepreneur, startup guy and productivity expert">Contact</a></li></ul></div>

        

    </div>

    <div id="body">

        <div id="content"><div class="single_post_cont"><div class="navbar">

<p><a href="../mobilegrowth" class="navnext">&laquo; <span>☆ Building 300,000 users in a cut-throat app category [on: Mobile Growth Podcast]</span></a> <a href="../teleprompter" class="navprev"><span>✔ How to build a DIY teleprompter in 5 minutes + tips on using it when recording videos</span> &raquo;</a></p>

</div>

<h1><a href="../hitrss">✔ HitRSS - a story of my failed startup project from 2005</a></h1>

<p>About a month ago I posted about one of my first big "startup project" ideas: <a href="../qtbar">QTbar - free Windows launcher</a>. In that post I explained how that project influenced me and taught me a lesson or two about entrepreneurship. And indirectly helped me launch <a href="http://nozbe.com/">Nozbe</a> and make it a success. Today I want to talk about my other, more recent project, called <strong>HitRSS</strong> which I launched in 2005. How I was very bullish about this project... but it wasn't my <a href="../passion">passion</a> so when I launched Nozbe in 2007 I started gradually giving up on HitRSS and left it unmaintained for the next few years... and eventually I shut it down. Here's the story:</p>

<p><img src="../images/hitrss.jpg" alt="HitRSS" /></p>

<p>When I started HitRSS I wanted it to be something between FeedBurner and Blogger... and I was very excited about it and wanted it to be big.</p>

<h3>How HitRSS "forced me" to start Nozbe...</h3>

<p>In order to be successful with HitRSS and have more time to develop it, I decided to get better organized. I read a book by David Allen called "Getting Things Done - The Art of Stress Free Productivity". I started researching productivity blogs and productivity apps... I even started using Microsoft Outlook as my task manager... but in the end I didn't find a tool that would help me get organized so I built my own and I called it <a href="http://nozbe.com/">Nozbe</a>. While developing Nozbe I got so well organized that I had time to work on both apps, Nozbe and HitRSS. Nozbe was launched in February of 2007 and I thought I'd keep developing both apps. It didn't work out. Here's why:</p>

<h3>I fell in love with Nozbe</h3>

<p>I fell in love. <a href="../passion">I found my passion.</a> It was productivity. It was giving people a tool that helped them get organized. A few months in I knew Nozbe was "the one" thing I want to work on.</p>

<p>Fast forward <a href="../8nozbe">8 years</a> and I still love working on Nozbe. I've managed to grow from a one-man-shop to a 20+ people team. And I love every minute of it.</p>

<p>But I hated the fact that I had HitRSS abandoned online and people were still using it, without any hope of me or my team really take care of it. It's still amazing to me that HitRSS grew to almost 9000 free users while I wasn't paying attention to it (compared to more than 300,000 users of Nozbe as of today).</p>

<p>Now, I can't and won't keep a service running without maintaining it. That's why after more than 10 years I had to shut it down.</p>

<h3>I learned my lesson here - <a href="../passion">it's all about passion!</a></h3>

<p>Yep, it's hard to make a great product and develop it for years if you're not passionate about it. And I wasn't passionate about HitRSS... and I was passionate about Nozbe and productivity. This is why I'm still working on Nozbe, still loving it, still publishing regular Productive! Magazine.</p>

<p>HitRSS was another stepping stone for me towards Nozbe success - it was my first online service which I launched entirely in English, where I decided to compete against world's biggest players and I wasn't afraid. Where I tried payment systems, autoresponders, different marketing tactics... and all these lessons helped me succeed with Nozbe and make it become one of the best productivity tools on the Internet. A great lesson indeed.</p>

<p>As of today, HitRSS.com redirects to this post. I decided to close this chapter finally. Thanks everyone who was using it.</p>

<p><strong><em>Question:</em></strong> <em>Did you know I was also a founder of QTbar and HitRSS before?</em></p>

<p class="date">Posted on Monday, August 31, 2015 (<a href="../tag/business">business</a>,<a href="../tag/past">past</a>)</p>

<script>
  window.fbAsyncInit = function() {
    FB.init({
      xfbml      : true,
      version    : 'v2.5'
    });
  };

  (function(d, s, id){
     var js, fjs = d.getElementsByTagName(s)[0];
     if (d.getElementById(id)) {return;}
     js = d.createElement(s); js.id = id;
     js.src = "//connect.facebook.net/en_US/sdk.js";
     fjs.parentNode.insertBefore(js, fjs);
   }(document, 'script', 'facebook-jssdk'));
</script>

<div id="share_stand_cont">

<div class="twitter-share2"><a class="twitter-share-button2"
  href="https://twitter.com/intent/tweet?text=%E2%9C%94%20HitRSS%20-%20a%20story%20of%20my%20failed%20startup%20project%20from%202005&url=https://sliwinski.com/hitrss/&via=MSliwinski">
Share on Twitter</a></div>

<script>
  jQuery('.twitter-share-button2').click(function(event) {
    var width  = 575,
        height = 400,
        left   = (jQuery(window).width()  - width)  / 2,
        top    = (jQuery(window).height() - height) / 2,
        url    = this.href,
        opts   = 'status=1' +
                 ',width='  + width  +
                 ',height=' + height +
                 ',top='    + top    +
                 ',left='   + left;

    window.open(url, 'twitter', opts);

    return false;
  });
</script>

<div class="fb-like" data-href="https://sliwinski.com/hitrss/" data-layout="standard" data-action="like" data-show-faces="false" data-share="true"></div>

</div>

<!--<div class="fb-comments" data-href="https://sliwinski.com/hitrss/"></div>-->

<div class="horiz_p_2_cont">

<div class="horiz_p_2">
<p><strong>Like this post?</strong> Subscribe to my newsletter, and every 2 weeks you'll receive updates from me. You'll also get you my latest book for FREE as a thank-you: <a href="https://sliwinski.com/apps">"No Office Apps: How the Nozbe team uses modern technologies to communicate better and get more done."</a>.</p>
</div>

<div class="horiz_p_2">
<div style="border: 2px solid #85D315; padding: 8px; margin: 4px; border-radius: 5px;">
<form action="https://nozbe.info/add_subscriber.html" accept-charset="utf-8" method="post">
<div style="padding:4px;"><input id="subscriber_name" style="display: block; margin: 0 auto; border: 1px solid #AEB186; width: 95%; border-radius: 5px; padding: 4px; font-size: 16px; -webkit-appearance: none;" name="name" type="text" placeholder="First Name"></div>
<div style="padding:4px;"><input id="subscriber_email" style="display: block; margin: 0 auto; border: 1px solid #AEB186; width: 95%; border-radius: 5px; padding: 4px; font-size: 16px; -webkit-appearance: none;" name="email" type="text" placeholder="Email Address"></div>
<input type="hidden" name="start_day" value="0" />
<input type="hidden" name="thankyou_url" value="https://sliwinski.com/please/"/>
<input type="hidden" name="campaign_token" value="YGSR" />
<input type="hidden" name="custom_ref" value="footer" />
<input type="submit" value="Subscribe and Get my Book!" style="display: block; margin: 0 auto; border: 2px solid #85D315; border-radius: 20px; width: 95%; padding: 4px; font-size: 16px; background-color: #85D315; color: #fff; cursor: pointer; -webkit-appearance: none;">
</form>
</div>
</div>

</div>

<div id="disqus_thread"></div>

<script type="text/javascript">
    var disqus_shortname = ''; // required: replace example with your forum shortname
    if (window.disqus_shortname) {
    /* * * DON'T EDIT BELOW THIS LINE * * */
    (function() {
        var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
        dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
        (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
    })();
    /* * * DON'T EDIT BELOW THIS LINE * * */
    (function () {
        var s = document.createElement('script'); s.async = true;
        s.type = 'text/javascript';
        s.src = '//' + disqus_shortname + '.disqus.com/count.js';
        (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
    }());
    }
</script>

<p><noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<!--<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>--></p>
</div></div>

        <div id="side">
            <div id="sidebar"><div id="side_books" class="side_box">

<h3>Get my books FREE!</h3>

<div class="side_box_caption">

<p><a href="../books"><img src="../images/books.png" alt="It's all about Passion and NoOffice Apps books" /></a></p>

</div>

</div>

<div id="side_blog" class="side_box">

<h3>I'm Michael Sliwinski</h3>

<div class="side_box_caption">

<p>Welcome to my personal site:</p>

<ul>
<li><a href="../top">Check out my best articles</a></li>
<li><a href="../reading">Read all the books I've read</a></li>
<li><a href="../now">See what I'm working on now</a></li>
<li><a href="../archive">Browse my blog archives</a></li>
</ul>

<p>Check out my books:</p>

<ul>
<li><a href="../passion/">It's all about Passion</a></li>
<li><a href="../apps/">No Office Apps</a></li>
<li><a href="http://iPadOnly.com">#iPadOnly</a></li>
<li><a href="https://productivitycourse.com">10 Steps to Ultimate Productivity</a></li>
<li>(in Polish) <a href="https://kursproduktywnosci.pl">10 Kroków do Maksymalnej Produktywności</a></li>
</ul>

<p>Professionally I run:</p>

<ul>
<li><a href="https://nozbe.com/">Nozbe - productivity app</a></li>
<li><a href="https://thepodcast.fm">The Podcast</a></li>
</ul>

</div>

</div>

<div id="side_books" class="side_box">

<h3>As the founder of Nozbe suite of apps</h3>

<div class="side_box_caption">

<p>I help busy professionals and their teams manage projects and communicate through tasks:</p>

<p><a href="https://nozbe.com/"><img src="../images/nozbe_logo.png" alt="Nozbe Logo" /></a></p>

</div>

</div>
</div>
        </div>

    </div>


    <div id="foot"><div class="foot_column left_foot">

<p><a href="../about"><img src="../images/michael_foot2.jpg" alt="Michael Sliwinski" /></a></p>

<h1><a href="../about">Michael Sliwinski</a></h1>

<p>founder of <a href="https://nozbe.com/">Nozbe</a></p>

<p><a href="https://twitter.com/MSliwinski"><span class="twitter_foot"></span></a>
<a href="https://facebook.com/michaelsliwinski"><span class="fb_foot"></span></a>
<a href="https://instagram.com/michaelsliwinski"><span class="instagram_foot"></span></a></p>

</div>

<div class="foot_column right_foot">

<p>Hello, I’m <a href="https://nozbe.com/michael/">Michael</a>, a productivity guy who is running <a href="https://nozbe.com/">Nozbe</a>, podcasting weekly on „<a href="../tag/podcast">The Podcast</a>”, blogging <a href="../archive">here</a> and on <a href="https://nozbe.com/blog/">Nozbe blog</a>, <a href="../books">writing books</a> and articles for various magazines and <a href="../speaking">speaking at conferences</a>. Feel free to <a href="../contact">say hi</a> or check out <a href="../now">what I’m doing now</a>.</p>

</div>

<p><a href="../about">&copy; 2008-2018 Michael Sliwinski, all rights reserved.</a></p>
</div>

</div>

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WGWJ85J"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->


</body>
</html>
