Truly anonymous
Reviewers answer the template's structured prompts. The subject never sees who wrote what, only the consolidated insight.
Open source · MIT licensed · Self-hosted
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.
Reviewers answer the template's structured prompts. The subject never sees who wrote what, only the consolidated insight.
Google Gemini turns raw responses into a calibrated summary with strengths, growth areas, and concrete actions.
Every shared consolidation can be exported as a clean, print-ready PDF — perfect for 1:1s and review packets.
Radar and donut charts rendered as server-side SVG — zero chart-library bloat, no client JS framework.
Admin, Team Admin, and Member roles. Every status transition is recorded in an audit log.
Single Go binary or Docker Compose stack. Works on a laptop, a Raspberry Pi, or a small VM on your LAN.
An admin or team admin picks a subject and a list of reviewers, sets a deadline, and starts the round.
Reviewers answer the template's prompts and rate competencies. Submissions are anonymous and editable until the deadline.
On close, an admin triggers consolidation and watches the moderation + synthesis progress stream live over SSE.
The admin reviews, optionally adds notes, then shares the consolidation with the subject in-app and as PDF.
Pick the one that fits your environment. All three install the same product.
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
Open http://localhost:8080. A single Go binary with the UI embedded — no Node, no Docker required.
git clone https://github.com/mondial7/smart-360.git
cd smart-360
cp .env.example .env
$EDITOR .env
docker compose up -d --build
Brings up PostgreSQL and the app. Open http://localhost:8080.
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
Requires Go 1.26 and a reachable PostgreSQL. Great for hacking on the code.
One server-rendered Go binary, backed by Postgres.
Smart 360 is open source under the MIT license. Star the repo, file issues, send PRs.