Current Development — Back-Office

This page covers the back-office (Vue 3 admin panel) roadmap only. Front-office (Nuxt 3 SSR), backend API, and infrastructure have their own timelines. Aligned with the Next-Generation CMS Solution Draft Proposal (V0.2).

Overview

Our development team is actively working on reaching full v1.0 MVP coverage for the back-office admin panel (Vue 3 SPA in bo/). The current implementation covers ~58% of the specified scope. The roadmap below details each phase to reach 100%.

Current Coverage

DomainCoverageStatus
Pages (CRUD + Unlayer)~70%In Progress
Articles + Taxonomies~65%In Progress
Menus~90%Near Complete
Homepage Builder~85%Near Complete
Themes & Design Tokens~75%In Progress
i18n~80%In Progress
RBAC~60%In Progress
Media~65%In Progress
AI Assist~70%In Progress
Authentication~95%Near Complete
Settings~85%Near Complete
Search0%Not Started
Analytics / CMP0%Not Started
Redirections0%Not Started
Plugin System0%Not Started
Migration Tooling0%Not Started

Phase 1 — Consolidation (~4 weeks)

Status: Not StartedDescription: Complete version history for Pages & Articles, and implement full redirect management.Tasks:
  • Version history UI (list, restore, visual diff)
  • Redirect CRUD (store, API service, list/form views)
  • Automatic 301 redirect on slug change
  • Router integration and sidebar navigation
Spec Sections: 4.5.1, 5.6Effort: ~2 weeks
Status: Not StartedDescription: Enrich the role model and add media metadata fields.Tasks:
  • Expand from 3 to 4+ RBAC roles (Owner, Manager, Publisher, Editor)
  • Per-site scoped permissions
  • Media metadata fields (title, alt, credit)
  • Article subtypes (News, Announcement, Publication)
  • Multilingual preview for Pages & Articles
Spec Sections: 5.2, 5.5, 4.6.1, 5.1Effort: ~2 weeks

Phase 2 — Custom CSS & Plugin Manifest (~4 weeks)

Status: Not StartedDescription: Provide a guarded CSS editor for advanced site-specific styling tweaks.Tasks:
  • Code editor (CodeMirror/Monaco) with live preview
  • CSS guardrails (size limit, forbidden patterns, validation)
  • Draft/preview/publish workflow
  • Version history (last 5) + rollback
  • Per-site activation toggle (disabled by default)
Spec Sections: 5.7.3, 5.7.5Effort: ~2 weeks
Status: Not StartedDescription: Allow external modules to declare their capabilities via a structured manifest.Tasks:
  • PluginManifest TypeScript schema
  • Plugin store and API service
  • Plugin list and detail views
  • Manifest validation
  • “Route Mount” block type in Homepage Builder
Spec Sections: 4.7, 5.9.2Effort: ~2 weeks

Phase 3 — Back-Office Search (~2 weeks)

Phase 4 — Analytics, CMP & Events (~4 weeks)

Status: Not StartedDescription: Self-hosted analytics with Matomo, integrated into the admin dashboard.Tasks:
  • Analytics settings (Matomo Site ID, URL, API token)
  • Dashboard widget with key metrics
  • Analytics store and API proxy
Spec Sections: 5.8.1Effort: ~2 weeks
Status: Not StartedDescription: Consent management configuration and a standardized events specification.Tasks:
  • CMP settings (consent categories)
  • Events specification (config/events.ts)
  • Event emission hooks in BO stores
  • Events documentation
Spec Sections: 5.8.2, 5.8.3Effort: ~2 weeks

Phase 5 — Migration Tooling & Performance (~4 weeks)

Status: Not StartedDescription: Self-service migration tool with pre-flight analysis and automatic redirects.Tasks:
  • Multi-step migration wizard
  • Pre-flight diff report (page count, broken links, redirect map)
  • Migration API service and store
  • Bulk CSV redirect import
Spec Sections: 7.3, 5.6Effort: ~2 weeks
Status: Not StartedDescription: Performance monitoring dashboard with budget enforcement.Tasks:
  • Performance dashboard in Settings
  • Budget threshold alerts (HTML/JS weight, TTFB)
  • Per-page performance score in list view
  • Performance budgets documentation
Spec Sections: 5.9.1, 8.4Effort: ~2 weeks

Development Timeline

Phase 1 ██████████ Consolidation (Sprint 1-2)     ~4 weeks
Phase 2 ██████████ CSS + Plugins  (Sprint 3-4)     ~4 weeks
Phase 3 █████      Search BO      (Sprint 5)       ~2 weeks
Phase 4 ██████████ Analytics/CMP  (Sprint 6-7)     ~4 weeks
Phase 5 ██████████ Migration/Perf (Sprint 8-9)     ~4 weeks
         ─────────────────────────────────────────────────
         MVP v1.0 complete                         ~18 weeks

Updates

This page is updated as sprints are completed. Last update: February 16, 2026