The story
Where this came from
Lubinik did not start as a framework. It started with me being annoyed at WordPress, wanting to understand it properly anyway, and building a first B&B theme while experimenting with AI coding tools.
The first version had everything inside it: templates, CPTs, galleries, calendars, admin fields, project logic, reusable logic. It worked, but it also became obvious that I was mixing too many responsibilities in one place.
So the project slowly split itself apart. The reusable site foundation became the parent theme. Shared plugin-side tools became the core plugin. Project-specific models became addons. Site-specific design stayed in child themes.
This site is here to document that evolution: the useful parts, the messy parts, the refactors, and the decisions that only made sense after building real sites with the system.