You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CMS solution for non-programmers/designers built on top of Utopia would be great:
Deploy on a press of a button
No source code view (non-programmers are afraid of being able to edit JavaScript), only WYSIWYG editing (source code stays the source of truth)
But allow CSS editing (non-programmers are usually fine with toddling around with CSS, and some designers are comfortable with even advanced CSS)
SSR (crucial for SEO, especially for things like landing pages which are usually created using a CMS)
The powerful thing here is that the website can be edited by non-programmers but for more complex changes developers can intervene. None of the current CMS solutions are DX-scalable, this would be the first DX-scalable CMS out there.
Do you plan do build such solution?
I'm the author of https://github.com/brillout/vite-plugin-ssr which may be of interest for you. In general, I can see Vite to be a good match for Utopia. It has the fastest HMR out there which is crucial for a CMS.
This discussion was converted from issue #1394 on June 19, 2021 07:33.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A CMS solution for non-programmers/designers built on top of Utopia would be great:
The powerful thing here is that the website can be edited by non-programmers but for more complex changes developers can intervene. None of the current CMS solutions are DX-scalable, this would be the first DX-scalable CMS out there.
Do you plan do build such solution?
I'm the author of https://github.com/brillout/vite-plugin-ssr which may be of interest for you. In general, I can see Vite to be a good match for Utopia. It has the fastest HMR out there which is crucial for a CMS.
I'm thrilled about what you are building.
Beta Was this translation helpful? Give feedback.
All reactions