From 1cdb1d813b2dd1214b6e6079cbd474e0aa7663f7 Mon Sep 17 00:00:00 2001 From: Oussama Douhou Date: Sat, 10 Jan 2026 12:27:41 +0100 Subject: [PATCH] docs: add ROADMAP.md --- ROADMAP.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 ROADMAP.md diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..5342875 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,27 @@ +# Roadmap + +## Done + +- [x] Multi-language UI (NL, AR, EN) +- [x] RTL support +- [x] Real-time name validation +- [x] SSE deployment progress +- [x] Dokploy orchestration +- [x] SSL certificate provisioning wait +- [x] Stack cleanup API +- [x] Auto-rollback on failure +- [x] Persistent storage volumes + +## Next + +- [ ] User authentication (protect deployments) +- [ ] Rate limiting (prevent abuse) +- [ ] Stack management UI (list/delete stacks) + +## Later + +- [ ] Unit tests for validation +- [ ] Integration tests +- [ ] Resource limits configuration +- [ ] Custom domain support +- [ ] Usage metrics