{"id":25168832,"url":"https://github.com/vladimirdegt/cms-payload","last_synced_at":"2026-04-22T21:36:09.743Z","repository":{"id":274641387,"uuid":"923493356","full_name":"VladimirDegt/CMS-Payload","owner":"VladimirDegt","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-25T10:20:41.000Z","size":791,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T11:27:41.507Z","etag":null,"topics":["brevo","cms","nextjs","nextjs15","payload","payloadcms"],"latest_commit_sha":null,"homepage":"https://cms-payload-alpha.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VladimirDegt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-28T10:51:25.000Z","updated_at":"2025-02-11T18:08:59.000Z","dependencies_parsed_at":"2025-01-28T15:23:03.051Z","dependency_job_id":"54c2a48f-f909-47bb-b003-6daf8a305a56","html_url":"https://github.com/VladimirDegt/CMS-Payload","commit_stats":null,"previous_names":["vladimirdegt/cms-payload"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VladimirDegt%2FCMS-Payload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VladimirDegt%2FCMS-Payload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VladimirDegt%2FCMS-Payload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VladimirDegt%2FCMS-Payload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VladimirDegt","download_url":"https://codeload.github.com/VladimirDegt/CMS-Payload/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247061887,"owners_count":20877176,"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":["brevo","cms","nextjs","nextjs15","payload","payloadcms"],"created_at":"2025-02-09T07:19:48.068Z","updated_at":"2026-04-22T21:36:04.710Z","avatar_url":"https://github.com/VladimirDegt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CMS Payload 3 with Next.js Application\nThis project demonstrates the integration of CMS Payload 3 with a Next.js application. The application fetches and displays content managed by Payload CMS, showcasing a simple homepage layout with a header, main content, and footer.\n\n## Technologies Used\n- TypeScript: For type safety and better development experience.\n- Next.js: For server-side rendering and static site generation.\n- Payload CMS: As the content management system.\n\n## Project Structure\n- `pages/`: Contains the Next.js page components.\n- `src/modules/`: Contains the React components and modules used in the application.\n- `.gitignore`: Specifies files and directories to be ignored by Git.\n\n## Key Components\n### Home Page\nThe home page is rendered using the `HomePageServer` component, which fetches data from Payload CMS and passes it to the `HomePage` component.\n\n## Getting Started\n### Prerequisites\n- Node.js\n- npm\n\n### Installation\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/VladimirDegt/CMS-Payload.git\n    ```\n2. Install the dependencies:\n   ```sh\n   npm install\n   ```\n3. Create a `.env` file in the root directory and add the following environment variables:\n   ```sh\n   PAYLOAD_SECRET=\n   \n   # MongoDB\n   DATABASE_URI=\n\n   # Uploadthing\n   UPLOADTHING_TOKEN=\n\n   # Brevo\n   BREVO_API_KEY=\n   BREVO_EMAILS_ACTIVE=\n   BREVO_SENDER_NAME=\n   BREVO_SENDER_EMAIL=\n   ```\n4. Run the development server:\n   ```sh\n    npm run dev\n    ```\n5. Open [http://localhost:3000](http://localhost:3000) in your browser to view the application.\n\n6. Open [http://localhost:3000/admin](http://localhost:3000/admin) in your browser to access the Payload CMS admin panel.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladimirdegt%2Fcms-payload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvladimirdegt%2Fcms-payload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladimirdegt%2Fcms-payload/lists"}