License & credits

What you may do with Map Blueprint after you buy it, and the open-source software it's built on.

Plain-language summary — not legal advice. This page describes the intended terms in everyday language so you know where you stand. It isn't a substitute for a lawyer-drafted agreement. If you need formal terms for your organisation, reach us on Discord.

Your license

Map Blueprint and its source code are © 2026 Adam Finney, Alex Finney, and Mortumus. All rights reserved.

When you buy Map Blueprint you receive the full source code and a perpetual, non-exclusive license to use it. There's no subscription and nothing to renew — the version you buy is yours to keep.

Two tiers

Both tiers include the full source code and differ only by team size. The small-team download is configured for up to 5 people online at once; the larger build is unlimited. This is a good-faith limit, not copy protection — you have the source and can change it.

What you can do (both tiers)

What the Large team / Pro tier adds

What no license permits

In short: buy the tier that matches your team size, run it for your own team, and change it however you like — just don't resell or give away the source itself.

Warranty & refunds

Map Blueprint is provided "as is", without warranty of any kind. We do our best to make it reliable, but you run it on your own infrastructure and are responsible for your data and backups. To the extent allowed by law, we aren't liable for any damages arising from its use.

If it doesn't work for you, you can get a refund within 14 days of purchase. Checkout is handled by Lemon Squeezy (our merchant of record), so just reply to your purchase receipt or message us on Discord — see the FAQ.


Open-source credits

Map Blueprint is built on the open-source software below. We're grateful to its authors. Their licenses are included here as required.

ws

The real-time collaboration is powered by ws, a WebSocket library for Node.js, used under the MIT License.

The MIT License (MIT)

Copyright (c) 2011 Einar Otto Stangvik <[email protected]>
Copyright (c) 2013 Arnout Kazemier and contributors
Copyright (c) 2016 Luigi Pinca and contributors

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.