Privacy
This site sets no cookies, runs no analytics, and loads nothing from anyone else.
This site
- No cookies. None, of any kind, which is why there is no consent banner.
- No analytics. No visitor counting, no tracking pixels, no fingerprinting. We do not know who you are or how many of you there are.
- No third-party requests. No fonts, scripts or images are loaded from anyone else’s server, so no other company learns that you read this page. The type is set in faces you already have, and the code samples are colored by a stylesheet served from here.
- Server logs. The site is served by Cloudflare Pages, which keeps its own access logs. That is outside our control; see Cloudflare’s privacy policy.
The documentation site
docs.teksilo.rs is a separate static deployment on Cloudflare Pages, with the same absence of cookies and analytics and the same caveat about the host’s own logs. See Cloudflare’s privacy policy.
The framework
Teksilo is a library that runs on your users’ machines, so what matters is what it does there.
- It makes no network request of its own. Nothing in the default feature set opens a socket. There is no update check, no license check, no crash reporter phoning home.
- The telemetry crates are separate and off by default. Teksilo ships an optional analytics stack (
teksilo-telemetryand its adapters). It is not in the umbrella crate’s default features, it is not linked unless an application asks for it, and once asked for it still sends nothing until the application obtains consent through its ownConsentStore. Whether to use it, what to collect and how to ask are decisions belonging to the application, not to the framework. - It stores what you tell it to store, where the platform says to. The settings and window-state services write to the standard per-user configuration directory for the platform, and only what the application registers.
What an application built with Teksilo does with your data is a question for that application. The framework’s part is to make the quiet default the easy one.
Other sites linked from here
GitHub, crates.io and Cloudflare are separate services with their own policies. Following a link there is between you and them.