AI written
I'm tired and bad at writing things, help appreciated - file an issue or PR on GitHub.

Documentation

Where to go next.

The README now stays focused on the product. Detailed experiment history, architecture notes, distribution flow, and schemas live in dedicated documents.

Product

README

The top-level README describes the two product frontends, setup, common commands, bundles, config, and distribution packaging.

Open README
Experiments

Desktop GUI experiments

The moved experiment document explains the renderer inventory, benchmark lessons, and why only swiftui-macos and tauri-webui are product frontends.

Open experiment doc
Lessons

Platform lessons

The benchmark article explains which platform makes sense for which situation after combining runtime numbers, implementation difficulty, completeness, packaging, and visual review needs.

Read platform lessons
Architecture

Development architecture

Repository layout, platform runner commands, stable code, experimental code, and AI documentation structure.

Open architecture doc
Distribution

Packaging

Signing, notarization, Tauri packages, SwiftUI DMGs, release artifacts, and embedded bundle defaults.

Open distribution doc

Generate this site

Edit Markdown in site_src/, then run:

python3 scripts/build_site.py
open site/index.html

The generated HTML is written to site/ and can be served by GitHub Pages.