--- title: Laudspeaker created: 2026-06-08 updated: 2026-06-08 type: app tags: [catalogue, customer-engagement, app-marathon3-rattrapage-final-b] confidence: medium contested: false sources: [https://selfh.st/apps/?tag=customer-engagement&app=laudspeaker] --- # 📣 Laudspeaker > Plateforme d'onboarding, notifications et messaging client multi-canal (email, push, in-app). ## 📋 Informations GĂ©nĂ©rales | Champ | Valeur | | :--- | :--- | | **Site web** | [laudspeaker.com](https://laudspeaker.com/) | | **GitHub** | [laudspeaker/laudspeaker](https://github.com/laudspeaker/laudspeaker) | | **License** | AGPL-3.0 | | **Langage** | TypeScript | | **Étoiles GitHub** | ~3k ⭐ | | **CatĂ©gorie** | [[cat-customer-engagement|Customer Engagement]] | ## 📝 Description **Laudspeaker** est une alternative open source Ă  Customer.io / Braze : gestion de segments, automatisations multi-Ă©tapes, templates email/push/in-app, tracking d'Ă©vĂ©nements utilisateur, A/B testing. DiffĂ©rence vs Customer.io : 100% auto-hĂ©bergeable, donnĂ©es jamais partagĂ©es. Pour qui : SaaS en croissance qui veut une stack engagement contrĂŽlĂ©e. ## 🚀 Installation ### Docker Compose (recommandĂ©) ```yaml version: '3.8' services: laudspeaker: image: ghcr.io/laudspeaker/laudspeaker:latest container_name: laudspeaker restart: unless-stopped environment: - MONGO_URL=mongodb://mongo:27017/laudspeaker - JWT_SECRET=*** - API_BASE_URL=https://laud.example.com depends_on: - mongo labels: - traefik.enable=true - traefik.http.routers.laud.rule=Host(`laud.example.com`) mongo: image: mongo:7 restart: unless-stopped volumes: - laudspeaker-mongo:/data/db volumes: laudspeaker-mongo: ``` ## 🔄 Alternatives ### Open Source - [[app-typebot]] — Chatbots conversationnels - [[app-listmonk]] — Newsletters auto-hĂ©bergĂ©es ### PropriĂ©taires - **Customer.io** — Plateforme engagement SaaS - **Braze** — Plateforme marketing client ## 🔐 SĂ©curitĂ© - Authentification : JWT + SSO optionnel - Stockage : MongoDB auto-hĂ©bergĂ© ## 📚 Ressources - [Documentation](https://docs.laudspeaker.com/) - [GitHub](https://github.com/laudspeaker/laudspeaker) ## Pages LiĂ©es - [[cat-customer-engagement]] — CatĂ©gorie Customer Engagement - [[app-listmonk]] — Concurrent newsletters - [[recettes-docker-compose]] — Templates Docker