The last few months we've seen the fall- or acquisitions of services such as internal.io, dynaboard.com, Uiflow, AWS honeycode, Disha, Skuid, spreadsheet.com[], and some low-code BaaS I don't recall the name of.
Where do you see yourselves compared to these services? I think businesses and devs grow ever-more considerate of the non-(F)OSS services they use.
[]not the same, but they have no-code as one of their main selling points
If you have the Fitbit Ionic or Versa, you could develop your own watch app and companion app, where the watch app will extract sensor data and websocket it to the companion app, which in turn could pass the data to your own backend/database. The API documentation is quite good from Fitbit.
Usually headless in this context refers to content being exposed through APIs instead of a generated user-facing frontend. This way, you can develop the user-facing frontend in whatever frontend libraries and frameworks you want and just consume and expose the CMS content through APIs, and you can use the same APIs to expose content in mobile apps etc...
A typical example of a non-headless CMS is Wordpress where you get the admin panel for content management, _and_ a user-facing frontend for end-users to consume the content.