{"id":26086874,"url":"https://github.com/pspdfkit/pspdfkit-web-example-gatsbyjs","last_synced_at":"2026-04-23T09:37:06.736Z","repository":{"id":70605207,"uuid":"218762117","full_name":"PSPDFKit/pspdfkit-web-example-gatsbyjs","owner":"PSPDFKit","description":"This example shows how to integrate PSPDFKit for Web into an GatsbyJS app. https://pspdfkit.com/","archived":false,"fork":false,"pushed_at":"2025-02-07T10:24:56.000Z","size":13066,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-09T07:18:51.028Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PSPDFKit.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":"2019-10-31T12:35:33.000Z","updated_at":"2025-02-07T10:25:00.000Z","dependencies_parsed_at":"2023-03-11T08:50:50.788Z","dependency_job_id":"0763f0cb-9913-4760-86e5-7d4b8840cde7","html_url":"https://github.com/PSPDFKit/pspdfkit-web-example-gatsbyjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PSPDFKit/pspdfkit-web-example-gatsbyjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSPDFKit%2Fpspdfkit-web-example-gatsbyjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSPDFKit%2Fpspdfkit-web-example-gatsbyjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSPDFKit%2Fpspdfkit-web-example-gatsbyjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSPDFKit%2Fpspdfkit-web-example-gatsbyjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PSPDFKit","download_url":"https://codeload.github.com/PSPDFKit/pspdfkit-web-example-gatsbyjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSPDFKit%2Fpspdfkit-web-example-gatsbyjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32175026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-03-09T07:18:40.251Z","updated_at":"2026-04-23T09:37:06.731Z","avatar_url":"https://github.com/PSPDFKit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e ⚠️ **Repository Moved**  \n\u003e This repository has been moved to https://github.com/PSPDFKit/nutrient-web-examples/tree/main/examples/gatsbyjs.  \n\u003e Please update your bookmarks and issues accordingly.\n\u003e\n\u003e This repo is now archived and will no longer receive updates.\n\n# Nutrient Web SDK Example – Gatsby.js\n\nThis example shows how to integrate [Nutrient Web SDK](https://www.nutrient.io/sdk/web/) into a GatsbyJS project.\n\n## Prerequisites\n\n- [Node.js](http://nodejs.org/)\n\n## Support, Issues and License Questions\n\nNutrient offers support for customers with an active SDK license via https://www.nutrient.io/support/request/\n\nAre you [evaluating our SDK](https://www.nutrient.io/try/)? That's great, we're happy to help out! To make sure this is fast, please use a work email and have someone from your company fill out our sales form: https://www.nutrient.io/sales/\n\n## Getting Started\n\nClone the repo:\n\n```bash\ngit clone https://github.com/PSPDFKit/pspdfkit-web-example-gatsbyjs.git\ncd pspdfkit-web-example-gatsbyjs\n```\n\nInstall the project dependencies:\n\n```bash\nnpm install\n```\n\n## Running the Example\n\nWe are ready to launch the app! 🎉\n\nTo run the app in development mode:\n\n```bash\nnpm run start\n```\n\nTo create a production build of the app and serve it:\n\n```bash\nnpm run build\nnom run serve\n```\n\nEnjoy 🍕\n\n## Nutrient assets\n\nIn order to make the example work, the Nutrient assets need to be copied from their original location in `./node_modules/@nutrient-sdk/viewer/dist` to `./static`. This is done automatically from a postinstall script in located in `./scripts/copy-nutrient-files.js`.\n\nIn case copying the files fails, you can copy them manually:\n\n- Copy `./node_modules/@nutrient-sdk/viewer/dist/nutrient-viewer.js` to `./static/nutrient-viewer.js`.\n- Copy `./node_modules/@nutrient-sdk/viewer/dist/nutrient-viewer-lib/` to `./static/nutrient-viewer-lib/`.\n\nThat's it!\n\n## License\n\nThis software is licensed under a [modified BSD license](LICENSE).\n\n## Contributing\n\nPlease ensure\n[you have signed our CLA](https://www.nutrient.io/guides/web/current/miscellaneous/contributing/) so that we can\naccept your contributions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpspdfkit%2Fpspdfkit-web-example-gatsbyjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpspdfkit%2Fpspdfkit-web-example-gatsbyjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpspdfkit%2Fpspdfkit-web-example-gatsbyjs/lists"}