> ## Documentation Index
> Fetch the complete documentation index at: https://base.bangwu.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Desktop Development

> Desktop application development hub focused on Tauri, a Rust-based cross-platform framework for building lightweight apps with web technologies.

![FlutterTransparent](https://cdn.bangwu.top/img/FlutterTransparent.png)

Desktop clients are the software users run — `.exe`, `.apk`, `.ipa` files. Desktop development is the process of building these applications.

<CardGroup cols={2}>
  <Card title="Tauri Practice" icon="laptop-code" href="/software/tauri">
    Auto-release with GitHub Actions, SSR compatibility fixes, and more.
  </Card>

  <Card title="SolidJS + Tauri" icon="laptop-code" href="/frontend/solidjs">
    OnlyWrite — local-first writing app with reactive UI.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Monorepo Architecture" icon="cubes" href="/software/monorepo">
    Bun + Turborepo monorepo — project structure, shared packages, CI/CD.
  </Card>

  <Card title="OnlyWrite" icon="pen-nib" href="https://github.com/markbang/OnlyWrite">
    Local-first desktop writing app built with SolidJS + Tauri 2.
  </Card>
</CardGroup>
