Enterprise Capabilities (v3.0)
- π Security Layer – Role-based permissions, rate limiting (60 req/min reads, 10 req/min writes), SQL injection prevention
- πΎ Transaction Integrity – ACID-compliant transactions with nested support via savepoints
- π₯ Health Monitoring – Comprehensive health checks (kernel, database, cache, filesystem, instances)
- π Resource Governance – Memory, CPU, storage, and cache quotas per instance with automatic enforcement
- π Audit Logging – Complete security audit trail with context metadata
Core Kernel
- 5-Phase Boot Sequence – Structured initialization with dependency management
- Process Manager – OS-level process handling (like Linux
systemd) - Syscall Interface – Unified API for CMS operations
- Resource Tracking – Monitor memory, CPU, disk, and database usage
- Boot Logging – Detailed profiling of boot sequence
- Error Handling – Comprehensive error management and recovery
CMS Support
- β WordPress – Full support with plugin/theme management
- β Joomla – Complete integration with extension handling
- β Drupal – Native support with module management
- β Native CMS – Built-in lightweight CMS
Management Tools (CLI & API available, UI rolling out)
- CLI Tool (
ikabud) – Command-line interface for instance management - REST API – Comprehensive API for programmatic control
- Admin UI – React-based dashboard (at
/login, in active development) - Instance Manager – Create, start, stop, and monitor instances
- Theme Builder – Visual theme editor with DSL support
Status: The CLI tool and REST API are available today. The React Admin UI at
/login, instance management UI, and visual theme builder are in active development and will be released soon.
DiSyL Templating Engine (v0.5.0 Beta)
- π¨ Universal Templates – Write once, deploy to WordPress, Joomla, or Drupal
- β‘ High Performance – ~0.2ms compilation time, 9.5/10 performance score
- π Security Audited – 9.2/10 security score, XSS prevention, input sanitization
- π¦ 148+ Integrations – Complete WordPress integration with all major functions
- π§© Component Library – Reusable components with manifest-based architecture
- π― Expression System – Runtime placeholders, filters, and conditionals
- β Production Ready – 100% test pass rate (97/97 tests)
Advanced Features
- Shared Core Architecture – Single CMS core shared across instances
- Conditional Loading – Load plugins/modules only when needed
- Cache Optimization – Multi-layer caching (OPcache, Redis, Memcached)
- Multi-Tenant Ready – Isolated resource management per tenant
- Scalability – Designed for multi-tenant and high-traffic scenarios