feat: implement DB-driven architecture with SQLite persistence and file-generator compilation service
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 50s

This commit is contained in:
Daniel S
2026-08-10 00:09:10 +02:00
parent 950497311c
commit db2f607e5a
12 changed files with 375 additions and 306 deletions

View File

@@ -1,5 +1,4 @@
{
"updated_at": "2026-08-09T21:48:17.969Z",
"siteName": "N&D IT Solutions",
"metaDescription": "High-Performance Webdesign & Digital Solutions - 100% DSGVO-konform.",
"is_demo_mode": false,
@@ -12,119 +11,13 @@
"glassEffect": true
},
"footer": {
"brandDescription": "Ihr Partner für professionelles Webdesign, Website-Entwicklung und lokale SEO für Kleinbetriebe & KMU.",
"brandDescription": "Ihr Partner für professionelles Webdesign, Website-Entwicklung und lokale SEO.",
"copyrightText": "N&D i-t SOLUTIONS. Alle Rechte vorbehalten.",
"showLegalLinks": true
},
"hero": {
"badge": "š Waas Enterprise Baukastensystem",
"title": "Maßgeschneiderte Webseiten. Digital im Griff.",
"subtitle": "Wir entwickeln blitzschnelle, DSGVO-konforme High-End Webseiten für Ihr Unternehmen zum monatlichen Festpreis inklusive Wartung & Hosting.",
"ctaPrimaryText": "Projekt anfragen",
"ctaPrimaryLink": "#contact",
"ctaSecondaryText": "Mehr erfahren",
"ctaSecondaryLink": "#services",
"elements": [
{
"id": "el-1",
"slotId": "hero-badge-slot",
"type": "badge",
"content": "WaaS Engine"
},
{
"id": "el-2",
"slotId": "hero-actions-slot",
"type": "button",
"content": "Neuer Button",
"link": "#contact",
"animation0": "spring-fade",
"style": "primary"
}
]
},
"bento": {
"sectionTitle": "High-End Features & Leistung",
"sectionSubtitle": "Modernste Technologie & Höchster Datenschutz vereint.",
"cards": [
{
"id": "card-1",
"title": "Ultra Fast SSR",
"description": "Sub-100ms Ladezeiten dank Astro Hybrid SSR Architecture. Google Core Web Vitals > 95%.",
"colSpan": 2,
"badge": "Performance",
"icon": "zap"
},
{
"id": "card-2",
"title": "100% DSGVO-Sicher",
"description": "Keine Cookies, keine Tracking-Skripte, Zero Third-Party Requests.",
"colSpan": 1,
"badge": "Datenschutz",
"icon": "shield"
},
{
"id": "card-3",
"title": "Liquid Glass UI",
"description": "Moderne Ästhetik mit matte Boxen, Aurora Glows und physikalischen Kanten-Effekten.",
"colSpan": 1,
"badge": "Design",
"icon": "layers"
},
{
"id": "card-4",
"title": "Sorgenfrei-Paket",
"description": "Hosting, SSL, Wartung und regelmäßige Inhalts-Updates komplett inklusive.",
"colSpan": 2,
"badge": "Full-Service",
"icon": "check"
}
]
},
"contact": {
"title": "Bereit für Ihr Projekt?",
"subtitle": "Schreiben Sie uns direkt. Wir antworten innerhalb von 24 Stunden persönlich.",
"recipientEmail": "kontakt@ndsolutions.de",
"phone": "+49 (0) 123 456789",
"address": "Deutschland"
},
"sectionsOrder": [
"hero",
"bento",
"contact"
],
"sectionsDetails": [
{
"id": "hero",
"type": "hero",
"title": "Hero Sektion",
"elements": [
{
"id": "el-1",
"slotId": "hero-badge-slot",
"type": "badge",
"content": "WaaS Engine"
}
]
},
{
"id": "bento",
"type": "bento",
"title": "Bento Grid",
"elements": []
},
{
"id": "contact",
"type": "contact",
"title": "Contact Section",
"elements": []
}
],
"site_info": {
"title": "N&D IT Solutions",
"homepage_id": "page_home",
"email": "",
"phone": "",
"address": ""
"homepage_id": "page_home"
},
"pages": [
{
@@ -132,39 +25,36 @@
"slug": "/",
"title": "Startseite (Hauptseite)",
"is_published": true,
"sections": []
},
{
"id": "page_templates",
"slug": "/templates",
"title": "Templates & Design-Muster",
"is_published": true,
"sections": [
{
"id": "hero_templates",
"id": "sec_hero_1",
"type": "HeroSection",
"settings": {
"title": "Templates",
"subtitle": "Unsere fertigen Design-Vorlagen"
"title": "Maßgeschneiderte Webseiten. Digital im Griff.",
"subtitle": "Wir entwickeln blitzschnelle, DSGVO-konforme High-End Webseiten für Ihr Unternehmen.",
"ctaPrimaryText": "Projekt anfragen",
"ctaPrimaryLink": "#contact",
"bg_color": "#0b0f19"
}
}
]
},
{
"id": "page_privacy",
"slug": "/datenschutz",
"title": "Datenschutzerklärung",
"is_published": true,
"sections": [
},
{
"id": "privacy_content",
"type": "HeroSection",
"id": "sec_bento_1",
"type": "BentoGrid",
"settings": {
"title": "Datenschutz",
"subtitle": "100% DSGVO-konforme Datenverarbeitung."
"sectionTitle": "High-End Features & Leistung",
"sectionSubtitle": "Modernste Technologie & Höchster Datenschutz vereint."
}
},
{
"id": "sec_contact_1",
"type": "ContactSection",
"settings": {
"title": "Bereit für Ihr Projekt?",
"subtitle": "Schreiben Sie uns direkt. Wir antworten innerhalb von 24 Stunden persönlich."
}
}
]
}
]
],
"updated_at": "2026-08-09T22:08:57.203Z"
}