datasette-ports 0.1

📰 Simon Willison's Blog

Release: datasette-ports 0.1 Another example of README-driven development, this time solving a problem that might be unique to me. I often find myself running a bunch of different Datasette instances with different databases and different in-development plugins, spreads across do

Published 6 Apr 2026

Full Article

Title: Release: datasette-ports 0.1

URL Source: https://simonwillison.net/2026/Apr/6/datasette-ports/

Markdown Content:
# [Simon Willison’s Weblog](https://simonwillison.net/)

[Subscribe](https://simonwillison.net/about/#subscribe)

**Sponsored by:** Depot — AI agents write code in seconds. CI shouldn't make them wait minutes. [Try Depot CI](https://10xn.link/simon-depot)

6th April 2026

[Release](https://simonwillison.net/elsewhere/release/)[datasette-ports 0.1](https://github.com/datasette/datasette-ports/releases/tag/0.1)— Find all currently running Datasette instances and list their ports

Another [example](https://gisthost.github.io/?f92d8a6bdadee1c77972b5e51954144e) of README-driven development, this time solving a problem that might be unique to me.

I often find myself running a bunch of different [Datasette](https://datasette.io/) instances with different databases and different in-development plugins, spreads across dozens of different terminal windows - enough that I frequently lose them!

Now I can run this:

```
datasette install datasette-ports
datasette ports
```

And get a list of every running instance that looks something like this:

```
http://127.0.0.1:8333/ - v1.0a26
Databases: data
Plugins: datasette-enrichments, datasette-enrichments-llm, datasette-llm, datasette-secrets
http://127.0.0.1:8001/ - v1.0a26
Databases: creatures
Plugins: datasette-extract, datasette-llm, datasette-secrets
http://127.0.0.1:8900/ - v0.65.2
Databases: logs
```

Posted [6th April 2026](https://simonwillison.net/2026/Apr/6/) at 12:23 am

## Recent articles

* [Have your agent record video demos of its work with shot-scraper video](https://simonwillison.net/2026/Jun/30/shot-scraper-video/) - 30th June 2026
* [Porting the Moebius 0.2B image inpainting model to run in the browser with Claude Code](https://simonwillison.net/2026/Jun/22/porting-moebius/) - 22nd June 2026
* [sqlite-utils 4.0rc1 adds migrations and nested transactions](https://simonwillison.net/2026/Jun/21/sqlite-utils-40rc1/) - 21st June 2026

This is a **beat** by Simon Willison, posted on [6th April 2026](https://simonwillison.net/2026/Apr/6/).

[datasette 1,522](https://simonwillison.net/tags/datasette/)
### Monthly briefing

Sponsor me for **$10/month** and get a curated email digest of the month's most important LLM developments.

Pay me to send you less!

[Sponsor & subscribe](https://github.com/sponsors/simonw/)

* [Disclosures](https://simonwillison.net/about/#disclosures)
* [Colophon](https://simonwillison.net/about/#about-site)
* ©
* [2002](https://simonwillison.net/2002/)
* [2003](https://simonwillison.net/2003/)
* [2004](https://simonwillison.net/2004/)
* [2005](https://simonwillison.net/2005/)
* [2006](https://simonwillison.net/2006/)
* [2007](https://simonwillison.net/2007/)
* [2008](https://simonwillison.net/2008/)
* [2009](https://simonwillison.net/2009/)
* [2010](https://simonwillison.net/2010/)
* [2011](https://simonwillison.net/2011/)
* [2012](https://simonwillison.net/2012/)
* [2013](https://simonwillison.net/2013/)
* [2014](https://simonwillison.net/2014/)
* [2015](https://simonwillison.net/2015/)
* [2016](https://simonwillison.net/2016/)
* [2017](https://simonwillison.net/2017/)
* [2018](https://simonwillison.net/2018/)
* [2019](https://simonwillison.net/2019/)
* [2020](https://simonwillison.net/2020/)
* [2021](https://simonwillison.net/2021/)
* [2022](https://simonwillison.net/2022/)
* [2023](https://simonwillison.net/2023/)
* [2024](https://simonwillison.net/2024/)
* [2025](https://simonwillison.net/2025/)
* [2026](https://simonwillison.net/2026/)
Read full article → ← Back to Reads