Add websitebuilder app
Some checks failed
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
CI / e2e (push) Has been cancelled
CI / lint (push) Has been cancelled

This commit is contained in:
Kunthawat Greethong
2026-01-26 12:50:12 +07:00
parent 93cfc18d1f
commit 4d1bb6892b
227 changed files with 35610 additions and 75 deletions

View File

@@ -0,0 +1,26 @@
{
"id": "phase2-core-features-06",
"seq": "06",
"title": "Implement project templates system",
"status": "completed",
"depends_on": ["04"],
"parallel": true,
"context_files": [
"/Users/kunthawatgreethong/Gitea/moreminimore-vibe/Websitebuilder/.tmp/sessions/phase1-foundation/context.md"
],
"acceptance_criteria": [
"Template system defined with default templates",
"Template selection UI displays available templates",
"Template preview shows template structure",
"Template customization allows modifying defaults",
"Project creation uses selected template",
"Templates include starter files and configuration"
],
"deliverables": [
"src/lib/templates/index.ts",
"src/lib/templates/default-templates.ts",
"src/components/projects/TemplateSelector.tsx",
"src/components/projects/TemplatePreview.tsx",
"src/services/template.service.ts"
]
}