I launched http://namaste-lms.org which is profitable. But is far from the profits I was hoping for so probably will start something new again.
Just FYI, there's a typo on the homepage! "Connect to Exmas"
Ask HN: Who started something in 2013/14 which is already profitable?
111–118 of 118 posts
Re: Ask HN: Who started something in 2013/14 which is already profitable?
#112Re: Ask HN: Who started something in 2013/14 which is already profitable?
#113I launched http://ipinfo.io back in 2013 and when it hit 50M API requests a day early this year I decided to launch the paid plans, and it's been profitable ever since. It's now hosted across 2 providers in 3 different cities, and handles almost 100M requests per day with a p99 of less than 1s and p50 of less than 100ms. Expect more services and features later this year!
Your product is impressive but I think you can do with this product much more valuable things. For example, I want to specialize my landing page depends on visitors location. For example I want to change if user comes from US H1 and H2 message. Can you build something makes this possible?
$.get("http://ipinfo.io", function (response) {
if(response.country == "US") display_us_message();
else if(response.country == "TR") display_turkey_message();
else display_generic_message();
}, "jsonp");
I'll send you a mail to see if you're proposing something else.Re: Ask HN: Who started something in 2013/14 which is already profitable?
#114I launched Duet ( http://duetapp.com ) in May 2013 and it's been profitable since day 1. I'm going to start focusing on it more so it can hopefully grow into something I can live off of. *edit: I'm very curious to know, what about this comment is worthy of downvotes.
Re: Ask HN: Who started something in 2013/14 which is already profitable?
#115I launched Duet ( http://duetapp.com ) in May 2013 and it's been profitable since day 1. I'm going to start focusing on it more so it can hopefully grow into something I can live off of. *edit: I'm very curious to know, what about this comment is worthy of downvotes.
Beautiful app! I love the UI. Is this a single-person project? How long did you develop before release? Is the front-end just jQuery and Foundation (no larger JS framework)?
Yes, it's a single person project. The initial release took a long time; I was working on it between freelance projects. I'm using a custom jQuery MVC implementation on the front end, some twitter bootstrap, and a couple of 3rd party plugins (i.e. ckeditor, nanoscroller, pdfjs, etc)
Re: Ask HN: Who started something in 2013/14 which is already profitable?
#116I launched Duet ( http://duetapp.com ) in May 2013 and it's been profitable since day 1. I'm going to start focusing on it more so it can hopefully grow into something I can live off of. *edit: I'm very curious to know, what about this comment is worthy of downvotes.
Great work. I wonder how many people work for this project to develop? How you reach your user?
Re: Ask HN: Who started something in 2013/14 which is already profitable?
#117I launched Duet ( http://duetapp.com ) in May 2013 and it's been profitable since day 1. I'm going to start focusing on it more so it can hopefully grow into something I can live off of. *edit: I'm very curious to know, what about this comment is worthy of downvotes.
i would guess it's the difference between "making revenue since day 1" and "profitable since day 1". it's hard to imagine that you recouped all of your time/money/expenses not to mention that going forward, you can work on it full time -- all as of day one.
Re: Ask HN: Who started something in 2013/14 which is already profitable?
#118Earlier quoted context omitted.
Interest to put this under starting something profitable, but the tone seems a little snarky.
Np, I didn't mean to be snarky. I wanted to make a point both the opportunity cost of starting something creative and the pride that entrepreneurs have for their "initiative and originality" yet are beholden and exploited by the investors who invest in them and who'll ultimately reap in their success. Also that trading can be an creative act (expressing your belief about yourself, in risk-taking in buying a leveraged…
it was a thread about _profit_, after all.