Hacker News new | ask | show | jobs
by msuozzo 326 days ago
Author here!

> I'm very excited about this project

Thank you!

> but it could really do with a web UI of some sort!

Couldn't agree more! The terminal UI exists (`./tools/ctl tui`) but is oriented towards developers on the project or to those who wish to run their own instance. Making the system and data more accessible to general users is a big priority.

1 comments

I got a basic web UI working here: https://storage.googleapis.com/rebuild-ui/index.html

It's using that fixed list from the Gist though, I haven't set it up to update and reflect new listed projects.

nice! bit of UI feedback: when I type "pypi/requests" into the search bar, I expected to see versions sorted descending, so newer ones show up higher