// hub directory

Hub: Every .md & .html, one page.

Point Hub at a folder. It indexes every Markdown and HTML file inside into full-text search with task lineage, and serves a fast local browser — split-pane preview, kind filters, activity view, timeline. No npm. No framework. Pure stdlib Python.

pip install hubspaces View on GitHub →

Then cd into any project and run hub serve — or try it instantly: hub serve --demo.

Hub index — every document in one searchable page

// what it does


// get started

# install (isolated)
pipx install hubspaces

# browse any folder
cd ~/my-project
hub serve             # http://localhost:8787, rebuilds on change

Configure with a hub.toml (hub init scaffolds one): scan root, port, excluded dirs, default view.