Skip to main content

Wake Up Indian Customer

Many theories have been put forth on how to improve the startup ecosystem in India and how we have to move away from a services country to a product country. And just like everyone, I have a theory. I don't think the main trigger for us to become a product country is in having more incubators, more angels, more mentors, more VCs, more funding, more exits etc. Of course, they all help. But the main trigger, according to me, is the CUSTOMER.

As long as we the customers are content with the products and level of service, businesses will not innovate. They will not push the boundaries as they think the customers are happy. Customers have to speak out and demand a higher level and Indian businesses will deliver.

  1. I want faster delivery of the goods I ordered online and I want to track the delivery. I want more items to shop online. Tell that to the ecommerce store you bought the goods from.
  2. I am not happy that I have to wait for the doctors endlessly. I want to setup appointments. Tell the hospital next time.
  3. I am not happy that I have to tell my name and details every time to a customer service representative. They should know me and my problem. Tell that to the manager.
  4. I am not happy that I have to wait at restaurants. I am hungry. I should be able to book a table online. Tell that to the manager.
  5. Next time, I want to order food from home and have it delivered. Tell that to the restaurant next time you go to pick up your food.
  6. I want to be able to check out a venue and its costs without wasting petrol and traveling to so many places. Tell that to the banquet manager.
  7. I want to research the best school for my kid online. Why are the school details not online. And I want my kid to have access to all learning material online. Tell that to the school management when you go for admission.
  8. I want good electronic devices to monitor my health. Tell that in a retail store.
  9. I want my car to be serviced and home delivered with payment at home. Tell that at the service station.
  10. I want technology to improve my life. Tell that to yourself :)

P.S: There are solutions provided by Indian startups to all the problems mentioned above. It is upto the Indian customer to educate the Indian businesses about their need.

Popular posts from this blog

Integrating Arborjs with Angular to create a live calls dashboard

Arborjs  is a cool graph visualization library. Angular  is one of the best JavaScript frameworks and we have been using Angular in a lot of our front end development. When you handle millions of calls, proper visualization becomes very important. Without proper visualization, you can get lost in the mountains of data. So we spend a lot of time to come up with good visualizations to represent the data. Since we loved the cool way in which Arbor represented graph data, we could not wait to hook it up with Angular. Because of Angular's two way data binding, when you hook up Angularjs with Arbor.js you can get a dynamically updated visualization of graph data with cool animations. To give back to the community, we have put up the code online at Github . Basically we have created an Angularjs directive for Arborjs. Please feel free to fork the code and add extensions and use it for your own visualizations. The code is self explanatory with comments inline. Best way to ...

First Post

In this blog, I will be talking about my experiences in trying to build a cloud telephony platform , KooKoo . Along the way I will also be talking about different design choices I made, good programming practices and the IVR domain in general. For technoratti: NNFJW8EW86C3

Cloud Telephony-History and state of the art

Well, its been 11 years since Twilio launched their voice API in November 2008. I would say that was a major turning point in the cloud telephony industry. Before that, for people to build telephony applications, you either had to depend on proprietary platforms like Avaya dialog designer or build on arcane technologies like VXML which again was supported at varying degrees by the incumbents. Enter Twilio with their voice API and the industry changed for the better. Since it's been almost 11 years now I thought now might be a good time to do a comprehensive review of the cloud telephony industry as a whole in general and in India in particular. The Beginning Twilio was undoubtedly the startup which ushered in the era of cloud telephony. They started in November 2008. At that time in India, we at Ozonetel had launched a hosted VXML platform. There were no takers. After all who coded in VXML :) So when Twilio launched and we saw them take off, we immediately realized tha...