CodeMeta Generator

Generate a valid codemeta.json file for your software project. All processing happens in your browser — nothing is sent to a server.

Essential Fields

Authors

At least one author must have a family name

Links & Identifiers

Validation issues:
  • name: Name is required
  • authors: At least one author must have a family name

JSON Preview

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "author": [
    {
      "@type": "Person"
    }
  ]
}