Writer

A place for your words.

Paste your text. Add it to Google Docs, one word at a time.

Google connection settings
  1. In Google Cloud, create or choose a project and enable the Google Docs API.
  2. Configure the Google Auth Platform consent screen. For personal testing, add your own Google email as a test user. Add the scope https://www.googleapis.com/auth/documents.
  3. Create an OAuth client with application type Web application. Add this site’s origin to Authorized JavaScript origins: . A redirect URI is not needed for this popup flow.
  4. Paste the client ID above. It is a public identifier; never paste a client secret.

Host this file over HTTPS (or localhost for development). Opening it as a local file cannot sign in with Google. If you publish for other people, Google may require OAuth verification.