Skip to content

Commit

Permalink
another route
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeletsky committed Feb 18, 2016
1 parent a2053b1 commit dd06905
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions public/shutting-down/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">

<meta property="og:title" content="likeastore.com is shutting down" />
<meta property="og:description" content="And this is farewell letter to all our customers and supporters." />
<meta property="og:image" content="../assets/message.png" />

<title>Likeastore is shutting down</title>

<link rel="shortcut icon" href="../assets/favicon.png" />
<link rel="apple-touch-icon" href="../assets/favicon.png"/>
<link rel="stylesheet" type="text/css" href="../css/app.min.css">

<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header class="center py4 white mb4">
<div class="overlay"></div>
<div class="overlay2"></div>
<div class="title">
<img src="../assets/logo.png" class="mt2 logo">
<h1 class="caps mt2 mb0 main-text">We are shutting down.</h1>
<h3 class="h4 mt1 mb2 regular">And this is farewell letter to all our customers and supporters.</h3>
</div>
</header>

<div class="content mx-auto mb3">
<div class="date">18 February 2016</div>
</div>

<div class="content mx-auto mb4">
<p>In July 2013, we’ve launched Likeastore. We wanted to solve one problem - keep content that <em>caught your attention</em> in one place. To make it happen we’ve built a solution that synchronizes favorited items from different social networks with a beautiful dashboard and browser extension to provide great search experience.</p>

<p><img class="mt2 mb2" src="../assets/dashboard2.png" /></p>

<p>Very quickly we <a href="http://blog.likeastore.com/post/63065511711/weve-got-1000-beta-users-and-thats-awesome">grew</a> up from 0 to 1.000 users that gave us huge motivation to go on. Both of us had good-paying jobs at that time but we decided to <a href="http://beletsky.net/2013/12/i-quit-my-job.html">follow</a> our dream. It was a dream to build a company that makes our world a little bit better place. A company where you feel the meaning and purpose of life by solving complex problems and working on something you truly love.</p>

<p>Mark Zuckerberg once said: <em>“Move fast and break things”</em>. At Likestore we moved very fast, breaking nothing (well, <a href="http://blog.likeastore.com/post/87183811320/outage-report">almost</a> nothing). It could be silly to talk about culture in the team of two but we had a <em>great culture</em> there, especially technical one. Without a doubt, Likeastore was the best project we worked so far.</p>

<p>Today we are <strong>shutting down</strong>.</p>

<p>Many of you have noticed the lack of progress in the latest months. Silently project started to die and we feel <em>very sorry</em> for that. Likeastore worked without any attention from engineering. We wanted to make it run as long as possible using its stability.</p>

<p>But let’s be honest to ourselves, without marketing and growth, without incredible user support and passion, every product is doomed. We were naive and energized but sooner or later you meet reality. Reality punched us in a face and taught some valuable lessons.</p>

<p>We want to say <em>huge</em> thanks for all our users and supporters. A lot of people helped this project, a lot of users shared their feedback, we <em>really, really</em> appreciate it!</p>

<p><strong>PS</strong>. We decided to open-source <a href="https://github.com/likeastore">everything</a> we worked on for last 2 years, including <a href="https://github.com/likeastore/app">application</a>, <a href="https://github.com/likeastore/collector">synchronization</a> engine, and many useful <a href="https://github.com/likeastore">libraries</a>, to say thanks to the OSS community and hopefully help other developers.</p>

<p class="italic right-align pt3">Truly yours, <br/> <a href="http://twitter.com/alexbeletsky">Alex</a> and <a href="http://twitter.com/voronianski">Dmitri</a></p>
</div>

<!-- Google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-41034999-1', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</body>
</html>

0 comments on commit dd06905

Please sign in to comment.