Documentation

Project Roadmap 2026

Internal assessment and gap analysis of SveltyCMS for 2026.

Last updated: 2/17/2026

SveltyCMS: 2026 State-of-the-Art Assessment

Assessment Date: February 2026 Target Score: 100/100 (Enterprise-Ready)

Executive Summary

SveltyCMS is on the path to becoming enterprise-grade and best-in-class for 2026 with modern architecture and cutting-edge technologies. This assessment identifies the strategic gaps preventing a perfect score and provides a clear roadmap to achieve 100/100.

Current Grade: A+ (99/100) Target Grade: A+ (100/100)

Critical Gaps for Enterprise Readiness:

  1. SAML 2.0 & SSO Integration - Required for enterprise authentication

πŸ—οΈ Active Development & Critical Fences

While core foundations are state-of-the-art, the following items are active priorities for Q1-Q2 2026 to achieve full market leadership and stability.

🚨 Critical Infrastructure & CI Fix ⭐⭐⭐ HIGH PRIORITY

Current State: Integration tests failing in GitHub Actions (~172 failures). Goal: Restore green CI pipeline to ensure development velocity and reliability.

  • Implement β€œGod Mode” Testing API (/api/testing) for secure state management.
  • Refactor integration-tests to 100% Black-Box (No internal imports).
  • Reorganize test suite into Unit, Integration, and E2E tiers.
  • [/] Stabilize Playwright E2E suite against production build.

πŸ”œ Modern UX & Advanced Tooling

  • πŸ”œ BuzzForm Visual Builder (v1.5) - Enhancing the recently implemented visual canvas with even more sophisticated drag-and-drop UX and real-time preview hardening.
  • πŸ”œ MCP AI Knowledgebase Server (Planned) - Model Context Protocol server exposing CMS docs and schemas as AI-accessible knowledge (Q1 2026). See AI Integration Guide. Currently under development.
  • πŸ”§ Enterprise DAM Evolution - Transitioning the Media Gallery into a full Digital Asset Management (DAM) system to compete with AEM.
    • AI-Powered Tagging - Automated asset categorization and visual search via local Ollama.
    • Svelte-Canvas Migration - Replaced the heavy Konva.js library with svelte-canvas for better performance and smaller bundles.
  • πŸ”§ Image Editor Enhancement - Stabilizing the current buggy implementation; adding robust cropping, filters, and focal point management.
  • πŸ”§ Collection Builder UX Refinement - Fixing edge-case bugs in schema generation and improving ergonomic field management.

πŸ”„ Hardening & Testing

  • βœ… Hook-Based Event System - Implemented but requires comprehensive Bun/Playwright testing to ensure DB-agnostic reliability across all adapters.

🚨 Critical Gaps for 100/100 Score (Enterprise Requirements)

1. SAML 2.0 & Enterprise SSO ⭐⭐⭐ CRITICAL

Current State: OAuth only (Google) Enterprise Standard: SAML 2.0, LDAP, Okta, Azure AD, OneLogin

Gap Analysis:

  • Competitors (Contentful, Strapi Enterprise, Sanity) have verified SAML integrations
  • Enterprise customers require SSO with existing identity providers
  • No native support for SAML assertions

Implementation Plan:

// Add Enterprise SSO Support
bun add @node-saml/node-saml
bun add passport-saml
bun add @boxyhq/saml-jackson  // SAML as a service

Timeline: 2-3 weeks

2. SCIM Provisioning (System for Cross-domain Identity Management)

Current State: βœ… Native Endpoints Implemented (Production Ready) Enterprise Standard: Automated user lifecycle via SCIM 2.0

Gap Analysis:

  • βœ… Native /api/scim/v2 endpoints verified in codebase.

3. Audit Logging Dashboard

Current State: βœ… Implemented (Dashboard Widget) Enterprise Standard: Tamper-evident audit trails for compliance

Status: The crypto-chained backend is now paired with a live visual monitoring widget.

6. Widget-Based Dashboard (NodeHive-Inspired) ⭐⭐⭐

Current State: Static Dashboard Enterprise Standard: drag-and-drop customizable dashboard widgets per tenant

Plan:

  • Widgets: Analytics, Recent Content, System Health, Calendar, Kanban.
  • Architecture: Store-based layout config saved per user/tenant.

7. Clustering & High Availability

Current State: Single Node Enterprise Standard: K8s / PM2 Cluster support

Plan:

  • Native Node.js cluster support with Redis adapter for session/state sharing.

🎯 Technology Upgrade Recommendations

Immediate (Q1 2026)

  • βœ… Already current - All major dependencies are latest
  • πŸ”„ Consider: Vitest instead of Bun test for better ecosystem compatibility
  • βœ… Biome.js Integration - Implemented high-performance Biome + ESLint hybrid setup (v1.0).

Short-term (Q2 2026)

  1. Hook-Based Event System - Hardening and E2E testing for automated workflows.
  2. AI Integration - Content generation, smart search via MCP Server.
  3. βœ… Real-time Collaboration - SSE-based activity stream and AI assistant. Implemented (v1.0).
  4. Advanced Search - Meilisearch or Algolia integration.
  5. Advanced Search - Meilisearch or Algolia integration.
  6. βœ… WebMCP Integration - Agentic AI tool exposure (Google/Chrome Standard). Implemented (v1.0).

Medium-term (Q3-Q4 2026)

  1. Edge Computing - Multi-region deployment
  2. Observability - OpenTelemetry, Sentry
  3. Visual Workflow Builder - GUI-based workflow designer building on the Hook-Based Event System.
  4. Visual Content Editing - In-context frontend editing (NodeHive-style).

πŸ“Š Competitor Comparison (2026)

Feature SveltyCMS Strapi 5 Payload 3.0 Sanity Contentful NodeHive
Framework Svelte 5 βœ… React 18 React 19 React 18 Proprietary Drupal/PHP
Database βœ… Agnostic βœ… SQL Only βœ… SQL/Mongo ❌ NoSQL ❌ NoSQL βœ… SQL
AI Features βœ… Native ⚠️ Partial ❌ βœ… βœ… βœ… SaaS
Real-time Collab βœ… Native (SSE) ❌ ❌ βœ… βœ… ❌
Edge-Ready ⚠️ Partial ⚠️ Partial βœ… βœ… βœ… ❌
Build Speed βœ… Fastest Medium Medium N/A N/A Slow
Bundle Size βœ… Smallest Large Large N/A N/A Large
Self-hosted βœ… βœ… βœ… ❌ ❌ βœ…
Event Hooks πŸ”œ Native ⚠️ Lifecycle βœ… Hooks βœ… GROQ πŸ’² Webhooks βœ… Drupal
Open Source βœ… BSL βœ… MIT βœ… MIT ❌ ❌ βœ… GPL

πŸ† Recommendations Priority Matrix

P0 - Critical for 2026 Leadership

  1. AI Integration - Content assistance, smart features
  2. Real-time Collaboration - Must-have for teams
  3. GDPR Compliance Suite - βœ… Implemented
  4. Advanced Search - Modern expectation
  5. Setup Presets - Critical for onboarding

P1 - Important for Competitiveness

  • Edge Computing - Performance differentiation
  • Enhanced Image Editor - Core CMS functionality
  • Collection Templates - Faster adoption
  • Widget Dashboard - User Retention
  • Visual Editing - Marketing Team requirement

πŸŽ“ Conclusion: Path to Market Leadership

Current State: SveltyCMS is state-of-the-art for SMB and mid-market with its modern Svelte 5 architecture, latest dependencies, and innovative features like type-safe i18n.

Enterprise Blockers: Only one major gap remains for full enterprise adoption:

  • βœ… SAML 2.0 - Fortune 500 companies require SSO
  • βœ… GDPR Tools - Implemented (v1.1)

Path to 100/100:

  • Phase 0 (1 month): Finalize Enterprise Auth
  • SAML 2.0 integration (2-3 weeks)

Result: 100/100 enterprise-ready score βœ…

Final Assessment: With the database layer now fully verified, SveltyCMS offers a flexibility that no competitor can match (SQL + NoSQL + Embedded). Once the Identity/Auth features are completed, SveltyCMS will be positioned as the most advanced open-source CMS for modern development teams.

roadmapplanninginternal