ilearnassist交互式学习助理
简体中文
GitHubDownload

Privacy

This project's claim is that your data stays yours, so this page skips the principles and states the facts: which services your request passes through, and what each of them can see.

Last updated: 2026-09-20

The site itself

This is a purely static website. No server-side code, no database, no accounts, no forms. The pages are HTML generated at build time; the server only hands them to you. That means there is nowhere here for your data to be stored.

  • No cookies. Not one — which is why there is no consent banner.
  • No cross-site tracking, and no advertising or social-platform tracking scripts.
  • No third-party fonts. The pages use the fonts already on your system, so no request hands your IP to a font service.

Analytics

The site uses Cloudflare Web Analytics, which uses no cookies, does not fingerprint, and does not track you across sites. It records aggregate things — page views, referring domains, Core Web Vitals — to show which pages people actually read.

That was a deliberate choice: Google Analytics would tell us more, but it would contradict what this project is for. If you block the analytics script with an extension, nothing on the site stops working.

What the hosting providers can see

As with any website, the CDN that delivers the page to you sees the request's own metadata: IP address, User-Agent, and the path requested. That is outside this site's control and does not pass through it:

  • The main site (ilearnassist.com) is served by Cloudflare — seeCloudflare's privacy policy.
  • The mainland-China mirror (ilearnassist.ilovewebtech.com) is served from Aliyun OSS + CDN. Under Chinese regulations, access logs are retained for a period. The two sites are the same content; the only difference is who hands you the page.

Outbound links

This site links to GitHub (source, releases, issues) and to the model providers' own sites. Following one of those takes you off this site; those services have their own privacy policies, which we neither control nor can see into.

About the application

The ilearnassist application described here is a program that runs on your own machine. Its privacy boundary is a separate matter from this website's — and it is the more important one:

  • Your data lives in the folder you chose on first launch, separate from the program itself.
  • The only outbound requests go to the one model provider you configured. No telemetry, no phone-home, no account system.
  • Web search and cloud document parsing happen only when you ask for them.
  • Uninstalling the app does not delete your data folder.

Those are not promises — they are facts you can check on your own machine. See theprivacy section of the home page and the docs.

Contact

If something here is unclear, or you find behaviour that does not match this description, say so inGitHub Issues. That is worth more than a sentence about how much we value your privacy.