You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION.md
+31-1Lines changed: 31 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -505,6 +505,36 @@
505
505
- Fully resolved the App Tracking Transparency (ATT) rejection. Since the app performs zero tracking, the ATT popups are completely omitted.
506
506
- Marked FASE 4 and FASE 5 as fully completed in `RESUBMISSION_PLAN.md`.
507
507
508
+
-[2026-05-20 13:30]: **Web Companion Rebranding Reversion to Mattioli.OS**
509
+
-*Details*: Reverted companion web application's visual branding from "Evolve" / "EVOLVE" back to "Mattioli.OS" per request, restoring all SEO metadata, footer widgets, page references, and support emails to the original brand name.
510
+
-*Tech Notes*:
511
+
- Updated `index.html` titles, SEO metadata tags, and canonical links.
512
+
- Updated `PublicHeader.tsx` and `Auth.tsx` to display "Mattioli.OS" in standard mixed-casing (removed `uppercase` Tailwind styles for brand consistency).
513
+
- Updated `PublicFooter.tsx` and all page components (`LandingPage.tsx`, `PhilosophyPage.tsx`, `TechPage.tsx`, `FAQ.tsx`, `CreatorPage.tsx`, `GetStartedPage.tsx`, `Index.tsx`) to reference "Mattioli.OS" and support URLs.
514
+
- Updated legal policies (`PrivacyPolicy.tsx` and `TermsOfService.tsx`) to restore the original brand name and support email (`support@mattioli.os`).
515
+
- Verified compilation and layout safety using typescript typecheck `npx tsc --noEmit` with 0 compile errors.
-*Details*: Removed the external App Store link "Download Mattioli.OS for iOS" on the hero section of the landing page and replaced it with a dynamic, internal link to the Philosophy page to keep visitors engaged with the core concept of the platform.
519
+
-*Tech Notes*:
520
+
- Replaced `<a>` element containing the App Store reference in `LandingPage.tsx` with a `<Link>` component pointing to `/philosophy`.
521
+
- Added an elegant inline `ArrowRight` icon styled with the theme's signature purple glow.
522
+
- Verified compilation and layout safety using typescript typecheck `npx tsc --noEmit` with 0 compile errors.
-*Details*: Replaced the "Access Web Companion" primary CTA button with a highly-engaging "Get Started Now" button linking to the step-by-step self-hosting installation guide, optimizing the landing page funnel for open-source self-mastery adopters.
526
+
-*Tech Notes*:
527
+
- Updated the `<Link>` path from `/auth` to `/get-started` in `LandingPage.tsx`.
528
+
- Renamed CTA button text to "Get Started Now".
529
+
- Verified compilation and layout safety using typescript typecheck `npx tsc --noEmit` with 0 compile errors.
530
+
531
+
-[2026-05-20 13:40]: **Removed Footer App Store Promotion Card**
532
+
-*Details*: Deleted the iOS App Store Promotion Card from the public footer (`PublicFooter.tsx`) to streamline the layout and focus exclusively on the core open-source web companion platform.
533
+
-*Tech Notes*:
534
+
- Removed the promotion card container and its dynamic animation effects from `PublicFooter.tsx`.
535
+
- Removed the unused `Download` icon import from `lucide-react` in `PublicFooter.tsx`.
536
+
- Verified compilation and layout safety using typescript typecheck `npx tsc --noEmit` with 0 compile errors.
537
+
508
538
## Current Status
509
539
510
-
-**Immediate Next Step**: Proceed to FASE 6 (Caricamento su App Store Connect ed Invio Review). Upload the `.ipa` using Transporter, associate the two subscription products, and submit the app with our pre-written, detailed English review notes.
540
+
-**Immediate Next Step**: Website rebranding, CTA custom routing, and footer promotional assets are completely updated and verified. The platform is ready for deployment.
Copy file name to clipboardExpand all lines: src/pages/FAQ.tsx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,10 @@ const faqData = [
17
17
category: "Philosophy & General",
18
18
icon: Activity,
19
19
questions: [
20
-
{q: "What is EVOLVE?",a: "It's a complete operating system for personal growth. It's not just a habit tracker, but an integrated suite for managing daily habits, long-term goals and performance analysis."},
20
+
{q: "What is Mattioli.OS?",a: "It's a complete operating system for personal growth. It's not just a habit tracker, but an integrated suite for managing daily habits, long-term goals and performance analysis."},
21
21
{q: "Why 'OS' (Operating System)?",a: "Because it aims to replace the fragmented infrastructure we usually use (scattered notes, multiple apps, Excel sheets) with a single centralized and consistent system to manage your life."},
22
22
{q: "Is it really free?",a: "Yes, 100%. It's an Open Source project released under the MIT license. Your data is yours, there's no premium subscription."},
23
-
{q: "How is it different from Notion or Todoist?",a: "EVOLVE is 'opinionated'. Notion is flexible but requires hours for setup. Todoist is focused on lists. This system is built specifically for discipline and quantitative data analysis, ready to use."},
23
+
{q: "How is it different from Notion or Todoist?",a: "Mattioli.OS is 'opinionated'. Notion is flexible but requires hours for setup. Todoist is focused on lists. This system is built specifically for discipline and quantitative data analysis, ready to use."},
24
24
{q: "What is the core philosophy?",a: "It's based on 'Atomic Habits' by James Clear: 'We don't rise to the level of our goals, we fall to the level of our systems.' The focus is on reducing friction and visualizing progress."},
25
25
{q: "Do I need to create an account?",a: "Yes, the system uses Supabase Auth to ensure your data is secure, encrypted and accessible only to you. The account is free."},
26
26
{q: "Who is the developer?",a: "I'm Simone Mattioli, a developer passionate about productivity and data visualization. I initially built this tool for myself."},
@@ -70,7 +70,7 @@ const faqData = [
70
70
{q: "Where is the data saved?",a: "On Supabase, an open source and secure PostgreSQL database. You are the only owner of your data through authentication."},
71
71
{q: "Can I make a backup?",a: "Yes. There's a 'Complete Backup' function that downloads a ZIP archive containing all your data in JSON format, organized by tables."},
72
72
{q: "Can I import/export data?",a: "Yes, the backup system supports both complete export and import, useful for migrating or securing information."},
73
-
{q: "Is there a mobile app?",a: "Yes! Evolve is available as a native iOS app in the Apple App Store. The companion web dashboard is also fully responsive and installable as a Progressive Web App (PWA) on any mobile home screen."},
73
+
{q: "Is there a mobile app?",a: "Yes! Mattioli.OS is available as a native iOS app in the Apple App Store. The companion web dashboard is also fully responsive and installable as a Progressive Web App (PWA) on any mobile home screen."},
74
74
{q: "What is the tech stack?",a: "React 18, Vite, TypeScript, Tailwind CSS, shadcn/ui, Supabase, TanStack Query, Recharts."},
75
75
{q: "Can I self-host the database?",a: "Yes, since Supabase is open source, you can host your own Docker instance if you have the technical skills to do so."},
Now open your browser and go to <ahref="http://localhost:8080"className="text-white hover:underline font-mono">http://localhost:8080</a> (or the indicated port).
0 commit comments