diff --git a/client/pages/internal-docs/Space3CommunityPrograms.tsx b/client/pages/internal-docs/Space3CommunityPrograms.tsx new file mode 100644 index 00000000..f746dcae --- /dev/null +++ b/client/pages/internal-docs/Space3CommunityPrograms.tsx @@ -0,0 +1,290 @@ +import InternalDocsLayout from "./InternalDocsLayout"; + +export default function Space3CommunityPrograms() { + return ( + +
+
+

+ The Foundation runs community programs to educate, mentor, and + empower the next generation of builders. These programs are the + heart of our public mission. +

+
+ +
+

+ Core Programs +

+
+
+

+ 🎓 Architect Nomination Program +

+

+ Identify and elevate community leaders to Architect status. +

+
+

+ Who: Experienced developers, mentors, + contributors +

+

+ Benefits: Special recognition, mentor status, + revenue share from platform +

+

+ Process: SOP-003: Architect Nomination Process +

+
+
+ +
+

+ 👥 Mentorship Program +

+

+ Pair experienced mentors with aspiring developers for growth and + learning. +

+
+

+ Duration: 12-week program +

+

+ Structure: Weekly meetings, project work, + feedback +

+

+ Outcomes: Mentees build portfolio, get job + leads +

+

+ Documentation: 11-Part Mentorship Plan +

+
+
+ +
+

+ 🎮 GameForge Dev Gym +

+

+ A non-profit "gym" for game developers to learn, build, and ship + together. +

+
+

+ Focus: Monthly game jams, shared resources, + community +

+

+ Tools: Free access to GameForge tools and + templates +

+

+ Community: Discord community, peer feedback +

+

+ Documentation: 11-Part GameForge Plan +

+
+
+
+
+ +
+

+ Program Principles +

+
+
+

🔓 Open Access

+

+ No gatekeeping. All programs are free or low-cost. Accessible to + anyone. +

+
+ +
+

+ 🤝 Community-Driven +

+

+ Programs are shaped by community feedback. Community members + volunteer as mentors. +

+
+ +
+

📈 Outcomes Focus

+

+ We track results: job placements, skills gained, portfolio built, + retention. +

+
+ +
+

+ 💰 Sustainable +

+

+ Funded by Foundation grants and corporate sponsorships, never by + participant fees. +

+
+
+
+ +
+

+ Participation Paths +

+
+
+

+ As a Learner/Participant +

+
    +
  1. Apply to program (online form)
  2. +
  3. Get accepted (we accept most applicants)
  4. +
  5. Show up, participate, build
  6. +
  7. Graduate and get job leads
  8. +
+
+ +
+

+ As a Mentor/Volunteer +

+
    +
  1. + Express interest in mentorship (Discord or application form) +
  2. +
  3. Get matched with mentee
  4. +
  5. Meet weekly, provide feedback, guide project
  6. +
  7. Get recognized and credited
  8. +
+
+ +
+

+ As an Architect +

+
    +
  1. Get nominated or self-nominate
  2. +
  3. Go through nomination process
  4. +
  5. + Get elevated to Architect (special badge, revenue share, + mentorship role) +
  6. +
+
+
+
+ +
+

+ Outcomes & Metrics +

+
+

We track:

+
    +
  • + Participation: Number of participants by program +
  • +
  • + Completion: % who finish vs. drop out +
  • +
  • + Skills: Pre/post assessment of skills gained +
  • +
  • + Employment: Job placements in dev roles +
  • +
  • + Retention: Participants who stay engaged +
  • +
  • + Feedback: Satisfaction surveys post-program +
  • +
+

+ All outcomes are public. See annual impact report. +

+
+
+ +
+

+ How Programs Are Funded +

+
+
+
+ 📊 +
+
+

Foundation Grants

+

+ Base funding from Foundation endowment +

+
+
+ +
+
+ 🤝 +
+
+

+ Corporate Sponsorship +

+

+ Companies sponsor individual programs (non-binding, no strings) +

+
+
+ +
+
+ 🎁 +
+
+

Individual Donors

+

+ Community members donate to support specific programs +

+
+
+ +
+
+ 💰 +
+
+

+ Platform Revenue Share +

+

+ Portion of Nexus fees go back to Foundation (reinvested in + programs) +

+
+
+
+
+ +
+

+ Want to help? Join Discord, volunteer as a mentor, + or sponsor a program. Details: foundation@aethex.tech +

+
+
+
+ ); +}