{"id":23421246,"url":"https://github.com/nhsdigital/prototype-nhs-ssr","last_synced_at":"2026-03-20T01:21:52.322Z","repository":{"id":240252532,"uuid":"802068365","full_name":"NHSDigital/prototype-nhs-ssr","owner":"NHSDigital","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-28T16:15:57.000Z","size":76839,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-29T06:16:17.076Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/NHSDigital.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2024-05-17T13:10:00.000Z","updated_at":"2024-06-10T14:41:07.390Z","dependencies_parsed_at":"2024-05-28T17:34:06.145Z","dependency_job_id":"da187ece-2ced-41f1-9dcf-9a58b9934b85","html_url":"https://github.com/NHSDigital/prototype-nhs-ssr","commit_stats":null,"previous_names":["nhsdigital/prototype-nhs-ssr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NHSDigital/prototype-nhs-ssr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Fprototype-nhs-ssr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Fprototype-nhs-ssr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Fprototype-nhs-ssr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Fprototype-nhs-ssr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NHSDigital","download_url":"https://codeload.github.com/NHSDigital/prototype-nhs-ssr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Fprototype-nhs-ssr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28671259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T20:48:19.482Z","status":"ssl_error","status_checked_at":"2026-01-22T20:48:14.968Z","response_time":144,"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":"2024-12-23T02:14:33.569Z","updated_at":"2026-01-22T21:05:47.150Z","avatar_url":"https://github.com/NHSDigital.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NHS.UK prototype kit\n\nVisit the \u003ca href=\"http://nhsuk-prototype-kit.azurewebsites.net/docs\"\u003eNHS.UK prototype kit site\u003c/a\u003e to download the latest version and read the documentation.\n\n## About the NHS.UK prototype kit\n\nThe NHS.UK prototype kit enables you to make interactive prototypes that will look like pages on NHS.UK. The prototypes you make are a great way to show ideas to others and for conducting user research.\n\n## Security\n\nIf you publish your prototypes online, they must be protected by a \u003ca href=\"http://nhsuk-prototype-kit.azurewebsites.net/docs/how-tos/heroku\"\u003eusername and password\u003c/a\u003e. This is to prevent members of the public finding prototypes and thinking they are real services.\n\nYou must protect user privacy at all times, even when using prototypes. Prototypes made with the kit look like NHS.UK, but do not have the same security provisions. Always make sure you are handling user data appropriately.\n\n## Installation instructions\n\n- \u003ca href=\"http://nhsuk-prototype-kit.azurewebsites.net/docs/install/simple\"\u003eInstall guide (non technical)\u003c/a\u003e\n- \u003ca href=\"http://nhsuk-prototype-kit.azurewebsites.net/docs/install/advanced\"\u003eDeveloper friendly install guide (technical)\u003c/a\u003e\n\n### Testing\nThere is currently no automated testing included with this product.\n\n## Contribute\n\nIf you want to contribute to the NHS.UK prototype kit, by reporting bugs, fixing bugs, suggesting new features or writing documentation, then read our [contributing guidelines](CONTRIBUTING.md).\n\n## Development environment\n\n[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/nhsuk/nhsuk-prototype-kit)\n\n## Versioning and deploying the prototype kit\n\n\u003e The below is only for maintainers of the prototype kit source code - these instructions aren't relevant if you're building your own protoype using the kit.\n\n- Merge required changes via PR into `main` branch\n  - Ensure the version number in `package.json` and `CHANGELOG.md` match, with a summary of the changes included in the changelog\n- Pull down merged `main` branch to your local repository\n- Create a tag with the version number from the latest commit on `main`\n  - If the latest version you're looking to push is version \"1.2.3\", you can do this on the command line with\n    - `git tag v1.2.3`\n    - `git push --tags`\n- [Github actions](https://github.com/nhsuk/nhsuk-prototype-kit/actions/workflows/release.yml) will spring to life and create a release which will be visible on the [releases tab](https://github.com/nhsuk/nhsuk-prototype-kit/releases) of the repository.\n- Finally, edit the description of the release to match the content entered into the changelog.\n\n## Support\n\nThe NHS.UK prototype kit is maintained by NHS Digital. [Email us](mailto:service-manual@nhs.net), open a [Github issue](https://github.com/nhsuk/nhsuk-prototype-kit/issues/new) or get in touch on the [NHS digital service manual Slack workspace](https://join.slack.com/t/nhs-service-manual/shared_invite/enQtNTIyOTEyNjU3NDkyLTk4NDQ3YzkwYzk1Njk5YjAxYTI5YTVkZmUxMGQ0ZjA3NjMyM2ZkNjBlMWMxODVjZjYzNzg1ZmU4MWY1NmE2YzE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhsdigital%2Fprototype-nhs-ssr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhsdigital%2Fprototype-nhs-ssr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhsdigital%2Fprototype-nhs-ssr/lists"}