// sync.jsx — Sync / Sign In page const SyncScreen = () => { const Device = ({ name, model, when, current, icon }) => (
{icon}
{name}{current && This device}
{model} · {when}
Synced
); return (
ely://settings/sync
Cloudflare Sync · end-to-end encrypted

Your tabs, on every device.

Sign in once and ELY keeps your tabs, workspaces, pinned items and history in sync — encrypted in your hands, mirrored at the edge.

Better Auth · ELY Account
alex@elybrowser.com
••••••••••
or continue with
{['Google','GitHub','Apple'].map(p=>(
{p==='GitHub' && } {p==='Google' && } {p==='Apple' && } {p}
))}
By signing in you accept the ELY terms & privacy.
Devices
3 connected
}/> }/> }/>
Pair a device or scan QR with the ELY app
Recovery key
The only way to restore an end-to-end encrypted account. We don't keep a copy.
river · slate · candle · lantern
orchid · meadow · whistle · ember
Copy Download .txt I've saved it
What syncs
{[['Tabs & pinned',true],['Workspaces',true],['History',true],['Bookmarks',true],['Reading list',true],['Plugins',true],['Passwords',false],['Open windows',false]].map(([n,on],i)=>(
{on? : }
))}
);}; window.SyncScreen = SyncScreen;