{% extends 'layout.html' %} {% block pageTitle %} About - HS2 prototype kit {% endblock %} {% block beforeContent %} {{ breadcrumb({ href: "/docs", text: "Home" }) }} {% endblock %} {% block content %}

About

The HS2 prototype kit enables you to make interactive prototypes that will look like pages on HS2. The prototypes you make are a great way to show ideas to others and for conducting user research.

Support

The HS2 prototype kit is maintained by HS2. If you’ve got a question or need support you can email us.

Contributing

The prototype kit is always evolving as we learn more. Help us to improve and grow it:

Privacy

You must protect user privacy at all times, even when using prototypes. Prototypes made with the kit look like HS2, but do not have the same security provisions. Always make sure you are handling user data appropriately.

The kit is not a production framework

Things made with the kit may look like HS2, but do not have production code and likely aren't fully accessible. Don't use the kit as a base for a production service.

{% endblock %}