SDK Overview
The Zing Fitness AI Coach SDK enables you to integrate AI-powered fitness coaching into your applications.
What You’ll Find Here
- Getting Started: Installation, setup, and configuration guides
- Platform Guides: Native SDKs for iOS and Android, plus cross-platform adapters for Flutter, React Native, and other frameworks
- SDK Features: Detailed documentation on Full Screen UI, UI Components, and Headless API modes
Quick Start
The fastest way to integrate is to point an AI coding agent at our machine-readable docs at /llms.txt. Coding agents work best for this — for example OpenAI Codex, Cursor, or Claude Code. Contact us to get your API keys before you start.
Paste this prompt first so the agent loads the documentation index without assuming it already has your app context or should write code immediately:
I'd like to add a Zing Fitness Coach AI SDK to this application -- a full screen UI experience. Read https://developer.zing.coach/llms.txt so you understand how the Zing partner docs are organized and what are the recommended implementation paths.
Explore the app code base and find the best location for the UI shortcut (a new tab or a button if no tabs exist) to open the Zing Experience, and try to come up with a theme config that aligns Zing SDK UI with the app design system.
Then propose the implementation plan to the user and wait for confirmation.Prefer to plan it out first?
If you want to discuss the integration with an AI before writing any code, open a chat with the prompt pre-filled:
These are chat interfaces, not coding agents — use them to plan or explore the integration, then switch to a coding agent (or follow the manual path below) to implement it.
Prefer to read the docs yourself?
Start with the system requirements guide to understand prerequisites, SDK layers, and initial setup.