TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Solution for public crowdsourced content site (with editorial control)

1 点作者 doubleocherry超过 4 年前
Hi HN:<p>First of all, yes, I obviously know a wiki could serve this purpose, but I&#x27;m a fan of static sites due to performance, scale, and security.<p>I am looking at building a site that is essentially a wiki: it will accepts crowd sourced edits and page updates. However, I&#x27;d also like to manage content change requests via git and deploy via Netlify.<p>Ideally, the architecture I&#x27;d prefer is:<p>Content version controlled via GitHub<p>Deployment via Netlify or Github pages<p>External users could login to edit pages Google&#x2F;Facebook&#x2F;GitHub Oauth?<p>Edits are wiki-like: Public edit requests are possible via a wiki-like interface, but require approval<p>Edits appear behind the scenes as pull requests - it&#x27;s possible to view change history via github<p>Is there anything out there like this? I&#x27;ve been checking out Gollum and netlify-cms, but I&#x27;m not entirely certain either of these really match what I would ideally like. Any suggestions?

1 comment

tg3超过 4 年前
I&#x27;m planning to build something like this with Next.js &#x2F; Vercel. All of the changes will be managed via GitHub Pull Requests (so no need for any other authentication) with automatic deployment on Vercel.