License details for Studio
Hi folks,
From asking the AI, it is my understanding that although the source code isn’t available, I don’t have to pay to use Prisma Studio.
1. Does that extend to redistribution? For example, what if I build a project, charge for it, and it contains Prisma Studio in the stack? Is that allowed?
2. And if so, is that right retained for each version, or can we lose that right at any time?
4 Replies
Hi:
Good question! Prisma Studio today is a 100% free product (but not OSS). So if you are embedding that into your own paid product, that is allowed.
We are working on a new iteration of Prisma Studio. This new version will still will allow you to embed it in your own application(s) without having to worry that ability going away. We are working on extending features and functions and will share more information on this soon. When we share info, we will also share details on how the free embedded version will differ from a potential paid embedded version.
Thanks Nitin. I was curious about a paid product, but we are embedding it on something we offer for free anyway.
I’m excited for the new version. Very nice 🙂
Are the details of the license for the current version available anywhere? I couldn’t find them.
Studio is distributed under the Apache 2.0 license scheme. That is mentioned on the NPM package download page: https://www.npmjs.com/package/@prisma/studio-server
We will make the licensing more clear on the Studio GH repo itself once we release the next version.
npm
@prisma/studio-server
Serves Studio for use in the browser. Latest version: 0.503.0, last published: a month ago. Start using @prisma/studio-server in your project by running
npm i @prisma/studio-server
. There are 5 other projects in the npm registry using @prisma/studio-server.Thanks Nitin! Very helpful.