git404hub

what is exitchatcontrol.org fr?

aurealibe/exitchatcontrol.org — explained in plain English

Analysis updated 2026-05-18

67MDXAudience · generalComplexity · 2/5Setup · easy

tl;dr

A free multilingual field guide of privacy tools like encrypted messaging, VPNs, and GrapheneOS, built to help people opt out of mass surveillance.

vibe map

mindmap
  root((exitchatcontrol.org))
    What it does
      Field guide to privacy tools
      Explains Chat Control policy
      Censorship resistance quiz
    Tech stack
      Astro
      TypeScript
      Tailwind CSS
      Docker
    Use cases
      Pick privacy tools
      Score digital privacy
      Self host the guide
    Audience
      Privacy conscious users
      Journalists and whistleblowers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Learn which privacy tools like encrypted messengers, VPNs, and GrapheneOS to switch to and how to install them.

VIBE 2

Take the built-in quiz to score personal censorship resistance and get pointed at specific fixes.

VIBE 3

Fork or self-host the guide as a static site, or download the offline single-file version.

what's the stack?

AstroTypeScriptTailwind CSSDocker

how it stacks up fr

aurealibe/exitchatcontrol.orgmli/docsmohanadtr/edutraceapp
Stars672311
LanguageMDXMDXMDX
Setup difficultyeasyeasyeasy
Complexity2/51/52/5
Audiencegeneraldevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

in plain english

exitchatcontrol.org is a static website and content project that works as a multilingual field guide for digital privacy. It was built in response to the European Union's Chat Control proposal, a policy discussion around scanning private messages that advanced through the European Parliament in July 2026. The guide walks readers through privacy tools such as encrypted messaging apps, private email, VPNs, alternative DNS providers, two factor authentication, Linux, GrapheneOS, and self hosting, explaining for each one what it does, who it is meant for, and how to install it. The site is built to be static and self contained, with no trackers, no cookies, and no requests sent to any third party domain, a promise the project enforces with automated tests. It also works with JavaScript turned off, including in Tor Browser's safest mode, since scripts are only used for optional extras like theme switching, filtering, a checklist, and a quiz. That quiz, found at the /quiz path, scores a visitor's censorship resistance on a scale from zero to one hundred and points toward specific fixes in the guide. The scoring happens locally in the browser, so nothing about a visitor's answers is sent anywhere or stored. The project supports many languages by design, with each language served as its own prerendered page with the correct hreflang tags, so adding a new language means adding translation files rather than changing code. Every build also produces a single file offline version of the site that can be printed or mirrored elsewhere. Technically, the site is built with the Astro framework for static output and built in internationalization routing, styled with Tailwind CSS, and written in strict TypeScript. It is tested with Vitest for content and translation consistency and with Playwright and axe for accessibility and to guarantee no third party requests are made. It ships as a Docker image for production, or can be built with pnpm and hosted as static files on any host. Contributions such as new tools, translations, and corrections are welcome, guided by a set of rules in the project's contributing document.

prompts (copy fr)

prompt 1
Show me how to run exitchatcontrol.org locally with pnpm install and pnpm dev.
prompt 2
Explain how the site's quiz scores censorship resistance without sending data anywhere.
prompt 3
Walk me through how to add a new translated language route to this Astro-based site.
prompt 4
How is this project tested to guarantee zero third-party requests and no-JS readability?

Frequently asked questions

what is exitchatcontrol.org fr?

A free multilingual field guide of privacy tools like encrypted messaging, VPNs, and GrapheneOS, built to help people opt out of mass surveillance.

What language is exitchatcontrol.org written in?

Mainly MDX. The stack also includes Astro, TypeScript, Tailwind CSS.

How hard is exitchatcontrol.org to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is exitchatcontrol.org for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.