01How Volvelle is licensed#
Volvelle's source code is licensed under the GNU Affero General Public License, version 3 (AGPL-3.0-only). Copyright © 2026 Marta Strzelec.
The full license text ships with the project as the LICENSE file in the repository. If anything on this page conflicts with that text, the text of the AGPL governs.
02What you can do#
Under the AGPL, you are free to:
- Use Volvelle for any purpose, including in a business, at no cost.
- Study how it works: the complete source opens publicly at full launch.
- Modify it and run your modified version.
- Share it: redistribute copies, modified or not, as long as you pass on these same freedoms (the AGPL goes with it) and keep the copyright and license notices intact.
You never need to ask permission or pay anything to do these things. The AGPL grants them to everyone, automatically.
04Self-hosting is free, for everyone#
You can run your own copy of Volvelle on your own infrastructure, for yourself or your group, at no cost, forever. This right is guaranteed by the AGPL and isn't something we can take away or charge for. The full game works without Volvelle's servers.
Setup instructions will live in the project README. Issues and pull requests open at launch. Contributions are covered by a small relicensing agreement so the commercial option below stays possible (see CONTRIBUTING).
05Commercial license (the exception)#
Volvelle is dual-licensed. The AGPL above is the default, and it's all most people ever need, including for commercial use. You can run Volvelle commercially, on your own infrastructure, even with your own branding, for free, as long as you follow the AGPL: if you modify it and let others use your version over a network, you share those modifications under the AGPL.
A separate commercial license is available for the cases where that doesn't work for you, where you want to use Volvelle's code outside the AGPL's terms. For example:
- building Volvelle's code into a proprietary, closed-source product (a web app, or a desktop or standalone app such as a paid, closed download in the style of a packaged virtual tabletop), or distributing or running a modified version without sharing your changes; or
- having us run and host Volvelle for you under a service agreement, rather than standing it up yourself.
Concretely: an event or company that wants to host their own branded copy and keep their modifications private, or that wants us to operate it for them, talks to us first. Everyone else just uses Volvelle under the AGPL. The commercial license is a way to step outside the AGPL by agreement with the copyright holder; it does not make the public version any less free.
06Game content is licensed separately#
The AGPL covers Volvelle's code. It does not cover the game content for any system: rules text, stat blocks, spell and monster descriptions, and the like. Each system's content is provided under its own license, set by that content's source, independent of the AGPL.
At launch, Volvelle ships D&D 5e content from the SRD under CC-BY-4.0. As more systems are added, each carries its own open license (CC-BY, CC-BY-SA, ORC, and others). The full, current list, with the exact attribution each one requires, lives on the Content Licenses page, so it can grow with the catalog without changing this license.
07No warranty#
As is standard for free software, and as stated in sections 15 and 16 of the AGPL, Volvelle is provided "as is", without warranty of any kind, to the extent permitted by law. The people who make and distribute Volvelle are not liable for damages arising from its use. Running your own copy is at your own risk.