# Privacy

> No cookies, no analytics, no tracking scripts, no accounts. Last updated 23 August 2026.

## This website

**shayz.world sets no cookies, runs no analytics, and loads no tracking scripts.** There
is no Google Analytics, no tag manager, no advertising pixel, no heatmap tool, and no A/B
testing service. There is nothing to opt out of and no consent banner, because nothing is
being collected to consent to.

This isn't only a promise — it's enforced in the markup. Every page ships a
**Content-Security-Policy** that restricts what the browser is permitted to load.
Third-party scripts are blocked by the policy itself, so even a well-intentioned future
addition would fail to execute rather than quietly start collecting data.

The site has no accounts, no login, no comment system, and no forms. It never asks for
your name, your email, or your wallet address, and it cannot connect to a wallet.
Nobody's identity is knowable to me from a visit.

## What the host and CDN see

The site is served as static files by **GitHub Pages**, which sits behind a CDN. Like any
web server, that infrastructure processes standard request data — your IP address,
user-agent string, requested path, and timestamp — in order to deliver the page and to
protect against abuse. This is handled by GitHub, not by me: **I have no access to server
logs, no dashboard, and no visitor-level data of any kind.** I genuinely cannot tell you
how many people visited this page.

GitHub's handling of that data is governed by the
[GitHub Privacy Statement](https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement).

## Fonts

Two typefaces, Instrument Sans and Instrument Serif, are loaded from **Google Fonts**.
Fetching them means your browser makes a request to Google's servers, which exposes your
IP address and user-agent to Google as a normal consequence of any cross-origin request.
Google states that Google Fonts does not set cookies and does not use the requests for
advertising profiling. No other third party receives a request from this site.

If you'd rather not contact Google at all, a content blocker will stop the font request;
the page is designed to remain fully readable in its fallback faces.

## Outbound links

Most of what's on the homepage points somewhere else — X, YouTube, Discord, Telegram,
GitHub, Hugging Face, and several crypto tools. Once you follow a link, you're on that
platform and its privacy policy applies, not this one. Some of the crypto tool links are
**referral links**, meaning the destination may credit me for the signup; that happens on
their side, and I receive no personal information about you from it. Outbound links carry
`rel="noopener noreferrer"`, which withholds the referring URL.

## The iOS apps

**Angel0x1** and **Red Angel** are designed so that privacy is a structural property
rather than a policy. Both run their AI models **on the device**. Your journal entries,
conversations, and prompts are processed locally and stored locally. There is no account
to create, no server-side inference, and no backend that receives your content — which is
why both apps continue working in airplane mode.

Because your data stays on your device, deleting it is entirely in your hands: removing an
entry removes it, and deleting the app removes everything. I hold no copy, so there is
nothing for me to delete on request and no export I could produce. If either app ever adds
a feature that genuinely requires a network call, that will be disclosed in the app before
the feature does anything.

Apps distributed through the App Store are subject to Apple's own reporting: Apple may
share aggregate download and crash statistics with me as the developer. That data is
anonymised and never identifies an individual user.

## Email

If you email <shayzaiofficial@gmail.com>, I keep that correspondence in order to reply and
to remember context if you write again. I don't add senders to a mailing list — there
isn't one — and I don't pass addresses to anyone. Ask me to delete a thread and I will.

## Your rights

Depending on where you live, you may have rights to access, correct, or delete personal
data held about you, or to object to its processing. Since the only personal data I hold
is email correspondence you chose to send me, a request almost always resolves to "delete
this thread". Write to the address above and I'll confirm when it's done.

This page has no legalese because there is no data operation complex enough to need it. If
that changes, this page changes first, and the date at the top will tell you when.

## Elsewhere on this site

- [Home](https://shayz.world/index.md)
- [About](https://shayz.world/about.md)
- [Contact](https://shayz.world/contact.md)
