diff --git a/README_ADMIN_CRUD.txt b/README_ADMIN_CRUD.txt
new file mode 100644
index 0000000..2792f3d
--- /dev/null
+++ b/README_ADMIN_CRUD.txt
@@ -0,0 +1,35 @@
+Super Sunday — Patch Admin CRUD (frontend only)
+==============================================
+
+Ce patch ajoute/actualise une page **Admin** simple qui consomme l'API via Nginx :
+
+Fonctions incluses
+- Tester la santé (`GET /api/health`)
+- Créer un tournoi (`POST /api/tournaments`)
+- Lister/supprimer des tournois (`GET /api/tournaments`, `DELETE /api/tournaments/:id`)
+- Ajouter un joueur (`POST /api/participants`) + liste participants du tournoi
+- Saisir un score de match (`POST /api/matches/:id/score`)
+
+Fichiers ajoutés
+- frontend/public/admin/index.html
+- frontend/public/admin/admin.js
+
+Installation
+-----------
+1) Dézipper à la racine du projet :
+ unzip -o supersunday_admin_crud_patch.zip -d .
+
+2) Aller sur: http://localhost/admin
+
+Prérequis backend
+-----------------
+Ce patch suppose que les routes existent côté API :
+- GET /api/health
+- GET /api/tournaments
+- POST /api/tournaments
+- DELETE /api/tournaments/:id
+- GET /api/tournaments/:id/participants
+- POST /api/participants
+- POST /api/matches/:id/score
+
+Si une route renvoie 404/405/500, donne-moi les logs API pour que je fournisse le routeur manquant (sans toucher au Dockerfile).
diff --git a/README_BUBBLES_PATCH.txt b/README_BUBBLES_PATCH.txt
new file mode 100644
index 0000000..dd6dce7
--- /dev/null
+++ b/README_BUBBLES_PATCH.txt
@@ -0,0 +1,41 @@
+Super Sunday — Patch "Bubbles" (UI only, no Docker change)
+==========================================================
+
+Ce patch rétablit les bulles ANIMÉES entre le background et les cards,
+sans toucher au Dockerfile ni à ta stack.
+
+Contenu
+-------
+- frontend/public/assets/patch-bubbles.css (override z-index + overlay)
+- frontend/public/assets/bubbles.js (canvas bulles bleu/mauve)
+- apply_bubbles_patch.sh (injection auto dans tes HTML)
+
+Installation
+------------
+1) Dézippe à la racine du projet :
+ unzip -o supersunday_bubbles_ui_patch.zip -d .
+
+2) (Optionnel mais recommandé) Injection auto des balises dans tes pages :
+ ./apply_bubbles_patch.sh .
+
+ Le script ajoute :
+ -
+ juste avant
+ -
+ juste avant