Start with a clear brochure site. Grow into a real app when you need one.

This scaffold keeps content, layout, and reusable logic separate so people and agents can work safely without introducing a framework too early.

Simple by default

Keep page copy in one place, use shared partials for layout, and keep entry files thin.

Ready for features

Add forms, APIs, and SQLite-backed features under _site when the site starts acting more like an application.

Easy to change

The structure is small enough for brochure work but explicit enough for safe refactors later.

Edit me first

Update _content/site.php, _content/home.php, and public/assets/css/site.css to turn this into a real site.