This repository contains the source code for the custom submission form available at the two following addresses:
- https://submission.digitalpublicgoods.net
- https://digitalpublicgoods.net/submission (which redirects to the one above)
This submission form is made available to collect the necessary information on digital solutions that want to be considered as digital public goods and included in the Digital Public Goods Registry. For information on how to submit a nomination to the DPG Registry, see our submission guide.
The submission form is a web application (webapp) built using Next.js as a React Framework and deployed using Vercel.
The forms are Data Driven Forms, configured through this JSON schema: schema.js.
If you notice anything amiss, refer to BUGS.MD on how to report bugs.
This software is licensed under the Apache License 2.0:
Copyright 2021 UNICEF
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
The two main dependencies (and their respective licenses) this software depends on are:
- Next.js licensed under the MIT License
- Data Driven Forms licensed under the Apache License 2.0