diff --git a/client/pages/About.tsx b/client/pages/About.tsx index 071798d5..8df97707 100644 --- a/client/pages/About.tsx +++ b/client/pages/About.tsx @@ -143,6 +143,113 @@ export default function About() { ))} + {/* Vision */} + + + + Vision + + + A builder-first network that turns ideas into shipping products faster. + + + +
+

+ We’re unifying services, platform, and community into a single operating layer + for creators and teams. Profiles, collaboration, mentorship, and delivery run as + one system—so momentum compounds. +

+

+ The long game: a trusted ecosystem where reputation, assets, and learning follow + you across projects. +

+
+
+ {[ + "Quality over hype", + "Open + composable", + "Measure outcomes", + "Own your data", + ].map((t) => ( +
+ {t} +
+ ))} +
+
+
+ + {/* Platform Overview */} + + + + Platform Overview + + + What’s live today and what’s rolling out next. + + + + {[ + { + title: "Community Hub", + desc: "Profiles, feed, follows, reactions, and spotlights.", + href: "/community", + }, + { + title: "Mentorship Network", + desc: "Directory, mentor profiles, and request workflow.", + href: "/community/mentorship", + }, + { + title: "Developer Passport", + desc: "Unified identity with achievements and portfolio.", + href: "/passport/me", + }, + { + title: "Admin Console", + desc: "Members, mentorship, content, and ops controls.", + href: "/admin", + }, + { + title: "Roadmap & Dev Drops", + desc: "Public roadmap, voting, and feature showcases.", + href: "/roadmap", + }, + { + title: "Studios & Opportunities", + desc: "Featured studios, hiring signals, and bounties.", + href: "/opportunities", + }, + { + title: "Docs & Curriculum", + desc: "Guides, examples, and integrations for builders.", + href: "/docs", + }, + { + title: "Investors Portal", + desc: "Overview, thesis, and secure outreach.", + href: "/investors", + }, + { + title: "Realms & Access", + desc: "Role-based access across client, community, staff.", + href: "/realms", + }, + ].map((f) => ( + +
{f.title}
+

{f.desc}

+
+ ))} +
+
+ @@ -184,45 +291,40 @@ export default function About() { title: "First open-source experiments", desc: "Indie tools and game mods shared with small dev circles.", }, - { - year: "2013", - title: "Early indie projects", - desc: "Shipped community prototypes; grew a network of collaborators.", - }, { year: "2015", title: "Community hub v1", desc: "Forums, showcases, and lightweight collaboration features.", }, - { - year: "2017", - title: "Cloud-native foundations", - desc: "Scaled infra, observability, and CI/CD to support growth.", - }, { year: "2019", title: "Realtime systems", desc: "Live updates, notifications, and multiplayer primitives.", }, - { - year: "2021", - title: "Open-source toolkit", - desc: "Reusable UI, data, and deployment patterns for rapid builds.", - }, { year: "2023", - title: "Community events", - desc: "Mentorship programs, workshops, and collaborative sprints.", + title: "Creator network", + desc: "Dashboard foundations and social graph refresh.", }, { - year: "2024", - title: "Network + Dashboard", - desc: "Creator-centric dashboard and social graph foundations.", + year: "2024 Q4", + title: "Mentorship launch", + desc: "Public mentor directory, profiles, and request flow.", }, { - year: "2025", - title: "Realtime feed", - desc: "Vertical feed with follows, reactions, and guided onboarding.", + year: "2025 Q1", + title: "Realms + Admin", + desc: "Role-based access and consolidated admin console.", + }, + { + year: "2025 Q2", + title: "Roadmap + Dev Drops", + desc: "Public roadmap with voting and feature spotlights.", + }, + { + year: "2025 Q3", + title: "Investors portal", + desc: "Thesis, traction, and secure outreach channel.", }, ].map((item) => (