{% extends "layout.html" %} {% block pageTitle %} About – GOV.UK Prototype Kit {% endblock %} {% block beforeContent %} {{ govukBreadcrumbs({ items: [ { text: "GOV.UK Prototype Kit", href: "/docs" } ] }) }} {% endblock %} {% block content %}

About

The GOV.UK Prototype Kit provides a simple way to make interactive prototypes that look like pages on GOV.UK. These prototypes can be used to show ideas to people you work with, and to do user research

Support

The GOV.UK Prototype Kit is maintained by the Government Digital Service. If you’ve got a question or need support you can:

Contributing

If you’ve got an idea or suggestion you can:

Principles

The GOV.UK Prototype Kit:

Privacy

You must protect user privacy at all times, even when using prototypes. Prototypes made with the kit look like GOV.UK, 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 GOV.UK, 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 %}