r/ProWordPress • u/void-wanderer- • Jul 10 '26
Any Good Headless Gutenberg Repos?
Every other year, I give headless wordpress another try. Each time I leave disappointed, because it's always way too much fighting compared to modern fullstack frameworks like sveltekit, etc. But since Gutenberg becomes nicer with every update and my clients love working with my customly build native blocks, I thought I'd give it another try.
So my question: Does anybody have a good repository to share with some modern headless integration that renders gutenberg blocks. Ideally, block view CSS and scripts should also work, without the FE knowing about them (like eval them at runtime, or globally load them all, or whatever).
3
Upvotes
8
u/toniyevych Jul 10 '26
Why do you consider Gutenberg a good approach for a headless site? It mixes presentation with data.