diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..a667735 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,7 @@ +{ + "permissions": { + "allow": [ + "mcp__perplexity__perplexity_ask" + ] + } +} diff --git a/brands/solvio/assets/README.md b/brands/solvio/assets/README.md new file mode 100644 index 0000000..6a2db41 --- /dev/null +++ b/brands/solvio/assets/README.md @@ -0,0 +1,16 @@ +# Solvio Brand Assets + +Place brand assets here: + +- `solvio-logo.png` — main logo (transparent PNG, ~512x512) +- `solvio-logo-light.png` — light variant for dark backgrounds +- `solvio-favicon.png` — favicon (64x64) + +## Generating logo with FLUX.2 + +```bash +python tools/flux2.py \ + --prompt "Minimalist tech logo for 'Solvio', bright lime green #9FE600 on black, geometric, modern, transparent background, vector style" \ + --cloud modal \ + --output brands/solvio/assets/solvio-logo.png +``` diff --git a/brands/solvio/brand.json b/brands/solvio/brand.json new file mode 100644 index 0000000..3f143b2 --- /dev/null +++ b/brands/solvio/brand.json @@ -0,0 +1,55 @@ +{ + "name": "Solvio", + "description": "Solvio — enterprise complaint management SaaS. Bright neon-green primary on dark tech aesthetic.", + "version": "1.0.0", + "website": "https://solvioplatform.com", + + "colors": { + "primary": "#9FE600", + "primaryLight": "#B8F23D", + "primaryDark": "#6BB000", + "accent": "#00D4AA", + "textDark": "#ffffff", + "textMedium": "#a1a1aa", + "textLight": "#71717a", + "bgLight": "#0a0a0f", + "bgAlt": "#111118", + "bgDark": "#000000", + "bgOverlay": "rgba(159, 230, 0, 0.08)", + "divider": "#1f1f28", + "shadow": "rgba(159, 230, 0, 0.15)" + }, + + "fonts": { + "primary": "Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif", + "mono": "JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, monospace" + }, + + "spacing": { + "xs": 8, + "sm": 16, + "md": 24, + "lg": 48, + "xl": 80, + "xxl": 120 + }, + + "borderRadius": { + "sm": 6, + "md": 12, + "lg": 20 + }, + + "typography": { + "h1": { "size": 88, "weight": 700 }, + "h2": { "size": 64, "weight": 700 }, + "h3": { "size": 44, "weight": 600 }, + "body": { "size": 32, "weight": 400 }, + "label": { "size": 22, "weight": 600, "letterSpacing": 2 } + }, + + "assets": { + "logo": "assets/solvio-logo.png", + "logoLight": "assets/solvio-logo-light.png" + } +} diff --git a/brands/solvio/voice.json b/brands/solvio/voice.json new file mode 100644 index 0000000..fabcfc3 --- /dev/null +++ b/brands/solvio/voice.json @@ -0,0 +1,18 @@ +{ + "voiceId": "YOUR_VOICE_ID_HERE", + "description": "Polski profesjonalny narrator dla Solvio — ciepły, kompetentny ton", + "settings": { + "stability": 0.7, + "similarityBoost": 0.85, + "style": 0.2, + "useSpeakerBoost": true + }, + "model": "eleven_multilingual_v2", + "qwen3": { + "speaker": "Ryan", + "tone": "professional", + "temperature": 0.9 + }, + "languages": ["pl", "en", "uk"], + "notes": "Domyślnie polski. Dla EN/UA użyj tego samego speaker_id przy klonowaniu głosu. Tone: profesjonalny, ale ciepły — Solvio to enterprise SaaS B2B." +}