Map your team's philosophical commitments and see where everyone stands.
cd philosophy-profiler
npm install
npm startThen open http://localhost:3000 in your browser.
When you run npm start, the terminal shows a Network URL like http://192.168.1.42:3000.
Share that URL — anyone on the same WiFi can open it on their phone or laptop.
- Push this folder to a GitHub repo
- Go to render.com, sign up free
- New → Web Service → connect your repo
- Settings: Build Command =
npm install, Start Command =npm start - You'll get a public URL like
https://philosophy-profiler.onrender.com - Share that URL with anyone!
- Install ngrok:
brew install ngrok(Mac) or download from ngrok.com - Run the app:
npm start - In another terminal:
ngrok http 3000 - Share the ngrok URL it gives you (works from anywhere!)
- Create a Room — name it after your team
- Share the link — teammates open it on any device
- Everyone takes the quiz — ~40 questions, ~15 min
- See results — radar charts, position labels, philosophical distance matrix
All profiles are saved in data/profiles.json. Back this file up if you want to keep results.