Fitbit Studio
Deprecation Announcement
We are retiring Fitbit Studio as part of our effort to streamline our developer tooling. Fitbit Studio will enter a read-only mode on March 20, 2023, and will fully shut down on April 20, 2023.
All developers should switch to using the command-line SDK as a direct replacement for Fitbit Studio. Please export your projects now and refer to this guide for instructions about using the command-line SDK. We recognize that this may be a difficult change for some developers, and we are here to provide support during this transition via this developer forum.
Remember, Fitbit Studio will enter a read-only mode on March 20, 2023 and will shut down on April 20, 2023, so be sure to export your projects from Fitbit Studio before April 20, 2023, after which they will be permanently deleted.
We've put together a list of some frequently asked questions below to help you migrate your projects.
Frequently Asked Questions:
Q: Can I still build my apps and clocks without Fitbit Studio?
Yes, you can install the command-line SDK on your Windows, Mac, and Linux computers.
Q: How do I download/export my existing projects from Fitbit Studio?
Login to Fitbit Studio, open an existing project
and select Download > Export Project.
Q: Can I download all of my projects at once from Fitbit Studio?
No, you need to export each project individually.
Q: Can I still build or deploy my projects in Fitbit Studio while it's in read-only mode?
No, sometimes the act of building a project would modify specific project files, therefore building and deploying will not be enabled.
Q: What happens if I do not export my projects?
After Fitbit Studio has been shut down on April 20, 2023 all data will be deleted and unrecoverable.
Q: How do I install the command-line SDK?
You need to install Node.js, then follow our command-line SDK guide.
Q: How do I update my existing projects to work with the command-line SDK?
You need to edit your project's package.json
file and ensure it contains the
sdk
and sdk-cli
dependencies. Our command-line SDK
guide contains the full information for
updating existing projects.