License
@oh-just-another/editor and every package in the project are released under the MIT License โ free for any use, including commercial, with no strings attached.
What this meansโ
- Free for everyone. Use it in personal, open-source, and commercial products alike.
- No license key. There is nothing to activate. The editor never gates features behind a key or phones home.
- No production gate. The exact build you
pnpm addis the one you ship โ development and production behave identically. - No mandatory watermark. Any branding is optional and removable (e.g. the
repositoryUrlHelp-menu link can be hidden withrepositoryUrl={null}).
// No key, no gate โ just import and ship.
import { Editor } from "@oh-just-another/editor";
License pledgeโ
Per the project governance: a published version can never be relicensed โ everything already on npm stays MIT irrevocably. Paid offerings, if any, are built on top of the MIT core (hosting, support, services) โ never by closing it.
How the project is fundedโ
Monetization is through sponsorship, not by gating the software. The library stays fully open and free; if it helps you, sponsorship is what keeps it maintained โ never a license fee.
Full textโ
The complete license lives in LICENSE at the repository root. The MIT terms also apply to all contributions (see the Contributing page) โ there is no CLA.