Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"permissions": {
"allow": [
"mcp__perplexity__perplexity_ask"
]
}
}
16 changes: 16 additions & 0 deletions brands/solvio/assets/README.md
Original file line number Diff line number Diff line change
@@ -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
```
55 changes: 55 additions & 0 deletions brands/solvio/brand.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
18 changes: 18 additions & 0 deletions brands/solvio/voice.json
Original file line number Diff line number Diff line change
@@ -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."
}