A low-code e-forms renderer and designer aiming to conform to the UK Govt GDS Design System. Includes Granicus-Firmstep forms import to allow migration.
A low-code e-forms renderer and designer aiming to conform to the UK Government GDS Design System. Includes Granicus/Firmstep Forms import to allow migration of existing services and the skills of existing form authors.
crownforms aims to be:
An easy to use but powerful low-code e-forms package so that processes can be developed in an agile manner and with low effort.
GDS compliant and styled by default (which includes accessiblity and mobile responsiveness)
Compatible with both the forms and skills of forms authors from Firmstep/Granicus platform.
Easy to deploy on public/private clouds (Kubernetes) with organisations retaining control of the deployment and of their own data.
Easy to test, apply and rollback upgrades to the platform - self managed.
Highly scalable and cheap to run.
Easy to version forms correctly so that changes to forms can be prepared and tested and then promoted to be visible to the public reliably when ready.
‘Eventually reliable’ by default. We will ensure that integration errors can be handled as chosen by forms designers with sensible defaults wherever possible that avoid silent data loss or bad CX when thing don’t work as expected.
crownforms does not currently aim to be:
A CRM or ‘CRM lite’ system to deal with fulfilment of requests from customer once they have been submitted.
A general purpose integration system. We will implement HTTP integrations only and suggest implementors should use a mature integration platform like Microsoft Power Automate, or LogicApps if requirements are more advanced.
An identity provider or login/registration system for users. We plan to support SSO login via the modern standards OAUTH2 and OpenID Connect, which allow the use of many mature and easy to set up products like Azure Active Directory B2C, Auth0.
The application is at a proof-of-concept stage.
The forms engine can already import and run many simple and moderately complex Firmstep forms with reasonable fidelity and a good (and GDS compliant) customer experience.
The designer is currently the next priority.
Please contact me if you are interested in using crownforms
Point your local Docker client at the Docker service in the cluster.
For MiniKube run minikube docker-env
and read the instructions.
Build the initial container image for the app:
docker build -t crownforms .
Deploy the full stack:
helm install --set image.repository=crownforms --set image.tag=latest crownforms .\charts\crownforms\
Wait for the deployment to complete and for init to run
MiniKube: You can view the status in the dashbord by running
minikube dashboard
Fetch the dependencies locally for debugging
cd crownforms-components
yarn install
cd ..\crownforms
yarn install
Start debugging the app in VSCode using the provided targets.
This uses Bridge to Kubernetes
You can access at http://localhost:3000