+ Rounds
⌘K
newest first · esc to clear
Dark mode
Compact density
+

This hub is locked.

Enter the password to open Rounds.
You'll only be asked once on this device.

Adding a tool

  1. Drop your self-contained HTML file into the tools/ folder.
  2. Add one entry for it in manifest.json:
{
  "id": "my-tool",
  "title": "My new tool",
  "topic": "Cardiology",
  "date": "2026-07-03",
  "file": "tools/my-tool.html",
  "description": "One-line summary.",
  "tags": ["flashcards"]
}

Redeploy (or push) and the sidebar picks it up automatically — nothing in index.html ever needs editing.