Not a day goes by when I work on my website that I don't wish for a simpler setup. No SSG. No npm. No tooling. Just simple HTML with partials imports, vanilla CSS, and whatever vanilla JS is necessary for enhancements.

I just want the HTML partials imports. Why don't we have them already?!

Actually, the main reason I feel uninspired to work on it (I haven't done so since I migrated to 11ty three years ago) is *because* of the tooling I need to use.

I don't want dependencies. I don't want tools with breaking updates. I just want a simple website. 🥹

@SaraSoueidan Maybe the closest to that could be a @getkirby site. 🤔 @bastianallgeier and team built the site for Kirby itself with basically zero dependencies, for example. The only thing that happens is a little bundling with esbuild when the site gets deployed.

@matthiasott is right! Kirby + Staticache Plugin might be everything you need and want, @SaraSoueidan ☺️

@getkirby @bastianallgeier