Spoiler alert : old guy rambling...
I have, for a very long time, been aiming at a sort-of WBC
TM like Garth's - with proper IO and programmed in a 'respectable' language.
My Acorn Atom had a home-made board plugged into the back of it and used the VIA to pilot a few inputs and outputs (and the printer, of course).
I used it for various experiments whenever I wanted digital IO. Then career got in the way, my Atom got drowned... and I discovered PICs and later the AVR chips and Arduino. Each time I found myself re-building a piece of temporary test kit with a micrcontroller inside it I would inwardly swear at myself for not yet having the WBC...
The journey is one of learning and experimenting and getting side-tracked into all sorts of interesting corners, but the target is still there.
I've adopted the 'respectable' language :
PLASMA, it is well structured and easy to write, and has some neat features. I had *almost* finished what was called WBC3 and which had on-board SPI and I2C but was lacking in a decent monitor.
Then I tried the RP6502 'Picocomputer' and I liked what it could do, especially with
PLASMA on board. I wrote a self_hosted assembler for it and it got me thinking about the 65816 and the extra possibilities that it could provide. The author of the RP6502 was most unhelpful (sic) when I asked for pointers to migrate the 'picocomputer' to the 65816. He even banned me from their forum! I was quite chuffed - never been banned from anything, me. So I've reverse-learned the R Pi Pico2 environment (the source code has virtually no documentation) and have a Frankenstein-like contraption with two logic analyzers plugged-into it. Almost there... The idea is that, as the RP2350B is already providing the file system, monitor, etc. it could also provide the SPI, I2C and other services - leaving a HUGE memory-map free on the '816. The 'picocomputer' sits on a 100x150 board, the '816 version could be around the same size - perhaps a bit bigger for all the I/O connectors.
So - don't hold your breath - but there should soon be another new contraption to show-off !
Ramble over!

(EDIT: a few typos)