This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Privacy Policy for Pezi | |
| Last updated: May 23, 2026 | |
| Pezi (CandyJar) is built with a local-first philosophy. We believe your creative visual assets, inspiration library, and search habits should remain entirely private. This Privacy Policy describes how Pezi handles data. | |
| ### 1. No Collection of Personal Information | |
| Pezi does not collect, monitor, track, store, or transmit any of your personal data, identifying information, or browsing habits. We do not have servers to receive your data, nor do we use analytics or tracking SDKs. | |
| ### 2. Local Storage First |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Pezi Support | |
| For any questions, issues, or support requests regarding Pezi, please email us directly at: | |
| 👉 **airchihiro@gmail.com** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body{ | |
| font-size:12px; | |
| margn:0; | |
| padding:0; | |
| } | |
| .title{ | |
| font-family: whitney; | |
| font-size:1.6em; | |
| border-bottom:1px solid black; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body{ | |
| font-size:12px; | |
| margn:0; | |
| padding:0; | |
| } | |
| .title{ | |
| font-family: whitney; | |
| font-size:1.6em; | |
| border-bottom:1px solid black; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| div{ | |
| width: 150px; | |
| height: 150px; | |
| background: #BADA55; | |
| position:relative; | |
| left: 10px; | |
| top: 10px | |
| } |