Home
categoryGeniXCMS Docs
edit_calendar31 Mar 2026
GeniXCMS Documentation
Welcome to the official documentation for GeniXCMS — a modern, PHP-based Content Management System and Framework that is lightweight, extensible, and developer-friendly.
Built on the rock-solid foundations of Bootstrap and powered by the high-performance Latte templating engine, GeniXCMS provides the ultimate toolset for building everything from simple blogs to complex, custom web applications.
🧭 Quick Navigation
| Topic | Description |
|---|---|
| 🚀 Installation | Get GeniXCMS up and running on your server in minutes. |
| ⚙️ Configuration | Set up site name, email, permalinks, and localization. |
| 📝 Managing Content | Master the art of creating and publishing blog posts. |
| 🎨 Theme Development | Craft beautiful frontend experiences using Latte & Hooks. |
| 🔌 Module Creation | Extend core functionality with modular administrative panels. |
| 🏷️ Shortcodes Guide | Create dynamic, sanitizer-proof tags for posts and pages. |
| ⚡ Asset Bundling | Use Vite, SCSS, and Tailwind for state-of-the-art styling. |
| 🗃️ Query Builder | Fluent, chainable interface for secure database operations. |
| 🏗️ ORM / Models | Active Record layer for intuitive data manipulation. |
| 📡 RESTful API (v1) | Transform your site into a Headless CMS powerhouse. |
| 🛡️ Security Infrastructure | Deep dive into CSP headers and hardening standards. |
| 🛠️ System Maintenance | Monitor server health and manage ecosystem updates. |
✨ Core Ecosystem Features
GeniXCMS is designed with both performance and security in mind.
- Fast & Secure Rendering: Powered by Latte, featuring automated XSS protection and context-aware escaping.
- Smart URL Routing: Decoupled, regex-based path matching for perfect SEO-friendly URLs.
- Global Localization: Native multi-language support (i18n) for international audiences.
- Extensible Hook System: Highly flexible Action & Filter hooks for non-invasive core extensions.
- Enterprise Security: Built-in Content Security Policy (CSP), CSRF protection, and hardened HTTP headers.
- Modern Asset Pipeline: Complete integration with Vite for HMR-powered frontend development.
- Fine-Grained ACL: Robust group-based permissions management through an intuitive matrix.
- headless Ready: Built-in JSON API engine to power mobile apps or single-page applications.
📦 System Stack Support
| Requirement | Supported Versions |
|---|---|
| PHP Engine | 8.1, 8.2, 8.3 & 8.4+ |
| Databases | MySQL 5.7+, MariaDB 10.3+, SQLite3, PostgreSQL |
| Server | Apache (with mod_rewrite), Nginx, Litespeed |
🤝 Community & Support
Join the community and help us build the future of open-source CMS development!
- 🌐 Official Website: genixcms.web.id
- 💻 Source Code: GeniXCMS GitHub Repository
- 📧 Technical Support: [email protected]
info
NoteThis documentation is currently in v2.0.0 stage. Some features may evolve rapidly as we move toward the stable release.