TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How do non-techies edit Jamstack websites?

13 pointsby ndumaiabout 4 years ago
I'm interested in understanding what marketers and editors/creators do when they need to update websites that don't have a classic editing platform like WordPress or Drupal. Do they learn how to use a Headless CMS, or maybe ask for full support from dev?

6 comments

interactivecodeabout 4 years ago
They could also learn how the website works, or how markdown works. Not everyone needs to be treated like toddlers. Colleagues can be surprisingly capable if you educate them.
评论 #26341024 未加载
评论 #26338886 未加载
评论 #26326745 未加载
评论 #26317728 未加载
gtirloniabout 4 years ago
<a href="https:&#x2F;&#x2F;www.netlifycms.org" rel="nofollow">https:&#x2F;&#x2F;www.netlifycms.org</a>
评论 #26317753 未加载
1123581321about 4 years ago
If not using a CMS that compiles to static, teaching HTML classes works surprisingly well. We had a team of non-technical people become comfortable enough with Bootstrap classes to be productive in a reasonable time length. To actually get their edits, just have them either edit and commit directly on GitHub or Gitlab, or use a Git client with a nice enough GUI.
adithyakabout 4 years ago
One of my projects is aimed at solving this problem: <a href="https:&#x2F;&#x2F;revamphq.com" rel="nofollow">https:&#x2F;&#x2F;revamphq.com</a><p>Using Revamp, you can continue building on top of your existing stack while also allowing non-developers to make changes and deploy them immediately. Currently in beta.
cpachabout 4 years ago
Solutions such as <a href="https:&#x2F;&#x2F;www.contentful.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.contentful.com&#x2F;</a> are probably useful for that purpose
approxim8ionabout 4 years ago
Netlify CMS and Publii are very decent CMSs that generate or hook up to static site generators.