← Back to CaLaun

Privacy Policy

Last updated: 2026-05-19

The short version. CaLaun does not collect personal information from anyone — no accounts, no email addresses, no names. The full details are below.

Who we are

CaLaun is a free, open-source educational tool that provides step-by-step calculus solutions and an AI tutor for middle school, high school, and undergraduate students. The service is operated by the CaLaun project team. The application is MIT-licensed open source — auditable on GitHub.

What information we collect

CaLaun is designed to collect as little personal information as possible. We do not require accounts, sign-up, or email addresses to use the service.

  • Math expressions you submit (e.g., diff(x^2, x)) are processed by our solver to generate step-by-step solutions. They are not associated with any personal identifier and are not stored beyond the duration of the request.
  • Chatbot messages you send to Calaun are forwarded to our self-hosted AI inference server to generate a response. They are not associated with any personal identifier on our end and are not stored beyond the duration of the request.
  • IP addresses are temporarily logged for the sole purpose of rate-limiting abuse (max 10 chatbot requests per minute) and to compute aggregate, anonymous usage statistics (number of problems solved, types of problems most common). IP addresses are stored in memory only and discarded when the server restarts. We do not link IPs to any other personal information.
  • Cookies. The site uses a Django CSRF cookie for security on form submissions. We do not use any tracking, analytics, or advertising cookies.

What we do not collect

  • Names, email addresses, phone numbers, school affiliation, or grade level
  • Location data
  • Contacts, photos, or files from your device
  • Payment information (donations, when added, will be handled by a regulated payment processor — not by CaLaun directly)

Children's privacy (COPPA)

CaLaun is intended for use by students of all ages, including children under 13. Because we collect no personal information, no accounts, and no contact details from any user, the service complies with the Children's Online Privacy Protection Act (COPPA) by design.

If we ever add features that would collect personal information from children under 13 (e.g., user accounts), we will obtain verifiable parental consent before doing so, as required by COPPA.

Parents or guardians who have questions about a child's use of CaLaun can contact us at the address below.

Third parties we share data with

We use the following infrastructure providers to operate the service. Each is bound by its own privacy policy:

  • Hetzner Online — virtual server hosting the application, database, and self-hosted AI chatbot (privacy policy)
  • Let's Encrypt (ISRG) — HTTPS certificate authority (privacy policy)

We do not sell, rent, or trade any user data. We do not have advertising partners.

Data security

The site is served exclusively over HTTPS (TLS certificate issued by Let's Encrypt). Application secrets are stored as restricted-permission environment variables on the Hetzner server. Source code is publicly auditable on GitHub.

Your rights

Because we don't link any data to your identity, there is no personal data record for us to retrieve, correct, or delete on request. If you have specific privacy concerns, contact us at the address below and we will do our best to address them.

Changes to this policy

If we materially change how we collect or use information, we will update this page and revise the "Last updated" date above. For significant changes that affect children's privacy, we will post a notice on the homepage.

Contact

Questions about this policy: rbeauvile@calaun.org
GitHub issues: project issues page