https://github.com/nuzulul/awesome-decap-cms
A curated list of awesome Decap CMS resources
https://github.com/nuzulul/awesome-decap-cms
List: awesome-decap-cms
awesome awesome-list decap-cms headless-cms jamstack netlify-cms static-site
Last synced: 2 months ago
JSON representation
A curated list of awesome Decap CMS resources
- Host: GitHub
- URL: https://github.com/nuzulul/awesome-decap-cms
- Owner: nuzulul
- License: cc0-1.0
- Created: 2025-04-14T00:04:29.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T06:05:19.000Z (2 months ago)
- Last Synced: 2025-04-14T07:23:11.262Z (2 months ago)
- Topics: awesome, awesome-list, decap-cms, headless-cms, jamstack, netlify-cms, static-site
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-decap-cms - Awesome Decap CMS (formerly Netlify CMS) resources. (Other Lists / Julia Lists)
README
# Awesome Decap CMS
A Git-based CMS for Static Site Generators.## Contents
- [Official](#official)
- [Discussion](#discussion)
- [OAuth Clients](#oauth-clients)
- [Git Gateway](#git-gateway)
- [User Management](#user-management)## Official
- [Website](https://decapcms.org/) - Official Decap CMS website.
- [Source](https://github.com/decaporg/decap-cms) - Decap CMS source repository.## Discussion
- [discussions](https://github.com/decaporg/decap-cms/discussions) - Decap CMS discussions on Github.
- [discord](https://decapcms.org/chat) - Decap CMS on Discord.
- [issues](https://github.com/decaporg/decap-cms/issues) - Decap CMS existing issues.## OAuth Clients
- [netlify-cms-github-oauth-provider](https://github.com/vencax/netlify-cms-github-oauth-provider) - OAuth client implementation in NodeJS.
- [netlify-cms-oauth-provider-go](https://github.com/igk1972/netlify-cms-oauth-provider-go) - OAuth client implementation in Go.
- [
netlify-cms-oauth-provider-python](https://github.com/davidejones/netlify-cms-oauth-provider-python) - OAuth client implementation in Python.
- [netlify-serverless-oauth2-backend](https://github.com/marksteele/netlify-serverless-oauth2-backend) - OAuth client implementation in Serverless AWS Lambda (NodeJS).
- [netlify-cms-oauth-firebase](https://github.com/Herohtar/netlify-cms-oauth-firebase) - OAuth client implementation in Firebase Cloud Function.
- [netlify-cms-oauth-client-cloud-function](https://github.com/abcalderon3/netlify-cms-oauth-client-cloud-function) - OAuth client implementation in Google Cloud Function (Phyton).
- [netlify-cms-oauth-provider-php](https://github.com/TSV-Zorneding-1920/netlify-cms-oauth-provider-php) - OAuth client implementation in PHP.
- [netlify-cms-oauth-provider-node](https://github.com/bericp1/netlify-cms-oauth-provider-node) - OAuth client implementation in Vercel Serverless Function (NodeJS).
- [netlify-cms-oauth-provider-php](https://github.com/mcdeck/netlify-cms-oauth-provider-php) - OAuth client implementation in PHP.
- [serverless-cms-azure](https://github.com/deepbass/serverless-cms-azure) - OAuth client implementation in Azure Functions (NodeJS).
- [netlify-cms-oauth](https://github.com/ublabs/netlify-cms-oauth) - OAuth client implementation in Vercel Serverless Function (NodeJS).
- [netlifycms-oauth-server](https://github.com/hatappo/netlifycms-oauth-server) - OAuth client implementation in Firebase Cloud Function (Clojurescript).
- [decap-cms-github-backend](https://github.com/njfamirm/decap-cms-github-backend) - OAuth client implementation in NodeJS.
- [decap_oauth](https://github.com/augustogunsch/decap_oauth) - OAuth client implementation in Rust.
- [decapcms-lambda-oauth2-backend](https://github.com/daisuke-awaji/decapcms-lambda-oauth2-backend) - OAuth client implementation in Serverless AWS Lambda and Amazon API Gateway.
- [decapcms-oauth2](https://github.com/alukovenko/decapcms-oauth2) - OAuth client implementation in Go.
- [decap-cms-oauth-firebase](https://github.com/BTx123/decap-cms-oauth-firebase) - OAuth client implementation in Firebase V2 Cloud Function.
- [netlify-cms-cloudflare-pages](https://github.com/i40west/netlify-cms-cloudflare-pages) - OAuth client implementation in Cloudflare Pages.
- [decap-cms-google-apps-script](https://github.com/nuzulul/decap-cms-google-apps-script) - OAuth client implementation in Google Apps Script.## Git Gateway
- [git-gateway](https://github.com/netlify/git-gateway) - Git gateway implementation in Go.
- [git-gateway-node](https://github.com/pspizzo/git-gateway-node) - Git gateway implementation in Serverless AWS Lambda (NodeJS).## User Management
- [gotrue](https://github.com/netlify/gotrue) - An SWT based API for managing users and issuing SWT tokens.
- [auth](https://github.com/supabase/auth) - A JWT based API for managing users and issuing JWT tokens.