Architecture & Features
Wordless is built on core architectural principles that prioritize simplicity, clarity, and performance. Each feature represents a key design pattern that makes the system intuitive and maintainable.
Core Components
- Application Kernel — The request lifecycle and core bootstrapping
- File-Based Routing — URL resolution through filesystem conventions
- Content Repository — Structured content loading and querying
- Template System — Pure PHP templating with inheritance
- Request Lifecycle — How requests flow through the system
- Internationalization — Multi-language support via directory structure
- Filesystem Architecture — Content organization best practices
Design Philosophy
Wordless rejects unnecessary complexity in favor of transparent, convention-based design. Every architectural decision prioritizes developer clarity and maintainability.