Coming Soon

Every install.
On the map.

A live world map that lights up every time someone installs TYPO3. See the ecosystem pulse in real time. Built into Composer. Privacy first.

Scroll
How it works

Three lines of intent.
Zero lines of config.

01
📦

Install TYPO3

Start a new project or update an existing one. The plugin ships with the official TYPO3 Composer template — nothing extra to install.

composer create-project typo3/cms-base-distribution
02
📡

Anonymous ping

A tiny, non-blocking request sends only the TYPO3 version, PHP version, and an anonymous project hash. No personal data. Ever.

POST /v1/ping → 127 bytes
03
🌍

Light up the map

Your installation appears as a pulse on the live world map. Watch the TYPO3 ecosystem breathe across continents in real time.

typo3withme.org → WebSocket stream
0
Installs tracked
47
Countries
3
Seconds timeout
0
Personal data stored

This is everything we send.

No names. No emails. No domains. No tracking. The IP address resolves to a city and is immediately discarded. The project hash is non-reversible. The whole thing is open source.

POST /v1/ping
{
  "typo3_version": "13.4.2",
  "php_version": "8.3",
  "event": "new_install",
  "project_hash": "a1b2c3d4e5f6g7h8",
  "os": "Linux"
}
// That's it. That's the whole payload.
Open source & auditable
Every line of the plugin and the API is on GitHub. Read it, fork it, audit it.
Opt-out in one command
Set an env variable, flip a Composer config flag, or just remove the package. Done.
CI-aware by default
Detected a build pipeline? The ping is skipped automatically so your numbers stay real.
No IP storage
The IP is resolved to a city via MaxMind GeoLite2 and immediately discarded. Nothing is logged.
GDPR compliant
Art. 6(1)(f) legitimate interest with minimal data and trivial objection. No consent banner needed.
Fire-and-forget
3-second timeout, non-blocking. If the server is down, Composer doesn't even notice.
Get involved

Put TYPO3 on the map.

This is a community project by the TYPO3 Association. Contributions, ideas, and feedback are welcome.

View on GitHub TYPO3 Association