{"id":50889194,"url":"https://github.com/strapi/community","last_synced_at":"2026-06-15T20:01:18.374Z","repository":{"id":350531092,"uuid":"869999233","full_name":"strapi/community","owner":"strapi","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-27T16:16:05.000Z","size":1892,"stargazers_count":1,"open_issues_count":43,"forks_count":2,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2026-06-10T04:27:59.847Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://marketplace-web-preview.vercel.app","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/strapi.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}},"created_at":"2024-10-09T09:11:52.000Z","updated_at":"2026-05-27T16:16:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/strapi/community","commit_stats":null,"previous_names":["strapi/community"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/strapi/community","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi%2Fcommunity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi%2Fcommunity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi%2Fcommunity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi%2Fcommunity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strapi","download_url":"https://codeload.github.com/strapi/community/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi%2Fcommunity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34377983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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":[],"created_at":"2026-06-15T20:01:17.008Z","updated_at":"2026-06-15T20:01:18.317Z","avatar_url":"https://github.com/strapi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Strapi Community Hub\n\nThis monorepo contains all the code for Strapi's online Community Hub. It's structured as a pnpm workspace with multiple applications and shared packages.\n\n## Project Overview\n\nThe Community Hub project consists of:\n\n- A Next.js web application\n- A Strapi application for content management\n- An n8n application for automation\n- A Meilisearch instance for searching\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js \u003e=22\n- pnpm 10.12.1 or later\n- Docker Desktop\n\n### Installation\n\n```bash\n# Install all dependencies\npnpm install\n```\n\n### Setup\n\n#### ENV variables\n\nBoth the `web` and `cms` applications need a `.env` file to properly function. Go in to both applications and copy the `.env.example` in to a new `.env` file. \n\n#### API token\n\nGo to the 'Full Access' API tokens section in Strapi and copy the API token. Afterwards you can paste the API token in to the `.env` of the `web` application as `CMS_BEARER_TOKEN`.\n\n_The Full Access token is only used for local development. For any sort of production like environment we should use a custom access token._\n\n_See [Full Access API token page](http://localhost:1337/admin/settings/api-tokens/2) in Strapi_\n\n### Development\n\n```bash\n# Start all applications in development mode\npnpm dev\n\n# Build all applications\npnpm build\n\n# Run all tests\npnpm test\n\n# Lint all code\npnpm lint\n\n# Type checking\npnpm check-types\n\n# Update dependencies interactively\npnpm update-dependencies\n```\n\n## Monorepo Structure\n\nThe monorepo is organized into two main directories:\n\n### Apps\n\nThe `apps/` directory contains standalone applications:\n\n```\napps/\n├── cms/               # Strapi 5 application\n├── web/               # Next.js 15 web application\n├── search/            # Meilisearch instance\n├── mail/              # Mailpit local email catcher\n└── automation/               # n8n instance\n```\n\n### Packages\n\nThe `packages/` directory contains shared libraries and configuration:\n\n```\npackages/\n├── strapi-client/ # A type-safe wrapper for `@strapi/client`\n└── typescript-config/ # Shared TypeScript configurations\n```\n\n## Applications\n\n### Web App (`apps/web`)\n\nThe main Next.js 15 application using the App Router pattern. This is the primary customer-facing application.\n\nSee [Web App README](./apps/web/README.md) for more details.\n\n### CMS (`apps/cms`)\n\nA Strapi 5 application used to provide content for the Next.js application.\n\nSee [CMS README](./apps/cms/README.md) for more details.\n\n### Search (`apps/search`)\n\nA Meilisearch instance that is consumes content from Strapi and serves as a search index for the front-end.\n\nSee [CMS README](./apps/search/README.md) for more details.\n\n### Mail (`apps/mail`)\n\nA [Mailpit](https://github.com/axllent/mailpit) instance used to catch all outgoing emails during local development. All emails sent by the CMS are intercepted here rather than delivered to real inboxes. The web UI runs at [http://localhost:8025](http://localhost:8025).\n\nStart it with `pnpm --filter mail dev` or as part of the full `pnpm dev` command.\n\n### Automation (`apps/automation`)\n\nA n8n instance that is used for automation of plugin publication, reviews etc.\n\nSee [CMS README](./apps/automation/README.md) for more details.\n\n## Packages\n\n### Strapi Client (`packages/strapi-client`)\n\nA wrapper for the `@strapi/client` that add's type safety based on the types from the `cms` app.\n\nSee [Strapi Client README](./packages/strapi-client/README.md) for more details.\n\n### TypeScript Config (`packages/typescript-config`)\n\nShared TypeScript configurations for various project types (Next.js, Strapi, etc.).\n\n## Technology Stack\n\n- **Package Management**: pnpm workspaces\n- **Build System**: Turborepo\n- **Front-end Framework**: React 19 with Next.js 15\n- **CMS**: Strapi 5\n- **Search Index**: Meilisearch\n- **Styling**: Tailwind and shadcn/ui\n- **Testing**: Vitest for unit tests, Playwright for end-to-end tests\n- **Linting/formatting**: Biome for consistent code style\n- **Components**: Custom components based on shadcn/ui pattern\n- **State Management**: Tanstack Query for server state\n- **Type Checking**: TypeScript for static type checking\n- **Dependency Management**: pnpm for package management and workspace management\n- **Version Control**: Git for source code management\n- **CI/CD**: Github Actions for continuous integration and deployment\n\n### Project Conventions\n\n- Use TypeScript for all code\n- Follow the existing folder structure\n- Add tests for all new functionality \n\n## Workspace Commands\n\nThe monorepo uses Turborepo to manage the build pipeline:\n\n- `pnpm dev`: Start all applications in development mode\n- `pnpm build`: Build all applications\n- `pnpm lint`: Run linting on all projects\n- `pnpm test`: Run tests for all projects\n- `pnpm check-types`: Check TypeScript types across the workspace\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrapi%2Fcommunity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrapi%2Fcommunity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrapi%2Fcommunity/lists"}