Is your feature request related to a problem? Please describe.
design.md plans a desktop app, but users still need terminal, Node, optional Docker, and multiple ports. Non-technical bloggers and workshops cannot "open app and write."
Describe the solution you'd like
desktop/ Electron shell loading web/dist
- Start/stop
reactpress dev from the UI
- Port/health status; reuse
reactpress doctor
- Later: macOS/Windows installers, system tray
Describe alternatives you've considered
- Docs-only quick start — still CLI-first
- Web-only SaaS — different product; does not help local/self-hosted users
Is your feature request related to a problem? Please describe.
design.mdplans a desktop app, but users still need terminal, Node, optional Docker, and multiple ports. Non-technical bloggers and workshops cannot "open app and write."Describe the solution you'd like
desktop/Electron shell loadingweb/distreactpress devfrom the UIreactpress doctorDescribe alternatives you've considered