1. Overview#
Veap is free and open-source software released under the terms of the MIT License.
The MIT License is a permissive open-source license that gives you the legal freedom to:
- Use Veap for personal, educational, research, or commercial projects without paying royalties;
- Modify the source code to suit your specific requirements;
- Distribute the software and your changes to others;
- Sublicense and sell applications built with or derived from the framework.
The only condition is that the copyright notice and permission notice below must be included in all copies or substantial portions of the software.
2. The MIT License#
MIT License
Copyright (c) 2026 Damian Miller / Veap
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.3. Applications Built with Veap#
When you build applications using Veap:
- Your code belongs to you: You are free to choose any license for the code you write on top of Veap, including proprietary or commercial licenses.
- No copyleft obligations: Veap does not enforce viral copyleft terms. You do not have to open-source your proprietary business logic or applications.
- Attribution: You only need to retain the original Veap copyright notice in the distributed copies of the framework files themselves.
4. Third-Party Dependencies#
Veap and its official packages rely on open-source third-party libraries and tools (such as Next.js, React, and Bun). Each third-party dependency is distributed under its own open-source license (primarily MIT, Apache 2.0, or BSD).
Individual package licenses and dependency declarations can be found in their respective package.json files within the Veap repository.
5. Trademark & Brand Policy#
The MIT License applies to the source code of the Veap framework, but does not grant trademark rights.
- The Veap name, logo, and distinctive visual assets are protected branding elements.
- You may use the name to indicate compatibility (e.g., "Plugin for Veap"), but not in a way that suggests official endorsement, affiliation, or that your project is maintained by the Veap Core Team.
6. Questions#
If you have questions about licensing, commercial usage, or custom distribution:
Email: hello@veap.pl
Veap — Open-source framework for modern web applications.
This document is an integral component of the Veap open-source governance and legal framework. For questions, licensing verification, or security inquiries, please contact the Veap Core Team at contact@veap.pl.