Cloud Storage

Save tilesets and projects to the cloud with your EchoForge account.

EchoForge Account

Cloud features require an EchoForge account. This is the same account used across all EchoForge products (EchoQuest, TileForge, etc.).

Signing Up / Signing In

Click the Sign In button in the status bar (bottom-right of the editor). A dialog appears where you can sign in with an existing account or create a new one with email and password.

Authentication uses JWT tokens from the EchoForge accounts server at echoquest.net. Tokens auto-refresh before expiry so you stay signed in.

Account Info

When signed in, the status bar shows your email. Click it to see account details and a Sign Out option.

What Cloud Storage Provides

Storage Tiers

TierStorage LimitPrice
Free25 MBFree
Plus100 MBIncluded with Plus
Pro500 MBIncluded with Pro

Pixel art tilesets are tiny (3-80 KB each). 25 MB holds 500+ tilesets and maps — more than enough for several projects.

How It Works

Cloud storage uses Cloudflare R2 as the backend, accessed via a Cloudflare Worker API.

Offline / Anonymous Fallback

If you are not signed in (or working offline), TileForge uses IndexedDB for local asset storage. Your tilesets and project data are saved in the browser's local database.

This means TileForge works fully offline — cloud features simply add cross-device sync and sharing on top.