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
Name is required
Authors
At least one author must have a family name
Links & Identifiers
Validation issues:
name: Name is requiredauthors: 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"
}
]
}