Customization
Cambiare i dati mock
Edita i file in src/assets/mock/. Vedi Mock Data.
Cambiare i colori
I design tokens sono in src/styles.css:
:root {
--color-accent: #0969da; /* Cambia qui per il colore primario */
--color-bg-default: #ffffff;
--color-fg-default: #1f2328;
/* ... */
}Cambiare il logo
Sostituisci public/favicon.ico e aggiungi il logo SVG in public/logo.svg.
Aggiungere route
- Crea il componente in
src/app/pages/{nome}/ - Aggiungi la route in
src/app/app.routes.ts:
{
path: 'servizi',
loadComponent: () => import('./pages/servizi/servizi.component').then((m) => m.ServiziComponent),
title: 'Servizi — Naturopata e Coach'
}Cambiare i metadati SEO
Edita src/index.html per:
<title>globale<meta name="description">- Open Graph
Per metadati per-route usa Title e Meta di @angular/platform-browser.
Disabilitare il prerender
In angular.json:
"prerender": falseIn questo caso il sito gira solo in modalità SSR runtime (più lento al cold start, più dinamico).
White-label per cliente
- Fork del repo o copia in nuova cartella
- Sostituisci
naturopata-coachcon nome cliente (acme-wellness) - Sostituisci footer rimuovendo riferimento a Federico (modifica
footer.component.ts) - Personalizza
vercel.jsoncon domain custom cliente - Deploy su Vercel cliente con loro account
Possibili Sviluppi Customizzabili per Naturopata/Counselor/Life Coach
1. Wellness Metric Tracking + AI Mood Pattern
Scope: ~18h | Tier: Avanzato | Valore: Self-awareness, engagement +40%
Daily 1-10 stress/mood/energy (morning + evening). Ollama sentiment aggregation + heatmap 30 giorni. Trigger identificazione automatica. Coach personalized insight.
2. AI Insight Generation + EU AI Act Disclosure
Scope: ~16h | Tier: Avanzato | Valore: Compliance, credibility, transparency
Weekly aggregation (Ollama llama3.1:8b). Mandatory disclosure: "AI-assisted, non clinical. Coach review before share". Zero medical claims. Reasoning chain transparency.
3. Group Coaching Room (Janus Multi-Party)
Scope: ~20h | Tier: Avanzato | Valore: Community building, revenue 30% margin
Max 8 partecipanti. Breakout pairs peer support. Shared whiteboard notes. Moderator mute/broadcast. No recording default (privacy-first). Therapy-grade.
4. Goal SMART Tracker + Gamification
Scope: ~14h | Tier: Avanzato | Valore: Behavioral psychology, compliance +35%
Goal input wizard (Specific, Measurable, Achievable, Relevant, Time-bound). Progress bar visual. Milestone confetti. Monthly summary trend. Psychology-backed engagement.
5. Journaling + AI Reflection Prompt
Scope: ~15h | Tier: Avanzato | Valore: Therapeutic continuity, 24h engagement
Daily journal input. Ollama genera 2 reflective prompt based entry. Crisis keyword auto-alert coach SMS. Optional shareable coach review. Therapy-grade journaling.
6. Habit Builder + 7-Day Streak Motivation
Scope: ~12h | Tier: Intermedio+ | Valore: Behavioral change, high ROI
Daily 06:30 reminder. 7-day streak unlock badge. Ollama motivational message per milestone. Calendar view. Optional leaderboard (peer accountability).
7. Accountability Partner Matching AI
Scope: ~19h | Tier: Avanzato | Valore: Peer retention +50%, viral acquisition
Spring ML algo: match same goal + timezone + availability + personality. Telegram bot auto-check-in 2x/week. Weekly 1:1 sync dashboard. Viral loop.
8. Payment Flexibility + Stripe
Scope: ~10h | Tier: Avanzato | Valore: Conversion +25%, friction -80%
Single €100. 4-pack €340 (-15%). Monthly €280. Combo 1:1 + group €350. Flexible billing Stripe. Auto-invoice PDF.
9. Peer Supervision Coach Community
Scope: ~16h | Tier: Premium | Valore: Coach retention, knowledge sharing, referral network
Private coach-coach channel (Janus). Anonymous case discussion. Credential optional. CPD hours tracking. Coach-to-coach referral network builder.
10. Wellness Workshop Library + Certificate
Scope: ~22h | Tier: Premium | Valore: Revenue new stream, educational leadership positioning
Monthly workshop (stress resilience, goal-setting, confidence building). Recorded library. Certificate completion. Upsell individual coaching. CPD-ready tracking.
Total customizzazioni: 10 idee, €5k-8.5k, ROI 4-10 mesi per coach PMI 1-5 coach professionisti.