Initial commit

This commit is contained in:
1elle1
2026-01-28 18:34:47 +01:00
commit 3310433bb1
28 changed files with 3635 additions and 0 deletions

50
spec/ProjectSpec.json Normal file
View File

@@ -0,0 +1,50 @@
{
"$schema": "./ProjectSpec.schema.json",
"meta": {
"projectName": "",
"client": "",
"version": "1.0.0",
"createdAt": "",
"updatedAt": ""
},
"brand": {
"name": "",
"tagline": "",
"description": "",
"tone": [],
"values": []
},
"target": {
"audience": [],
"goals": [],
"competitors": []
},
"pages": [],
"features": [],
"integrations": [],
"seo": {
"primaryKeywords": [],
"secondaryKeywords": [],
"localSeo": {
"enabled": false,
"regions": []
}
},
"technical": {
"hosting": "",
"domain": "",
"analytics": [],
"thirdParty": []
},
"content": {
"languages": ["de"],
"defaultLanguage": "de",
"contentSources": []
},
"timeline": {
"kickoff": "",
"milestones": [],
"launch": ""
},
"notes": ""
}