From 23229d0395fa8f7af36e244a01a79e591204823c Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 19:17:42 +0000 Subject: [PATCH] Create Space 2 Brand & Voice Guide page cgen-fee99746c58f4276b67bbfc8d95334b9 --- .../pages/internal-docs/Space2BrandVoice.tsx | 239 ++++++++++++++++++ 1 file changed, 239 insertions(+) create mode 100644 client/pages/internal-docs/Space2BrandVoice.tsx diff --git a/client/pages/internal-docs/Space2BrandVoice.tsx b/client/pages/internal-docs/Space2BrandVoice.tsx new file mode 100644 index 00000000..b2bc796a --- /dev/null +++ b/client/pages/internal-docs/Space2BrandVoice.tsx @@ -0,0 +1,239 @@ +import InternalDocsLayout from "./InternalDocsLayout"; + +export default function Space2BrandVoice() { + return ( + +
+
+

+ Every team member is an ambassador for AeThex. When you talk about + us publicly (social media, conferences, press), use this guide to + stay on brand and on message. +

+
+ +
+

Brand Essence

+
+
+

+ Who We Are +

+

+ AeThex is a purpose-driven technology company building innovative + products while maintaining community trust. We operate as a 3-entity + ecosystem: The Foundation (non-profit), The LLC (IP vault), and The + Corp (for-profit). +

+
+ +
+

+ Why We Exist +

+

+ We're building a new architecture for trust. Technology should serve + both profit and purpose. We prove it's possible. +

+
+ +
+

+ How We Operate +

+

+ With transparency, accountability, and integrity. We separate + innovation, protection, and delivery. We're open about our values + and willing to be held accountable. +

+
+
+
+ +
+

Tone & Voice

+
+
+

✓ We Sound Like

+
    +
  • + Honest: We admit mistakes and limitations +
  • +
  • + Clear: We explain complex ideas simply +
  • +
  • + Confident: We believe in what we're building +
  • +
  • + Humble: We know we're still learning +
  • +
  • + Human: We're approachable and real +
  • +
+
+ +
+

✗ Not Like

+
    +
  • + Arrogant: We don't claim to be the best +
  • +
  • + Buzzwordy: We avoid corporate speak +
  • +
  • + Preachy: We show, we don't tell +
  • +
  • + Vague: We get specific +
  • +
  • + Sales-y: We're not always selling +
  • +
+
+
+
+ +
+

Core Messages

+
+
+

+ 1. Innovation with Purpose +

+

+ We're building technology that makes money AND makes a difference. + Profit and purpose aren't mutually exclusive. +

+
+ +
+

+ 2. Transparent Operations +

+

+ Our 3-entity model separates innovation, protection, and delivery. + We're open about our structure because it's nothing to hide. +

+
+ +
+

+ 3. Community-First +

+

+ We invest in communities, developers, and creatives. We build with + them, not at them. +

+
+ +
+

+ 4. Technical Excellence +

+

+ We sweat the details. Our products are built by craftspeople who + care about quality. +

+
+
+
+ +
+

+ Platform Messaging +

+
+
+

🧪 Labs

+

+ "Where innovation happens. We research, experiment, and publish + findings for the community." +

+

+ Focus: research, open-source, community benefit +

+
+ +
+

🎮 GameForge

+

+ "Building games better. We prove that monthly shipping cycles and + technical excellence aren't mutually exclusive." +

+

+ Focus: creative tools, developer experience, studio efficiency +

+
+ +
+

💼 Corp

+

+ "We help enterprises build better. From consulting to custom + solutions, we apply deep technical expertise to real problems." +

+

+ Focus: client success, reliability, results +

+
+ +
+

🏛️ Foundation

+

+ "Community first. We invest in education, open-source, and + creating opportunities for the next generation." +

+

+ Focus: public benefit, mentorship, community +

+
+
+
+ +
+

+ Writing Guidelines +

+
+
+

✓ DO

+
    +
  • • Be specific: "We shipped X" not "We shipped great things"
  • +
  • • Use "we" and "us" to build community
  • +
  • • Tell stories about real problems we solve
  • +
  • • Reference our values when appropriate
  • +
  • • Cite sources and give credit
  • +
+
+ +
+

✗ DON'T

+
    +
  • + • Use corporate jargon ("synergy," "disruptive," etc.) +
  • +
  • • Make claims we can't back up
  • +
  • • Denigrate competitors
  • +
  • • Share confidential information
  • +
  • • Speak on behalf of team members without permission
  • +
+
+
+
+ +
+

+ Golden Rule: When in doubt, ask: "Would I be + comfortable if this went viral?" If yes, post. If no, don't. +

+
+
+
+ ); +}