Wordless
Wordless is a pure PHP, flat-file CMS that treats the filesystem as both content store and architecture. No database. No Composer dependencies. No hidden framework layers.
What makes Wordless different?
- Filesystem-native routing — add a file, get a URL
- Content as PHP — pages declare
$metaand render body directly - Native PHP templates — no templating engine, no compilation step
- Locale-aware by design —
en/andes/are first-class content trees - Zero dependencies — no Composer, no third-party libraries
Explore the documentation
- About Wordless — philosophy and architecture overview
- Features — deep dives into each system component