{"id":20121152,"url":"https://github.com/its-devtastic/strapi-plugin-previewable","last_synced_at":"2026-06-08T11:31:04.693Z","repository":{"id":116551395,"uuid":"505329294","full_name":"its-devtastic/strapi-plugin-previewable","owner":"its-devtastic","description":"Preview your website from within Strapi","archived":false,"fork":false,"pushed_at":"2022-07-01T14:08:18.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T19:25:16.450Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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,"governance":null}},"created_at":"2022-06-20T06:59:16.000Z","updated_at":"2022-06-20T07:02:22.000Z","dependencies_parsed_at":"2023-07-14T18:54:11.057Z","dependency_job_id":null,"html_url":"https://github.com/its-devtastic/strapi-plugin-previewable","commit_stats":null,"previous_names":["devtastic-org/strapi-plugin-previewable"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/its-devtastic/strapi-plugin-previewable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-devtastic%2Fstrapi-plugin-previewable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-devtastic%2Fstrapi-plugin-previewable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-devtastic%2Fstrapi-plugin-previewable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-devtastic%2Fstrapi-plugin-previewable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/its-devtastic","download_url":"https://codeload.github.com/its-devtastic/strapi-plugin-previewable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-devtastic%2Fstrapi-plugin-previewable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34061118,"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-08T02:00:07.615Z","response_time":111,"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":"2024-11-13T19:26:15.690Z","updated_at":"2026-06-08T11:31:04.674Z","avatar_url":"https://github.com/its-devtastic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\" width=\"150px\"\u003e\n  \u003cimg style=\"width: 150px; height: auto;\" width=\"150\" src=\"public/assets/logo.svg\" alt=\"Logo - Strapi Previewable plugin\" /\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eStrapi v4 - Previewable plugin\u003c/h1\u003e\n  \u003cp\u003ePreview your website from within Strapi\u003c/p\u003e\n  \u003ca href=\"https://www.npmjs.org/package/strapi-plugin-previewable\"\u003e\n    \u003cimg alt=\"GitHub package.json version\" src=\"https://img.shields.io/github/package-json/v/devtastic-org/strapi-plugin-previewable?label=npm\u0026logo=npm\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.org/package/strapi-plugin-previewable\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dm/strapi-plugin-previewable.svg\" alt=\"Monthly download on NPM\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n---\n\nA plugin for [Strapi](https://github.com/strapi/strapi) that embeds your site in Strapi.\nThe use case for this is to allow content editors to easily enter [Preview Mode](https://nextjs.org/docs/advanced-features/preview-mode).\n\n## Supported Strapi version\n\nCurrently only Strapi v4 is supported.\n\n## Installation\n\nWith `npm`\n```bash\nnpm install strapi-plugin-previewable\n```\n\nWith `yarn`\n```bash\nyarn add strapi-plugin-previewable\n```\n\nIn the `config/plugins.js` file add:\n\n```js\nmodule.exports = {\n  preview: {\n    config: {\n      websiteUrl: \"\u003cURL TO YOUR WEBSITE\u003e\"\n    },\n  },\n  // other plugins\n}\n```\n\n☝️ If you're using the `strapi::security` middleware with CSP enabled, make sure\nto allow your domain as a `frame-src`. Your `config/middlewares.js` should look something like:\n\n```js\n {\n    name: \"strapi::security\",\n    config: {\n      contentSecurityPolicy: {\n        useDefaults: true,\n        directives: {\n          \"frame-src\": [\"https://example.com\"],\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-previewable/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-previewable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fits-devtastic%2Fstrapi-plugin-previewable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-devtastic%2Fstrapi-plugin-previewable/lists"}