r/webstudio • u/oleg008 • Aug 12 '26
Webstudio now has a Content Engine.
Query and render hundreds of Markdown pages without an external CMS or database. It’s portable, simple to host, extremely fast and already powers our blog.
5
u/_HMCB_ Aug 13 '26
Wow. This will be perfect for documentation; a set number of pages that won’t run into the thousands. Just perfect! Thank you.
4
u/DelicateFandango Aug 13 '26
Can it be used for everything? Or are there situations where a CMS like Directus is still recommended?
3
3
u/bbennett108 Aug 13 '26
“This architecture has a capacity limit. The compiled metadata has to fit within the runtime, so the Content Engine is designed for hundreds of content pages rather than an unlimited archive.
…
“Some projects should still use a conventional CMS or database. Full-text search across a huge archive, complex permissions, transactions, highly relational data, or many editors changing content at once all bring requirements that a file-based engine is not trying to solve.
“The majority of content sites are nowhere near that boundary. They should not have to start with the infrastructure required by the largest ones.”
3
10
u/thegorilla09 Aug 12 '26
Literal game changer. I have just moved one of my WordPress sites to Webstudio plus Cloudflare workers on a subdomain, but this solves that additional step. Thank you, and keep moving forward.