Mind Rankings
💡

Notice a great mind missing?

Let us know!

Admin Console

Add Custom Mind (Local Browser Sandbox)

🛡️ Direct Admin Sandbox: No password is required because all changes made here are kept locally on your device.

⚠️ Pictures Saved Locally: Any custom minds and uploaded pictures you add are stored strictly inside your browser's local sandbox and are not uploaded to our servers.

Isolated Mode Trigger: The second you add a custom candidate or delete anyone, this browser will enter Isolated Local Storage Mode. The global leaderboard will no longer change or sync for you.

To return to standard global sync and view the shared rankings, simply click "Reset to Default 47" below.
Select an image from your computer to represent this mind.

All Minds

💻 Want to add minds permanently to Vercel?

Since Vercel hosts a static site, custom browser uploads only stay in your local browser. To add new minds permanently for everyone:

  1. Put the photo file in your local scientist-pics/ folder.
  2. Open index.html on your computer.
  3. Find the DEFAULT_MINDS array in the JavaScript section and add your scientist:
    { name: "Your Name", photo_path: "scientist-pics/filename.jpg" }
  4. Commit the changes and push to GitHub:
    git add . && git commit -m "Add new scientist" && git push