Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 900 Bytes

File metadata and controls

15 lines (9 loc) · 900 Bytes

Introduction

This tool lets you rapidly create prototype forms from a simple description using Generative AI.

The generated prototypes use GOV.UK Design System components and best practices.

You can test prototypes live, share them with others, and download them to run them locally. You can also edit prototypes to make iterative improvements.

Warning: Always check the prototypes generated by this tool, as they may contain inaccurate information.

How does it work?

  1. The user describes the form they want using the free text input in the interface.
  2. The LLM takes this and a JSON schema, and uses this to generate a JSON representation of the form that follows the schema.
  3. The tool uses the schema to build the prototype using Nunjucks components. This prototype is then shown live for the user, or zipped up for the user to download.