License
Trackbridge — the SDK packages, the skills bundle, this docs site — is MIT-licensed. You can use it in commercial products, modify it, redistribute it, or fork it. The only requirement is preserving the copyright and license notice in copies or substantial portions of the software.
In plain language
Section titled “In plain language”You can:
- Use Trackbridge in proprietary commercial products without paying or asking.
- Embed the SDK in a hosted service you sell.
- Modify the source for your own use, with no requirement to publish your changes.
- Fork the project and ship a competing version.
You must:
- Keep the MIT copyright and license notice in any copies or substantial portions of the source you distribute.
You cannot:
- Hold the authors liable for damage caused by the software.
- Use the Trackbridge name to imply endorsement of your modifications without permission.
There is no patent grant. There is no contributor license agreement. There is no commercial-use clause. It’s the standard MIT, and it is genuinely the standard MIT — no extra clauses tucked at the bottom.
Full text
Section titled “Full text”MIT License
Copyright (c) 2026 Trackbridge
Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.Source repos
Section titled “Source repos”- SDK: github.com/trackbridge/sdk —
LICENSEat the repo root. - Skills: github.com/trackbridge/skills — same MIT terms.
- Docs (this site): github.com/trackbridge/docs — same MIT terms.
All three repos are independently licensed under the same MIT terms; nothing depends on the others’ licensing for legal effect.