{"id":20121155,"url":"https://github.com/its-devtastic/strapi-plugin-manual-build","last_synced_at":"2026-05-10T08:44:06.150Z","repository":{"id":41402116,"uuid":"509363829","full_name":"its-devtastic/strapi-plugin-manual-build","owner":"its-devtastic","description":"A plugin for Strapi that adds an easy way for non-admin CMS users to trigger a build","archived":false,"fork":false,"pushed_at":"2022-07-01T11:45:12.000Z","size":308,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T14:17:32.532Z","etag":null,"topics":["static-site-generator","strapi","strapi-plugin","vercel"],"latest_commit_sha":null,"homepage":"","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/its-devtastic.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}},"created_at":"2022-07-01T07:38:24.000Z","updated_at":"2022-12-09T15:38:05.000Z","dependencies_parsed_at":"2022-09-26T21:11:11.231Z","dependency_job_id":null,"html_url":"https://github.com/its-devtastic/strapi-plugin-manual-build","commit_stats":null,"previous_names":["devtastic-org/strapi-plugin-manual-build"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-devtastic%2Fstrapi-plugin-manual-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-devtastic%2Fstrapi-plugin-manual-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-devtastic%2Fstrapi-plugin-manual-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-devtastic%2Fstrapi-plugin-manual-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/its-devtastic","download_url":"https://codeload.github.com/its-devtastic/strapi-plugin-manual-build/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241564823,"owners_count":19983011,"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":["static-site-generator","strapi","strapi-plugin","vercel"],"created_at":"2024-11-13T19:26:16.414Z","updated_at":"2026-05-10T08:44:01.090Z","avatar_url":"https://github.com/its-devtastic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\" width=\"150\"\u003e\n  \u003cimg style=\"width: 150px; height: auto;\" width=\"150\" src=\"public/assets/logo.png\" alt=\"Logo - Strapi Manual Build plugin\" /\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eStrapi v4 - Manual Build plugin\u003c/h1\u003e\n  \u003cp\u003eA simple interface to manually trigger a website build.\u003c/p\u003e\n  \u003ca href=\"https://www.npmjs.org/package/strapi-plugin-manual-build\"\u003e\n    \u003cimg alt=\"GitHub package.json version\" src=\"https://img.shields.io/github/package-json/v/devtastic-org/strapi-plugin-manual-build?label=npm\u0026logo=npm\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.org/package/strapi-plugin-manual-build\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dm/strapi-plugin-manual-build.svg\" alt=\"Monthly download on NPM\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg style=\"width: 48%; height: auto; margin-right: 8px\" src=\"public/assets/screenshot1.png\" alt=\"\" /\u003e\n  \u003cimg style=\"width: 48%; height: auto;\" src=\"public/assets/screenshot2.png\" alt=\"\" /\u003e\n\u003c/div\u003e\n\n---\n\nA plugin for [Strapi](https://github.com/strapi/strapi) that adds an easy way \nfor non-admin CMS users to trigger a build.\n\n⚠️ Currently only supports Vercel\n\n\n## Supported Strapi version\n\nCurrently only Strapi v4 is supported.\n\n## Installation\n\nWith `npm`\n```bash\nnpm install strapi-plugin-manual-build\n```\n\nWith `yarn`\n```bash\nyarn add strapi-plugin-manual-build\n```\n\nIn the `config/plugins.js` file add:\n\n```js\nmodule.exports = ({ env }) =\u003e ({\n  \"manual-build\": {\n    config: {\n      provider: \"vercel\",\n      buildUrl: env(\"BUILD_URL\"),\n      accessToken: env(\"VERCEL_ACCESS_TOKEN\"),\n      teamId: env(\"VERCEL_TEAM_ID\"), // optional\n    }\n  }\n  // Other plugins\n})\n```\n\n## Support\n\nFor Strapi documentation, please go to [the official Strapi documentation](https://strapi.io/documentation/).\n\nFor questions and issues with this plugin use one of the following channels:\n\n- [GitHub](https://github.com/devtastic-org/strapi-plugin-manual-build/issues) (Bug reports, Contributions, Questions and Discussions)\n- [E-mail](mailto:hi@devtastic.co) - We'll respond as soon as possible\n\n## 📝 License\n\n[MIT License](LICENSE.md) \n\nMade with 💜 in Utrecht by [Devtastic](https://devtastic.co/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-devtastic%2Fstrapi-plugin-manual-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fits-devtastic%2Fstrapi-plugin-manual-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-devtastic%2Fstrapi-plugin-manual-build/lists"}