Turn Document ยท June 13, 2026

Configure Local Web and Desktop Development for the Hosted API

Branchlavender/configure-hosted-api-endpoint
Issueislandflow-7l2
API Hosthttps://api.flow.deltaisland.io
App Hosthttps://flow.deltaisland.io

Summary

Local web development and the desktop local-UI workflow now default API and WebSocket traffic to https://api.flow.deltaisland.io, while the hosted desktop window still opens the app at https://flow.deltaisland.io.

Changes Made

Context

The VPS check over ssh di confirmed https://api.flow.deltaisland.io/health returns 200, while https://flow.deltaisland.io/health returns 404. The app origin remains the hosted UI, and the API subdomain is the correct base for local dev API and WebSocket calls.

Important Implementation Details

Relevant Diff Snippets

Rendered with @pierre/diffs/ssr from the focused endpoint patch and contained in an offline iframe.

Expected Impact for End-Users

Running local web or desktop development should reach the live Delta Island API without manually remembering the current API hostname. Hosted desktop behavior stays pointed at the public app.

Validation

Issues, Limitations, and Mitigations

Follow-up Work

No endpoint follow-up is required. The existing port 3000 listener can be stopped separately if the user wants a clean local dev server restart.