Open Source
Overview
XURL is open-source software. The entire codebase — frontend, backend, edge middleware, and infrastructure configuration — is publicly available and released under the MIT License.
MIT License
Copyright © 2026 Gaurav Patil
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.
What This Means
- Use — You can use XURL for any purpose, commercial or personal.
- Modify — You can change the source code to suit your needs.
- Distribute — You can share copies of the original or modified code.
- Sublicense — You can include XURL in proprietary projects.
- Private use — You can use and modify XURL privately without publishing changes.
The only requirement is that you include the original copyright notice and license text in any copies or substantial portions of the Software.
Source Code
The full source code is available on GitHub: github.com/AspiringWebGaurav/xurl
Contributing
Contributions are welcome. Fork the repository, create a feature branch, and open a pull request against main. Please ensure npm run lint and npm run build pass before submitting. For detailed guidelines, see the Contributing section in the README.
Third-Party Licenses
XURL depends on open-source libraries, each governed by their own licenses:
- Next.js — MIT
- React — MIT
- Tailwind CSS — MIT
- shadcn/ui — MIT
- Framer Motion — MIT
- Firebase SDK — Apache 2.0
- Upstash Redis — MIT
- Zod — MIT
Full dependency information is available in the package.json file in the repository root.
Reporting Security Issues
If you discover a security vulnerability, please report it responsibly by opening a private issue on GitHub or contacting the maintainer directly. Do not disclose vulnerabilities publicly until a fix has been released.