diff --git a/.dockerignore b/.dockerignore
index a6fe685..ec0693f 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -8,5 +8,6 @@ npm-debug.log
.idea
frontend/build
frontend/dist
+backend/.env
backend/node_modules
frontend/node_modules
\ No newline at end of file
diff --git a/README.md b/README.md
index 5befeae..6d71400 100644
--- a/README.md
+++ b/README.md
@@ -10,14 +10,47 @@ Ziel:
---
-## 🚀 Features (0.1 Roadmap)
+## 🚀 Features & Roadmap
+
+
+ ✅ v0.1.0 – Initial Release
+
+- Projektstruktur mit Frontend & Backend
+- Lokales Startskript (`scripts/start-dev.sh`)
+- Frontend zeigt Stacks an (über Backend)
+- API-Verbindung zu Portainer
+- Stack Redeploy
+- Bereitstellung eines Docker Images über GHCR
+
+
+
+
+ 🟡 v0.2.0 – In Entwicklung
+
+### Backend
+- [ ] Anbindung einer SQLite-Datenbank
+- [ ] Logging der Redeploy-Aktionen in SQLite speichern
+- [ ] API-Endpunkte für Log-Abfragen
+
+### Frontend
+- [ ] Anzeige der Logs (inkl. Statusfarben)
+- [ ] UI-Komponenten für Log-Details
+
+### Features
+- [ ] Selektive Auswahl: einzelne Stacks oder Services neu deployen
+
+
+
+
+ 🔮 Geplante Features (v0.3+)
+
+- Notifications (z. B. via Webhooks oder Mail)
+- Authentifizierung & Benutzerverwaltung
+- Monitoring (Status, CPU/RAM)
+- Verbesserte UI/UX
+
+
-- [x] Projektstruktur mit Frontend & Backend
-- [x] Lokales Startskript (`scripts/start-dev.sh`)
-- [x] Frontend zeigt Stacks an (über Backend)
-- [x] API-Verbindung zu Portainer
-- [x] Stack Redeploy
-- [x] Docker Image im ghcr zur Verfügung stellen
---