<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/why-we-use-github-as-our-cms-r2gw1cqcl" -->

---
title: Why we use GitHub as our CMS | daily.dev
description: Using GitHub as a CMS enables transparency and open contributions, provides necessary tools for content development, and keeps the focus on engineering.
canonical: https://daily.dev/posts/why-we-use-github-as-our-cms-r2gw1cqcl
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Why we use GitHub as our CMS | daily.dev
og:description: Using GitHub as a CMS enables transparency and open contributions, provides necessary tools for content development, and keeps the focus on engineering.
og:url: https://daily.dev/posts/why-we-use-github-as-our-cms-r2gw1cqcl
og:image: https://api.daily.dev/og/posts/R2gW1cQCL.png
og:image:alt: Why we use GitHub as our CMS
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Why we use GitHub as our CMS

**[Pointer](https://daily.dev/sources/pointer)** · 4 min read · 31 upvotes · 2 comments

## Summary

Using GitHub as a CMS enables transparency and open contributions, provides necessary tools for content development, and keeps the focus on engineering.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://posthog.com/blog/github-cms?utm_source=pointer&utm_medium=newsletter>

## Community discussion

Top comments from developers on daily.dev.

**@rodik** · 0 upvotes

> Great article! Using GitHub as a CMS is a smart choice for teams that value transparency, collaboration, and engineering focus. I appreciate how it empowers non-technical team members to contribute to code and content changes. Thanks for sharing your experience with this!

**@mustafawael** · 0 upvotes

> I think i should use it as a CMS for my blog sooner to make it public and let others contribute. Is MDN website uses it for the documentations pages?

## Similar posts on daily.dev

- [Governing Security in the Age of Infinite Signal](https://daily.dev/posts/governing-security-in-the-age-of-infinite-signal-qhihbir44) · Snyk · 0 upvotes · 0 comments
- [No one has a good plan for how AI companies should work with the government](https://daily.dev/posts/no-one-has-a-good-plan-for-how-ai-companies-should-work-with-the-government-nkajqoze1) · TechCrunch · 0 upvotes · 1 comments

---

Tags: [#github](https://daily.dev/tags/github), [#cms](https://daily.dev/tags/cms)

[View this post on daily.dev](https://daily.dev/posts/why-we-use-github-as-our-cms-r2gw1cqcl)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Why we use GitHub as our CMS","url":"https://daily.dev/posts/why-we-use-github-as-our-cms-r2gw1cqcl","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/why-we-use-github-as-our-cms-r2gw1cqcl"},"datePublished":"2023-04-07T20:57:03.624Z","dateModified":"2024-04-13T19:26:41.850Z","description":"Using GitHub as a CMS enables transparency and open contributions, provides necessary tools for content development, and keeps the focus on engineering.","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/ae436ed543ea5d76f797c0f69ddaec8e?_a=AQAEufR","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/ae436ed543ea5d76f797c0f69ddaec8e?_a=AQAEufR","isAccessibleForFree":true,"articleSection":"Pointer","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Pointer","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1","url":"https://daily.dev/sources/pointer"},"commentCount":2,"discussionUrl":"https://daily.dev/posts/why-we-use-github-as-our-cms-r2gw1cqcl","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":31},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":2}],"keywords":"github,cms","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Pointer","item":"https://daily.dev/sources/pointer"},{"@type":"ListItem","position":3,"name":"Why we use GitHub as our CMS"}]}
{"@context":"https://schema.org","@type":"WebPage","@id":"https://daily.dev/posts/why-we-use-github-as-our-cms-r2gw1cqcl","comment":[{"@type":"Comment","text":"Great article! Using GitHub as a CMS is a smart choice for teams that value transparency, collaboration, and engineering focus. I appreciate how it empowers non-technical team members to contribute to code and content changes. Thanks for sharing your experience with this!","datePublished":"2023-04-14T12:39:04.210Z","url":"https://daily.dev/posts/R2gW1cQCL#c-TEersJEdJ","author":{"@type":"Person","name":"Rodion Salnik","url":"https://daily.dev/rodik","image":"https://lh3.googleusercontent.com/a/AGNmyxb4knTYqEAEG63XZvJd0H7nNPqCURkH47_eKdVsLg=s96-c"}},{"@type":"Comment","text":"I think i should use it as a CMS for my blog sooner to make it public and let others contribute. Is MDN website uses it for the documentations pages?","datePublished":"2023-04-14T14:01:17.038Z","url":"https://daily.dev/posts/R2gW1cQCL#c-hlrTCN4zC","author":{"@type":"Person","name":"Mustafa Wael","url":"https://daily.dev/mustafawael","image":"https://media.daily.dev/image/upload/v1673526232/avatars/avatar_tTQkDQFSTLTOnkoZxlQ1V.jpg"}}]}
```

