-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
284 lines (265 loc) · 11.9 KB
/
Copy pathindex.html
File metadata and controls
284 lines (265 loc) · 11.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Smart 360 — AI-powered anonymous 360° feedback</title>
<meta name="description" content="Smart 360 turns anonymous peer feedback into clear, actionable insights using Google Gemini. A single self-hosted Go binary — Docker, Homebrew, or source." />
<meta property="og:title" content="Smart 360 — AI-powered anonymous 360° feedback" />
<meta property="og:description" content="Self-hostable 360° feedback platform with AI consolidation, role-based access, and PDF export." />
<meta property="og:type" content="website" />
<link rel="icon" href="assets/favicon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="assets/styles.css" />
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header">
<nav class="site-nav" aria-label="Primary">
<a class="brand" href="#top">
<span class="brand-mark" aria-hidden="true">360°</span>
<span class="brand-name">Smart 360</span>
</a>
<button
class="nav-toggle"
type="button"
aria-label="Toggle navigation menu"
aria-controls="nav-links"
aria-expanded="false"
>
<span class="nav-toggle-bar" aria-hidden="true"></span>
<span class="nav-toggle-bar" aria-hidden="true"></span>
<span class="nav-toggle-bar" aria-hidden="true"></span>
</button>
<ul class="nav-links" id="nav-links">
<li><a href="#features">Features</a></li>
<li><a href="#how">How it works</a></li>
<li><a href="#install">Install</a></li>
<li><a href="#architecture">Architecture</a></li>
<li>
<a class="nav-cta" href="https://github.com/mondial7/smart-360" rel="noopener">
GitHub →
</a>
</li>
</ul>
</nav>
</header>
<main id="main">
<section class="hero" id="top">
<div class="hero-inner">
<p class="eyebrow">Open source · MIT licensed · Self-hosted</p>
<h1>Turn honest peer feedback into <em>actionable growth</em>.</h1>
<p class="lede">
Smart 360 collects anonymous structured feedback from your team
and uses Google Gemini to consolidate it into clear strengths,
improvement areas, and concrete next steps.
</p>
<div class="cta-row">
<a class="btn btn-primary" href="#install">Install in 60 seconds</a>
<a class="btn btn-secondary" href="https://github.com/mondial7/smart-360" rel="noopener">View on GitHub</a>
</div>
<p class="hero-meta">
<span>🍺 Homebrew</span><span>🐳 Docker</span><span>⚙️ Single Go binary</span>
</p>
</div>
<div class="hero-card" aria-hidden="true">
<div class="card-row">
<span class="dot dot-green"></span>
<span class="dot dot-amber"></span>
<span class="dot dot-red"></span>
<span class="card-title">consolidation · Q2 review</span>
</div>
<h3>Executive summary</h3>
<p>Strong technical leadership, consistently unblocks the team, and is trusted to own ambiguous problems end-to-end.</p>
<h4>Strengths</h4>
<ul>
<li>Clear written communication in design docs</li>
<li>Mentors junior engineers patiently</li>
<li>Drives reviews to closure quickly</li>
</ul>
<h4>Suggested next steps</h4>
<ul>
<li>Delegate code review for low-risk PRs</li>
<li>Run a quarterly retro with the platform team</li>
</ul>
</div>
</section>
<section class="features" id="features">
<h2>What it gives your team</h2>
<div class="grid">
<article class="feature">
<span class="feature-icon">🕶</span>
<h3>Truly anonymous</h3>
<p>Reviewers answer the template's structured prompts. The subject never sees who wrote what, only the consolidated insight.</p>
</article>
<article class="feature">
<span class="feature-icon">✨</span>
<h3>AI consolidation</h3>
<p>Google Gemini turns raw responses into a calibrated summary with strengths, growth areas, and concrete actions.</p>
</article>
<article class="feature">
<span class="feature-icon">📄</span>
<h3>Branded PDFs</h3>
<p>Every shared consolidation can be exported as a clean, print-ready PDF — perfect for 1:1s and review packets.</p>
</article>
<article class="feature">
<span class="feature-icon">📊</span>
<h3>Personal & admin analytics</h3>
<p>Radar and donut charts rendered as server-side SVG — zero chart-library bloat, no client JS framework.</p>
</article>
<article class="feature">
<span class="feature-icon">🛡️</span>
<h3>Role-based access</h3>
<p>Admin, Team Admin, and Member roles. Every status transition is recorded in an audit log.</p>
</article>
<article class="feature">
<span class="feature-icon">🏠</span>
<h3>Runs on your hardware</h3>
<p>Single Go binary or Docker Compose stack. Works on a laptop, a Raspberry Pi, or a small VM on your LAN.</p>
</article>
</div>
</section>
<section class="how" id="how">
<h2>How it works</h2>
<ol class="steps">
<li>
<span class="step-num">1</span>
<h3>Create a round</h3>
<p>An admin or team admin picks a subject and a list of reviewers, sets a deadline, and starts the round.</p>
</li>
<li>
<span class="step-num">2</span>
<h3>Collect feedback</h3>
<p>Reviewers answer the template's prompts and rate competencies. Submissions are anonymous and editable until the deadline.</p>
</li>
<li>
<span class="step-num">3</span>
<h3>Consolidate with AI</h3>
<p>On close, an admin triggers consolidation and watches the moderation + synthesis progress stream live over SSE.</p>
</li>
<li>
<span class="step-num">4</span>
<h3>Share the result</h3>
<p>The admin reviews, optionally adds notes, then shares the consolidation with the subject in-app and as PDF.</p>
</li>
</ol>
</section>
<section class="install" id="install">
<h2>Three ways to install</h2>
<p class="lede center">Pick the one that fits your environment. All three install the same product.</p>
<div class="install-grid">
<article class="install-card">
<header>
<span class="install-tag">Recommended for LAN / personal use</span>
<h3>🍺 Homebrew</h3>
</header>
<pre><code>brew install postgresql@16
brew services start postgresql@16
createdb smart360
brew tap mondial7/tap
brew install smart360
smart360-setup
$EDITOR ~/.config/smart360/.env
brew services start smart360</code></pre>
<p>Open <code>http://localhost:8080</code>. A single Go binary with the UI embedded — no Node, no Docker required.</p>
</article>
<article class="install-card">
<header>
<span class="install-tag">Recommended for servers</span>
<h3>🐳 Docker Compose</h3>
</header>
<pre><code>git clone https://github.com/mondial7/smart-360.git
cd smart-360
cp .env.example .env
$EDITOR .env
docker compose up -d --build</code></pre>
<p>Brings up PostgreSQL and the app. Open <code>http://localhost:8080</code>.</p>
</article>
<article class="install-card">
<header>
<span class="install-tag">For development</span>
<h3>⚙️ From source</h3>
</header>
<pre><code>git clone https://github.com/mondial7/smart-360.git
cd smart-360
docker compose up -d postgres
cp .env.example .env
go run ./cmd/server</code></pre>
<p>Requires Go 1.26 and a reachable PostgreSQL. Great for hacking on the code.</p>
</article>
</div>
</section>
<section class="architecture" id="architecture">
<h2>Architecture at a glance</h2>
<p class="lede center">One server-rendered Go binary, backed by Postgres.</p>
<div class="arch-grid">
<div class="arch-card">
<h3>The app</h3>
<svg viewBox="0 0 360 240" role="img" aria-label="Application architecture">
<rect x="20" y="20" width="320" height="100" rx="10" class="box-primary" />
<text x="180" y="52" text-anchor="middle" class="box-title">smart360 (Go)</text>
<text x="180" y="74" text-anchor="middle" class="box-sub">chi · html/template · htmx · SSE</text>
<text x="180" y="96" text-anchor="middle" class="box-sub">Gemini · PDF · embedded assets</text>
<line x1="180" y1="120" x2="180" y2="155" class="link" />
<rect x="110" y="160" width="140" height="60" rx="10" class="box-secondary" />
<text x="180" y="185" text-anchor="middle" class="box-title">PostgreSQL</text>
<text x="180" y="205" text-anchor="middle" class="box-sub">:5432</text>
</svg>
</div>
<div class="arch-card">
<h3>Request flow</h3>
<svg viewBox="0 0 360 280" role="img" aria-label="Request flow">
<rect x="20" y="10" width="320" height="55" rx="10" class="box-accent" />
<text x="180" y="35" text-anchor="middle" class="box-title">Browser</text>
<text x="180" y="54" text-anchor="middle" class="box-sub">HTML · htmx swaps · SSE</text>
<line x1="180" y1="65" x2="180" y2="95" class="link" />
<rect x="20" y="100" width="320" height="70" rx="10" class="box-primary" />
<text x="180" y="128" text-anchor="middle" class="box-title">handlers → repo</text>
<text x="180" y="150" text-anchor="middle" class="box-sub">session cookie auth · CSRF</text>
<line x1="180" y1="170" x2="180" y2="200" class="link" />
<rect x="20" y="205" width="320" height="60" rx="10" class="box-secondary" />
<text x="180" y="233" text-anchor="middle" class="box-title">PostgreSQL</text>
<text x="180" y="253" text-anchor="middle" class="box-sub">named volume</text>
</svg>
</div>
</div>
</section>
<section class="cta-band">
<h2>Ready to give your team better reviews?</h2>
<p>Smart 360 is open source under the MIT license. Star the repo, file issues, send PRs.</p>
<div class="cta-row">
<a class="btn btn-primary" href="https://github.com/mondial7/smart-360" rel="noopener">Get Smart 360 →</a>
<a class="btn btn-secondary" href="https://github.com/mondial7/smart-360/blob/main/README.md" rel="noopener">Read the docs</a>
</div>
</section>
</main>
<footer class="site-footer">
<p>
Built with Go, htmx, and Google Gemini.
Source on <a href="https://github.com/mondial7/smart-360" rel="noopener">GitHub</a>.
MIT licensed.
</p>
</footer>
<script>
(function () {
var nav = document.querySelector('.site-nav');
var toggle = document.querySelector('.nav-toggle');
var links = document.getElementById('nav-links');
if (!nav || !toggle || !links) return;
function setOpen(open) {
nav.classList.toggle('is-open', open);
toggle.setAttribute('aria-expanded', String(open));
}
toggle.addEventListener('click', function () {
setOpen(toggle.getAttribute('aria-expanded') !== 'true');
});
// Close the menu after tapping a link or pressing Escape.
links.addEventListener('click', function (e) {
if (e.target.closest('a')) setOpen(false);
});
document.addEventListener('keydown', function (e) {
if (e.key === 'Escape') setOpen(false);
});
})();
</script>
</body>
</html>