{"id":28700682,"url":"https://github.com/tryghost/nodecmsguide","last_synced_at":"2025-10-05T18:50:21.598Z","repository":{"id":43336392,"uuid":"219445277","full_name":"TryGhost/nodecmsguide","owner":"TryGhost","description":"Your guide to Node.js content management systems","archived":false,"fork":false,"pushed_at":"2025-08-10T15:52:58.000Z","size":16287,"stargazers_count":49,"open_issues_count":17,"forks_count":9,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-09-12T12:38:46.992Z","etag":null,"topics":["cms","headless-cms","javascript-tools","node-js","nodejs"],"latest_commit_sha":null,"homepage":"https://nodecms.guide","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TryGhost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"tryghost","open_collective":"ghost"}},"created_at":"2019-11-04T07:48:49.000Z","updated_at":"2025-07-11T18:06:05.000Z","dependencies_parsed_at":"2025-07-25T09:32:04.151Z","dependency_job_id":"b200f8fa-1862-4d8f-86be-fffeec08e7c7","html_url":"https://github.com/TryGhost/nodecmsguide","commit_stats":{"total_commits":154,"total_committers":5,"mean_commits":30.8,"dds":0.2987012987012987,"last_synced_commit":"aa3fc7d84afa8c2be6ce229ff126e7d0c11850d6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TryGhost/nodecmsguide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TryGhost%2Fnodecmsguide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TryGhost%2Fnodecmsguide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TryGhost%2Fnodecmsguide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TryGhost%2Fnodecmsguide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TryGhost","download_url":"https://codeload.github.com/TryGhost/nodecmsguide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TryGhost%2Fnodecmsguide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278503162,"owners_count":25997717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cms","headless-cms","javascript-tools","node-js","nodejs"],"created_at":"2025-06-14T11:30:30.961Z","updated_at":"2025-10-05T18:50:21.592Z","avatar_url":"https://github.com/TryGhost.png","language":"JavaScript","funding_links":["https://github.com/sponsors/tryghost","https://opencollective.com/ghost"],"categories":[],"sub_categories":[],"readme":"# nodecms.guide\n\n[nodecms.guide](https://nodecms.guide), a leaderboard of Node.js content management systems.\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/ff98559c-c0a7-498d-9989-27f09b139e6f/deploy-status)](https://app.netlify.com/sites/headlesscms/deploys)\n\n## Contributing\n\nMissing a Node.js CMS here? Just fork the repo and add yours as a `\u003cname\u003e.md` in the\n`content/projects` folder.\n\nMake sure to follow the following rules:\n\n- **Node.js application:** Built on top of Node.js in some shape or form\n- **Stick to the format:** Fill out all the same fields as the other CMS's in source/projects.\n- **Short description:** Keep all the details for the body text, keep the description for the overview page short and sweet.\n\n## Usage\n\nBe sure that you have the latest node and yarn installed, then clone this repository and run:\n\n```bash\nyarn\nyarn start\n```\n\nIn order to successfully retrieve Twitter followers and GitHub stars, you will need authentication\nkeys for both services.\n\nFor GitHub you'll need is a personal access token with permission to create Gists. This can be generated at\n\u003chttps://github.com/settings/tokens\u003e. For Twitter, you need to create an application at\n\u003chttps://apps.twitter.com\u003e to get the necessary tokens. When deploying, you must set the environment\nvariables per the example below. If you are developing locally, you can set\nthese in a `.env` file at the root of the repo.\n\n```\nNODE_CMS_GITHUB_TOKEN=examplekey123abc\nNODE_CMS_TWITTER_CONSUMER_KEY=examplekey231abc\nNODE_CMS_TWITTER_CONSUMER_SECRET=examplekey321abc\nNODE_CMS_TWITTER_ACCESS_TOKEN_KEY=examplekey231abc\nNODE_CMS_TWITTER_ACCESS_TOKEN_SECRET=examplekey321abc\n```\n\nGitHub and Twitter data is cached in the `.tmp` directory, and online in a Gist. If neither has data\nnewer than 24 hours old, fresh data is fetched from GitHub and Twitter. Fetching caching occur\nautomatically during the build.\n\nThen visit http://localhost:3000/ - React Static will automatically reload when changes occur.\n\nTo test a production build locally, do:\n\n```bash\nnpm run stage\nnpm run serve\n```\n\nTo run a production build for deployment:\n\n```bash\nnpm run build\n```\n\n## Netlify\n\nnodecms.guide is built and maintained by [Netlify](https://www.netlify.com), a hosting and automation service for static websites and apps.\n\n# Copyright \u0026 License\n\nCopyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftryghost%2Fnodecmsguide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftryghost%2Fnodecmsguide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftryghost%2Fnodecmsguide/lists"}