{#if state == ReadyState.Connected} {:else if state == ReadyState.Connecting}

{connectionState}


Adrift is routing you to a server available to take your requests.
The initial connection may take several minutes depending on server load

{:else if !import.meta.env.VITE_ADRIFT_DEV}

Surf the web, Adrift

A fast and modern decentralized proxy network

Select a Tracker

Trackers allow you to connect to Adrift

{#each Object.keys(TrackerList) as tracker} {tracker} {/each}
{#if chosenTracker} {/if}

TLS has not currently been implemented for the Adrift Swarm. Your data will not be private, and you should not sign into any accounts that you care much about


{:else}

Adrift DEV

{/if}