IsotopeAI / docs

Guides

Getting started Configuration Supabase setup Sync & backup Backup console Community

Reference

Architecture API reference Database CLI Android APK Admin console

Help

Troubleshooting FAQ Contributing Changelog

Legal

Security Privacy Terms License

License

IsotopeAI is released under the MIT License — among the most permissive open-source licences. Use it, change it, ship it commercially. Keep the notice.

MIT License #

MIT License

Copyright (c) 2026 Suydev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, 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 THE
SOFTWARE.

In plain terms #

You mayYou mustWe do not
Use it commerciallyInclude the copyright noticeProvide any warranty
Modify the sourceInclude the licence textAccept liability
Distribute copiesGuarantee it works
Sublicense itOwe you support
Use it privatelyRestrict your use

Third-party components #

The application itself has zero runtime npm dependencies. These are the only third-party components in the project, all self-hosted rather than loaded from a CDN.

ComponentLicenceWhere and why
liquidGL demo backdropsMIT © NaughtyDukdocs/assets/bg/ — the five abstract fields behind these pages. Only the images are used; the WebGL library itself is not.
IBM Plex SansSIL Open Font License 1.1Body and heading typeface on this site, via Google Fonts.
JetBrains MonoSIL Open Font License 1.1Code and data typeface.
SupabaseApache 2.0 / their termsYour database, auth and storage. You run your own project under your own agreement with them.
IconsHand-written SVGTraced in-house rather than taken from an icon set, so there is nothing to attribute.

Nothing loads from a CDN at runtimeEvery third-party asset is vendored into the repository. The only external request this site makes is to Google Fonts for two typefaces; the application itself makes none.

Why MIT #

This is a study tool for students, many of whom will want to modify it, host it for a class, or learn from the source. A copyleft licence would oblige them to publish their changes; a non-commercial clause would create ambiguity for a teacher running it at a coaching institute. MIT removes both problems.

It also matches the project’s architecture. There is no hosted service to protect, so there is nothing for a more restrictive licence to defend.

If you fork it #

Keep LICENSE in place and you have met your obligation. Two requests beyond that, neither legally binding: