Live data from Hacker News

Ask HN: Who started something in 2013/14 which is already profitable?

news.ycombinator.com

111–118 of 118 posts

Re: Ask HN: Who started something in 2013/14 which is already profitable?

#111

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"

Thank you :)

Re: Ask HN: Who started something in 2013/14 which is already profitable?

#112
post #6

I launched http://park.io last week and it is already profitable (around +$500).

Brilliant. Love it. So park.io registers the domain for you?

Thanks! Yes, we register it for you - email me if you have any questions (see my hn profile for my email)

Re: Ask HN: Who started something in 2013/14 which is already profitable?

#113

I 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?

You can absolutely customize your LP depending on the user's location by using http://ipinfo.io, eg:

  $.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?

#114

I 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)?

Re: Ask HN: Who started something in 2013/14 which is already profitable?

#115

I 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)?

Hey. Thanks for the compliment.

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?

#116

I 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?

It's just me - one person. I'm still figuring out marketing. It's difficult. I wrote about some of the marketing challenges I've had on the blog http://duetapp.com/blog

Re: Ask HN: Who started something in 2013/14 which is already profitable?

#117
post #69

I 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.

Very good point. And very true.

Re: Ask HN: Who started something in 2013/14 which is already profitable?

#118

Earlier 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…

unless creating for the sense of ownership or pure joy, it's certainly valid to compare the time spent against the opportunity cost of a full-time job or contracting.

it was a thread about _profit_, after all.

Post reply on HN