<- All updates

Publishing

Claim an anonymous deployment

Publish without signing in, then claim the same URL within an hour if you want to keep it.

Released
Area
Publishing

You can still publish without an account:

npx @getflat/cli deploy ./dist

An anonymous deployment stays live for one hour. After publishing, the CLI prints its exact expiry time and a claim command.

Run that command before the hour is up if you want to keep it:

getflat claim DEPLOYMENT_ID CLAIM_TOKEN you@example.com

The CLI opens a browser so you can sign in. Once the claim completes, the deployment keeps its original onflat.page URL and no longer expires. The CLI also saves an API key, so future deployments are permanent.

Sign in before publishing when you need a custom domain.