Is there a way to build a project template with modular units?

I built myself a portfolio site, and I setup areas for title, description, credits, etc. When it comes to images, I just put them in the main content area and use HTML to size them.

Now I’m creating a portfolio site for my wife, and she doesn’t really know any HTML.

I can teach her a few codes, but it would be easier if I could just make a template that allows her to say “add an image here, then below that a 100% width text field, then below that two side by side images, then below that a right column text field” sort of thing.

Is it possible to do something like that with Kirby?

Well, you can build anything with Kirby. The easiest way to do what you want to achieve may be by using the page builder plugin by @timoetting https://github.com/TimOetting/kirby-builder

@texnixe yup, that appears to be EXACTLY what I need.