What's the hardest part in building an internet-connected product (or say IoT product)? It is the complexity of development process, you gotta work on such a huge and diverse technology stack that building such products is a huge mess in the first place and then later comes the scaling (building multiple copies of your product for selling). This is the primary reason why so many IoT startups fail. I understand this because I have been there.

I started Grandeur with my friends when I was a sophomore and was pursuing electrical engineering. It started like a project. We were in love with home automation and wanted to make our home smart (like Jarvis in Iron Man). We built a smart socket board – with relay switches, regulators, and bluetooth modules – through which all connected appliances could be controlled with a laptop on bluetooth and we replaced the one in our dorm. Then we built some for friends and then some friends of friends and that's how it grew out to be much more than just a project.

We got excited about it and turned it into a business venture and got it incorporated. We wanted to sell our product to a wider audience. This is where we realized that this isn't it, yet. We needed an app so that our users could control their appliances remotely (that's the value addition in the end). We wanted to do it over internet instead of bluetooth (because pairing and managing bluetooth devices wasn't so cool in 2016 - BLE modules weren't so popular and widely available at that time). So we needed a server as well. But it wasn't our thing, we were the hardware guys and it took us an entire year just to figure out our stack (the app, communication in real time, and database). By then we were like done financially, burned up before getting our products to the market. This hit us hard and we decided to do something about it.

ONE YEAR LATER...

Presenting Grandeur

A backend as a service platform for IoT so that developers and startups could build, scale, and manage all aspects of their IoT products from one place.

Introduction

Developing an IoT product spans over various technologies. You need your own hardware because that's what you are gonna sell, you need an app (dashboard) for smooth monitoring and control, a real-time web communication medium and you need a database to keep logs, persist states, and sync everything up. This is what makes building such products incredibly hard and it takes massive amount of money and time to get into your market.

Doing it all by yourself is neither feasible nor scalable, which is why various technology companies tried to address this problem. All the major cloud computing companies (Google, AWS, Azure) came up with their own IoT solutions. Companies like Wia and Particle came up but it is still quite a bit of mess. Why? Because these companies and services solved just one or two aspects of the IoT product development so you still end up with mixing and matching many services together to help you with your entire stack.

We designed Grandeur to be a single spot solution for all of the problems you can face in building and scaling your entire technology stack. For instance, when selling your product, hundreds of customers would be using your products and so, in your app, you would like your users to first sign up/in before using their devices, so we built accounts. Your hardware devices would be sending/receiving data to/from your apps, so we built SDKs for Arduino, Raspberry Pi, and others in many languages including C++, python, javascript, node.js, and more to let you do that using native functions. We built datastore so you could store data for your users and your devices. Grandeur Canvas makes testing and debugging your products intuitive. In future, we are adding MQTT, CoAP and other gateways to let you bring all kinds of your devices online. We are building integrations with Retool and Zapier to open all kinds of gates and windows – pun intended :P – to...

Read more »