Evaluation
Free, with no time limit: develop, test, and prototype, including for a
product you plan to sell.
Personal and education
Free in production for an individual’s noncommercial projects, and for
accredited nonprofit or public schools, colleges, and universities.
Everything else
Production use by businesses, nonprofits, and government needs a paid
license. Email
sdk@revise.io.
LICENSE file. If this page and
that file ever disagree, the LICENSE file wins.
Common questions
Can my company try it before buying?
Can my company try it before buying?
Yes. Install it, build a prototype, and test it on your own documents,
with no time limit. You need a license before it goes into production,
including internal tools and products that are free or not yet earning.
We're a nonprofit or a government agency. Is it free?
We're a nonprofit or a government agency. Is it free?
Not in production. Nonprofits and government entities need a license to
deploy it, whether or not the app earns money. Evaluation is free.
We're a school or university. Is it free?
We're a school or university. Is it free?
Yes, for accredited nonprofit or public schools, colleges, and
universities: teaching, learning, research, and your own internal
operations. For-profit schools, and companies building products for
schools, need a license.
Is my side project free?
Is my side project free?
Yes, if it is yours as an individual and is not meant to make money,
promote a paid offering, or support an organization. Ads, subscriptions,
or a paid tier make it commercial, even before it earns anything.
Are the agent tools included?
Are the agent tools included?
Yes. The document tools and agent integration ship in the same package and
under the same terms as the rest of the SDK: free for evaluation, personal
projects, and education, and covered by a commercial license otherwise. Revise’s hosted agent is billed separately through
the Revise API.
Do I have to publish my source code?
Do I have to publish my source code?
No. Unlike the AGPL, using the SDK never obliges you to release your own
code.
Can I see the SDK's source?
Can I see the SDK's source?
No. The package ships as a compiled bundle, and the license does not allow
decompiling, reverse engineering, or modifying it. Configuring it through
its documented options is fine.
Does the SDK phone home?
Does the SDK phone home?
Once per page load, the editor sends one anonymous ping to
api.revise.io so we know where Revise is running. It carries the SDK
version; your browser adds your site’s origin (for example
https://app.example.com). For production sites we keep only that origin
and version. From localhost and other development hosts we keep less:
a daily count per version, with no origin at all. The ping sets no
cookies, is left out of our request logs, and carries no user data or
document content.Turn it off with <ReviseEditor telemetry={false} />. Nothing else
connects to Revise unless you configure Revise’s hosted agent yourself.