Truly anonymous
Reviewers answer four 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 four 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 charts per round, completion trends, theme extraction, team activity — all rendered with zero chart-library bloat.
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 four structured prompts. Submissions are anonymous and editable until the deadline.
On close, an admin triggers consolidation. Gemini identifies themes and proposes actionable next steps.
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 mongodb-community
brew services start mongodb-community
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
Bundles MongoDB, the Go API, and the nginx-served SPA. Open http://localhost.
git clone https://github.com/mondial7/smart-360.git
cd smart-360
make build # frontend + embedded Go binary
cp .env.example .env
$EDITOR .env
./smart360
Requires Go 1.25, Node 20, and a running MongoDB. Great for hacking on the code.
Two deployment shapes from the same codebase.
Smart 360 is open source under the MIT license. Star the repo, file issues, send PRs.