Terms & License
Last updated: May 26, 2026
1. What you're buying
Products sold on itsmatias.com ("the Templates") are full source-code projects delivered as private GitHub repositories. You buy one-time access and a perpetual license to use the code in your own projects.
2. License grant
On payment, you receive a perpetual, worldwide, non-exclusive license to:
- Use the Templates on unlimited projects you own.
- Modify the source code in any way.
- Deploy the result to any hosting provider.
- Charge end users for products or services built on the Templates.
3. What you cannot do
- Resell, redistribute, or relicense the Templates as a stand-alone product, template, boilerplate, or starter kit.
- Open-source the Templates, in part or in whole, without prior written consent.
- Share your GitHub access with people who haven't purchased a license. Each license is single-buyer.
- Claim authorship of the Templates.
4. Attribution
By default, deployed sites built on the Templates display a small "Built by Matias Zanan" credit in the footer linking to itsmatias.com. Both the Ecommerce and Landing products ship this credit on a fresh install.
You may remove the credit by purchasing the "Remove Attribution" add-on for the product you bought:
After purchase you may set NEXT_PUBLIC_HIDE_ATTRIBUTION=true in your environment to hide it.
Removing the attribution without the add-on is a license violation.
5. Delivery
Access to the private GitHub repository is granted automatically when your payment clears, using the GitHub username you provide at checkout. If you don't receive an invite within 1 hour, email matiaszanan@gmail.com with your receipt and GitHub username.
6. Updates
You get lifetime updates: any improvement, fix, or new feature I publish to the source repository stays available to you. Because your copy is created via "Use this template" (fresh repo, no shared git history), you pull updates by adding the source repo as an upstream remote and merging:
git remote add upstream git@github.com:mzanan/<product>.git
git fetch upstream
git merge upstream/main # resolve conflicts as neededThe exact commands and the upstream URL for your product live in the repo's README.
7. Refunds
Because access to the code cannot be revoked once granted, all sales are final. Reach out if something doesn't work as documented and I'll fix it or refund at my discretion.
8. Warranty
The Templates are provided "as is", without warranty of any kind. I make no guarantees about fitness for a particular purpose, uptime, security, or revenue. You are responsible for what you ship.
9. Liability
In no event will the total liability for any claim related to the Templates exceed the amount you paid for them.
10. Contact
Questions about this license: matiaszanan@gmail.com.