- Schema.org JSON-LD templates (product, event, local-business, faq) - Brand, UI, SEO, and decision guide rules - Working code snippets (vendor-card, schema-inject, deploy-webhook) - JSON schemas for project config validation - Client presets (slc-bride, default) - Self-update protocol with changelog tracking Made-with: Cursor
88 lines
2.2 KiB
JSON
88 lines
2.2 KiB
JSON
{
|
|
"_meta": {
|
|
"last_updated": "2026-03-06T15:52:00Z",
|
|
"version": "1.0.0",
|
|
"description": "Default brand preset - neutral starting point for new clients"
|
|
},
|
|
"client": "default",
|
|
"site_url": "{{SITE_URL}}",
|
|
"brand": {
|
|
"name": "{{BRAND_NAME}}",
|
|
"tagline": "{{TAGLINE}}",
|
|
"colors": {
|
|
"primary": {
|
|
"50": "#f0f9ff",
|
|
"100": "#e0f2fe",
|
|
"200": "#bae6fd",
|
|
"300": "#7dd3fc",
|
|
"400": "#38bdf8",
|
|
"500": "#0ea5e9",
|
|
"600": "#0284c7",
|
|
"700": "#0369a1",
|
|
"800": "#075985",
|
|
"900": "#0c4a6e",
|
|
"950": "#082f49"
|
|
},
|
|
"secondary": {
|
|
"50": "#f8fafc",
|
|
"100": "#f1f5f9",
|
|
"200": "#e2e8f0",
|
|
"300": "#cbd5e1",
|
|
"400": "#94a3b8",
|
|
"500": "#64748b",
|
|
"600": "#475569",
|
|
"700": "#334155",
|
|
"800": "#1e293b",
|
|
"900": "#0f172a",
|
|
"950": "#020617"
|
|
},
|
|
"background": "#ffffff",
|
|
"foreground": "#0f172a",
|
|
"muted": "#f1f5f9",
|
|
"mutedForeground": "#64748b",
|
|
"card": "#ffffff",
|
|
"cardForeground": "#0f172a",
|
|
"popover": "#ffffff",
|
|
"popoverForeground": "#0f172a",
|
|
"border": "#e2e8f0",
|
|
"input": "#e2e8f0",
|
|
"ring": "#0ea5e9",
|
|
"destructive": "#ef4444",
|
|
"destructiveForeground": "#fafafa"
|
|
},
|
|
"fonts": {
|
|
"heading": "Inter",
|
|
"body": "Inter",
|
|
"mono": "JetBrains Mono"
|
|
},
|
|
"borderRadius": {
|
|
"sm": "0.25rem",
|
|
"md": "0.5rem",
|
|
"lg": "0.75rem",
|
|
"xl": "1rem"
|
|
},
|
|
"spacing": {
|
|
"section": "4rem",
|
|
"container": "1280px"
|
|
}
|
|
},
|
|
"seo": {
|
|
"title_template": "{page} | {{BRAND_NAME}}",
|
|
"default_title": "{{SEO_TITLE}}",
|
|
"default_description": "{{SEO_DESCRIPTION}}",
|
|
"schema_types": ["LocalBusiness", "Product"],
|
|
"social": {
|
|
"facebook": "{{FACEBOOK_URL}}",
|
|
"instagram": "{{INSTAGRAM_URL}}",
|
|
"twitter": "{{TWITTER_URL}}"
|
|
}
|
|
},
|
|
"infrastructure": {
|
|
"server": "{{SERVER_NAME}}",
|
|
"server_ip": "{{SERVER_IP}}",
|
|
"database": "{{DATABASE_NAME}}",
|
|
"coolify_url": "https://app.abundancepartners.app"
|
|
},
|
|
"features": {},
|
|
"routes": {}
|
|
}
|