@simonw : Some feedback on the main home page:

it would be good to have the 2/3 step process to get up and running right on the home page near the top. E.g.:

    $ pip install dataset
    $ dataset data.db -o
(Maybe add a toggle/tab in a widget for the Docker version)
Interesting - I hadn't thought about putting that right on the homepage. The GitHub README has that: https://github.com/simonw/datasette

I worry that my target audience for the homepage won't necessarily have access to a working Python and pip, and so won't be able to just run that command without additional guidance (see https://docs.datasette.io/en/stable/installation.html )

That's why I emphasize trying out a hosted demo on the homepage instead.