Features
Everything SimplePHP ships with, out of the box.
Services
Flat-File Storage
Site settings, menu, and pages all live in data/content.json — readable, versionable, and easy to back up.
Inline Editing
Click-to-edit on the live frontend, with a rich text toolbar, easy section adding, and persistent edit mode across pages.
Design Editor
Optional full HTML/CSS/JS override with template placeholders, or fall back to the built-in responsive design any time.
Module System
Modules hook into page_head, page_body_start, page_content, page_body_end, and more — install, activate, and configure from the admin panel.
AJAX Contact Form
Client-side validation plus a PHP mail() backend, wired to whichever email address you set on the Contact page.
User Management
Add admins, change passwords, and remove accounts from the Users tab — credentials are stored as bcrypt hashes.