--- title: Dittofeed created: 2026-06-08 updated: 2026-06-08 type: app tags: [catalogue, marketing, app-marathon3-rattrapage-final-a] confidence: medium contested: false sources: [https://selfh.st/apps/?tag=Marketing&app=dittofeed] --- # 📣 Dittofeed > Plateforme d'automation marketing open source — alternative auto-hĂ©bergeable Ă  Customer.io / Braze. ## 📋 Informations GĂ©nĂ©rales | Champ | Valeur | | :--- | :--- | | **Site web** | [dittofeed.com](https://dittofeed.com) | | **GitHub** | [dittofeed/dittofeed](https://github.com/dittofeed/dittofeed) | | **License** | MIT | | **Langage** | TypeScript | | **Étoiles GitHub** | ~3k ⭐ | | **CatĂ©gorie** | [[cat-marketing\|Marketing]] | ## 📝 Description **Dittofeed** est une plateforme d'orchestration de messaging multi-canal (email, SMS, push, webhooks). Construite sur Apache Kafka + Postgres, elle propose un Ă©diteur visuel de journeys utilisateur, segmentation RFM, A/B testing et intĂ©grations avec SendGrid, Postmark, Twilio, SES, etc. Compatible API Customer.io pour migration. DiffĂ©rence vs Mautic : stack plus moderne (Kafka, TypeScript, Ă©diteur visuel de flows), orientĂ©e product-led growth, moins orientĂ©e campagnes one-shot. Pour qui : startups SaaS hĂ©bergeant leur stack marketing, devs prĂ©fĂ©rant YAML/JSON Ă  l'UI de campagne. ## 🚀 Installation ### Docker Compose (recommandĂ©) ```yaml version: '3.8' services: dittofeed: image: dittofeed/dittofeed:latest container_name: dittofeed restart: unless-stopped environment: - DATABASE_URL=postgresql://dittofeed:***@db/dittofeed - BOOTSTRAP_HOST=0.0.0.0 depends_on: - db ports: - "3000:3000" labels: traefik.enable: "true" traefik.http.routers.dittofeed.rule: "Host(`marketing.example.com`)" db: image: postgres:16-alpine environment: POSTGRES_USER: dittofeed POSTGRES_PASSWORD: dittofeed POSTGRES_DB: dittofeed volumes: - ./db-data:/var/lib/postgresql/data ``` ## 🔄 Alternatives ### Open Source - [[app-mautic]] — Leader open source historique - [[app-listmonk]] — Newsletter + automation simple - [[app-postiz]] — Social media scheduling ### PropriĂ©taires - **Customer.io** — RĂ©fĂ©rence SaaS, API compatible - **Braze** — Plateforme enterprise - **Mailchimp** — Grand public ## 🔐 SĂ©curitĂ© - **API admin** : token Bearer obligatoire, Ă  garder secret - **Webhooks entrants** : signer les payloads (HMAC) - **Deliverability** : configurer SPF/DKIM/DMARC sur votre domaine d'envoi - **RGPD** : moteur de prĂ©fĂ©rences utilisateur intĂ©grĂ© ## 📚 Ressources - [Documentation](https://docs.dittofeed.com/) - [GitHub](https://github.com/dittofeed/dittofeed) ## Pages LiĂ©es - [[cat-marketing]] — CatĂ©gorie Marketing - [[app-mautic]] — Concurrent open source principal - [[recettes-docker-compose]] — Templates Docker