Why one HTTP API is the whole architecture
Every surface in Starterdough (web, desktop, mobile, scripts, the Python service) is a thin client of a single HTTP API. Here is what that rule buys and what it costs.
- architecture
- api
Blog
Why the architecture looks the way it does.
Every surface in Starterdough (web, desktop, mobile, scripts, the Python service) is a thin client of a single HTTP API. Here is what that rule buys and what it costs.
One SvelteKit codebase runs as a website, an installable PWA, a Tauri desktop or mobile app, and on a self-hosted server reachable through Tailscale. How the targets fit together.