{"id":15002370,"url":"https://github.com/collectionscms/collections","last_synced_at":"2025-10-05T20:37:53.581Z","repository":{"id":65097727,"uuid":"573604690","full_name":"collectionscms/collections","owner":"collectionscms","description":"Collections is a headless CMS designed for AI searches such as AI Overviews, ChatGPT, and Perplexity.","archived":false,"fork":false,"pushed_at":"2025-03-30T17:44:34.000Z","size":13908,"stargazers_count":56,"open_issues_count":11,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T12:08:40.229Z","etag":null,"topics":["aeo","cms","geo","headless-cms","i18n","jamstack","multilingual","publishing","seo","seo-optimization","writing"],"latest_commit_sha":null,"homepage":"https://collections.dev","language":"TypeScript","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/collectionscms.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}},"created_at":"2022-12-02T21:53:47.000Z","updated_at":"2025-03-18T07:05:39.000Z","dependencies_parsed_at":"2023-01-13T15:32:01.148Z","dependency_job_id":"d1d505f8-6d60-4939-bf8a-45ac64cf8d3b","html_url":"https://github.com/collectionscms/collections","commit_stats":{"total_commits":3639,"total_committers":6,"mean_commits":606.5,"dds":"0.24759549326738117","last_synced_commit":"76ed3d479b005160e874a05cebf7020a7c5befaa"},"previous_names":["collectionscms/collections","superfastcms/superfast"],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collectionscms%2Fcollections","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collectionscms%2Fcollections/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collectionscms%2Fcollections/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collectionscms%2Fcollections/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/collectionscms","download_url":"https://codeload.github.com/collectionscms/collections/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247657276,"owners_count":20974344,"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","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":["aeo","cms","geo","headless-cms","i18n","jamstack","multilingual","publishing","seo","seo-optimization","writing"],"created_at":"2024-09-24T18:49:53.442Z","updated_at":"2025-10-05T20:37:53.445Z","avatar_url":"https://github.com/collectionscms.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://collections.dev/\"\u003e\n    \u003cimg src=\"https://cdn.collections.dev/logo/github-banner.png\" alt=\"Collections CMS\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Collections CMS\n\nCollections is a headless CMS designed for AI searches such as AI Overviews, ChatGPT, and Perplexity.\n\nIt enables you to create optimized content using SEO(Google E-E-A-T, structured data), multilingual support, and AI-powered editing.\n\n\u003chr/\u003e\n\u003ch4\u003e\n\u003ca target=\"_blank\" href=\"https://app.collectionsdemo.live/admin/\" rel=\"dofollow\"\u003e\u003cstrong\u003eTry Live Demo\u003c/strong\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003ca target=\"_blank\" href=\"https://collections-nextjs-blog.vercel.app/\" rel=\"dofollow\"\u003e\u003cstrong\u003eView Blog Demo\u003c/strong\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003ca target=\"_blank\" href=\"https://collections.dev/docs/home/\" rel=\"dofollow\"\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e\u003c/a\u003e\n\u003c/h4\u003e\n\u003chr/\u003e\n\n## Features\n\n- 🔎 Google E-E-A-T\n- 🪄 Editing \u0026 SEO by AI\n- 🌐 Multilingual support\n- 🖊 Notion-like editor\n- 🏢 Multitenancy\n\n## 📚 Usage \u0026 Documentation\n\nExtended documentation is available on our website.\n\n- [English](https://collections.dev)\n- [日本語](https://collections.dev/ja)\n\n## 🚀 Installation\n\nHow to start using Collections on localhost.\n\n```sh\n// clone\ngit clone git@github.com:collectionscms/collections.git\ncd collections\n\n// env\ncp .env.sample .env\nvi .env - make it your environment\n\n// install direnv\nbrew install direnv\nvi ~/.zshrc - add `eval \"$(direnv hook zsh)\"`\nsource ~/.zshrc\ndirenv allow .\n\n// init\nyarn install\nyarn db:refresh\nyarn dev\n```\n\nAdd the following lines to the `/etc/hosts`\n\n```sh\n127.0.0.1   app.test.com\n127.0.0.1   en.test.com\n127.0.0.1   ja.test.com\n```\n\nOpen [http://app.test.com:4000/admin](http://app.test.com:4000/admin) to view your running app.\nWhen you're ready for production, run `yarn build` then `yarn start`.\n\n## 💬 Community\n\nTo chat with other community members you can join the [Collections Discord](https://discord.gg/a6FYDkV3Vk).\n\n## 💚 Tech Stack\n\n- DB - PostgreSQL\n- Backend - Node.js, Express\n- Frontend - React, MUI\n\nEnjoy!!!\n\n## 🗒️ License\n\nSee the [LICENSE](https://github.com/collectionscms/collections/blob/main/LICENSE) file for licensing information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollectionscms%2Fcollections","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcollectionscms%2Fcollections","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollectionscms%2Fcollections/lists"}