
Start building accessible, secure, production-ready and maintainable GOV.UK-style services, fast.
GOV.UK Frontend Flask is a community tool of the GOV.UK Design System that is used to create Flask applications quickly. It is a reference implementation of two core packages: GOV.UK Frontend Jinja, which provides Jinja macros of GOV.UK components, and GOV.UK Frontend WTForms, which provides WTForms widgets for form generation and validation. The app comes with essential parts that all services need, such as error pages, accessibility statement, and cookie banner.
GOV.UK Frontend Flask is a useful tool for quickly creating Flask applications that follow the GOV.UK Design System. It provides essential components and functionality, such as Jinja macros for GOV.UK components and WTForms integration. The app is intentionally minimal, allowing developers to customize it according to their specific needs. With features like customizable environment variables and secure session handling, it offers a robust foundation for building GOV.UK compliant applications.

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.
A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.
A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.