|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <title>GitBrain – Open frameworks for collaborative development</title> |
| 7 | + <meta name="description" content="GitBrain provides open frameworks for collaborative development, data visualization, and composable systems. Explore spec-first artifacts and browser-friendly tools."> |
| 8 | + <link rel="canonical" href="https://gitbrain.com/"> |
| 9 | + <link rel="icon" type="image/svg+xml" href="/assets/favicon.svg"> |
| 10 | + <link rel="stylesheet" href="/styles/main.css"> |
| 11 | + |
| 12 | + <!-- OpenGraph metadata --> |
| 13 | + <meta property="og:title" content="GitBrain – Open frameworks for collaborative development"> |
| 14 | + <meta property="og:description" content="GitBrain provides open frameworks for collaborative development, data visualization, and composable systems."> |
| 15 | + <meta property="og:url" content="https://gitbrain.com/"> |
| 16 | + <meta property="og:type" content="website"> |
| 17 | + <meta property="og:image" content="https://gitbrain.com/assets/social-card.svg"> |
| 18 | + |
| 19 | + <!-- Twitter Card metadata --> |
| 20 | + <meta name="twitter:card" content="summary_large_image"> |
| 21 | + <meta name="twitter:title" content="GitBrain – Open frameworks for collaborative development"> |
| 22 | + <meta name="twitter:description" content="GitBrain provides open frameworks for collaborative development, data visualization, and composable systems."> |
| 23 | + <meta name="twitter:image" content="https://gitbrain.com/assets/social-card.svg"> |
| 24 | +</head> |
| 25 | +<body> |
| 26 | + <a href="#main" class="skip-link">Skip to main content</a> |
| 27 | + |
| 28 | + <header class="header"> |
| 29 | + <div class="container"> |
| 30 | + <img src="/assets/logo.svg" alt="GitBrain" class="logo" width="200" height="50"> |
| 31 | + </div> |
| 32 | + </header> |
| 33 | + |
| 34 | + <main id="main"> |
| 35 | + <!-- Hero Section --> |
| 36 | + <section class="hero"> |
| 37 | + <div class="container"> |
| 38 | + <h1>GitBrain</h1> |
| 39 | + <p class="hero-tagline">Open frameworks for collaborative development, data visualization, and composable systems</p> |
| 40 | + <div class="cta-group"> |
| 41 | + <a href="#projects" class="btn btn-primary">Explore projects</a> |
| 42 | + <a href="https://github.com/gitbrainlab" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">GitHub</a> |
| 43 | + </div> |
| 44 | + </div> |
| 45 | + </section> |
| 46 | + |
| 47 | + <!-- Projects Grid --> |
| 48 | + <section id="projects" class="projects"> |
| 49 | + <div class="container"> |
| 50 | + <h2>Projects</h2> |
| 51 | + <div class="projects-grid"> |
| 52 | + <article class="project-card"> |
| 53 | + <h3>context</h3> |
| 54 | + <p>Execution boundary and cross-runtime layer for portable, composable development</p> |
| 55 | + <a href="https://github.com/gitbrainlab/context" class="project-link" target="_blank" rel="noopener noreferrer">View on GitHub →</a> |
| 56 | + </article> |
| 57 | + |
| 58 | + <article class="project-card"> |
| 59 | + <h3>ChartSpec</h3> |
| 60 | + <p>Spec-first visualization with declarative chart definitions</p> |
| 61 | + <a href="https://github.com/gitbrainlab/ChartSpec" class="project-link" target="_blank" rel="noopener noreferrer">View on GitHub →</a> |
| 62 | + </article> |
| 63 | + |
| 64 | + <article class="project-card"> |
| 65 | + <h3>ShelfSignals</h3> |
| 66 | + <p>Domain-scale toolkit for composable data visualization and analytics</p> |
| 67 | + <a href="https://github.com/gitbrainlab/ShelfSignals" class="project-link" target="_blank" rel="noopener noreferrer">View on GitHub →</a> |
| 68 | + </article> |
| 69 | + |
| 70 | + <article class="project-card"> |
| 71 | + <h3>CrowdCode</h3> |
| 72 | + <p>Governance framework for managing change proposals in collaborative environments</p> |
| 73 | + <a href="https://github.com/gitbrainlab/CrowdCode" class="project-link" target="_blank" rel="noopener noreferrer">View on GitHub →</a> |
| 74 | + </article> |
| 75 | + |
| 76 | + <article class="project-card"> |
| 77 | + <h3>happenstance</h3> |
| 78 | + <p>Reference pattern for scheduled generation and static publishing workflows</p> |
| 79 | + <a href="https://github.com/gitbrainlab/happenstance" class="project-link" target="_blank" rel="noopener noreferrer">View on GitHub →</a> |
| 80 | + </article> |
| 81 | + </div> |
| 82 | + </div> |
| 83 | + </section> |
| 84 | + |
| 85 | + <!-- How it fits together --> |
| 86 | + <section class="architecture"> |
| 87 | + <div class="container"> |
| 88 | + <h2>How it fits together</h2> |
| 89 | + <div class="architecture-diagram"> |
| 90 | + <div class="arch-layer"> |
| 91 | + <div class="arch-box foundation"> |
| 92 | + <strong>context</strong> |
| 93 | + <span>Execution boundary / cross-runtime layer</span> |
| 94 | + </div> |
| 95 | + </div> |
| 96 | + <div class="arch-layer"> |
| 97 | + <div class="arch-box"> |
| 98 | + <strong>ChartSpec</strong> |
| 99 | + <span>Spec-first visualization</span> |
| 100 | + </div> |
| 101 | + <div class="arch-box"> |
| 102 | + <strong>ShelfSignals</strong> |
| 103 | + <span>Domain toolkit</span> |
| 104 | + </div> |
| 105 | + </div> |
| 106 | + <div class="arch-layer"> |
| 107 | + <div class="arch-box"> |
| 108 | + <strong>CrowdCode</strong> |
| 109 | + <span>Governance for changes</span> |
| 110 | + </div> |
| 111 | + <div class="arch-box"> |
| 112 | + <strong>happenstance</strong> |
| 113 | + <span>Scheduled gen → publish</span> |
| 114 | + </div> |
| 115 | + </div> |
| 116 | + </div> |
| 117 | + </div> |
| 118 | + </section> |
| 119 | + |
| 120 | + <!-- Principles --> |
| 121 | + <section class="principles"> |
| 122 | + <div class="container"> |
| 123 | + <h2>Principles</h2> |
| 124 | + <ul class="principles-list"> |
| 125 | + <li> |
| 126 | + <strong>Spec-first artifacts</strong> |
| 127 | + <span>Start with declarative specifications that can be versioned, reviewed, and reused</span> |
| 128 | + </li> |
| 129 | + <li> |
| 130 | + <strong>Inspectable outputs</strong> |
| 131 | + <span>Generate human-readable results that can be examined, debugged, and understood</span> |
| 132 | + </li> |
| 133 | + <li> |
| 134 | + <strong>Composable systems</strong> |
| 135 | + <span>Build modular components that work together without tight coupling</span> |
| 136 | + </li> |
| 137 | + <li> |
| 138 | + <strong>Browser-friendly experiences</strong> |
| 139 | + <span>Prioritize tools and outputs that work well in web environments where possible</span> |
| 140 | + </li> |
| 141 | + <li> |
| 142 | + <strong>Reproducible flows</strong> |
| 143 | + <span>Enable workflows that produce consistent results across different environments</span> |
| 144 | + </li> |
| 145 | + <li> |
| 146 | + <strong>Portable execution</strong> |
| 147 | + <span>Design for cross-runtime compatibility without sacrificing functionality</span> |
| 148 | + </li> |
| 149 | + </ul> |
| 150 | + </div> |
| 151 | + </section> |
| 152 | + </main> |
| 153 | + |
| 154 | + <footer class="footer"> |
| 155 | + <div class="container"> |
| 156 | + <nav class="footer-nav"> |
| 157 | + <a href="https://github.com/gitbrainlab" target="_blank" rel="noopener noreferrer">GitHub Organization</a> |
| 158 | + </nav> |
| 159 | + <p class="footer-copyright">© 2024 GitBrain. Open source projects.</p> |
| 160 | + </div> |
| 161 | + </footer> |
| 162 | +</body> |
| 163 | +</html> |
0 commit comments