Skip to main content
ThinkEx reads runtime configuration from Cloudflare bindings, environment variables, and local .dev.vars files. Infisical is the shared secret source for the core team, but it is not required to run the app locally.

Required to Run Locally

Optional Secrets

Declared but unset secrets do not stop local startup. The matching feature fails or stays disabled when invoked.

Secret Declaration

wrangler.jsonc declares every Worker secret under secrets.required. In local development, only names declared there are loaded from .dev.vars, .env, or process.env.
If you add a new secret, add its name to wrangler.jsonc; otherwise it may never reach the Worker in local development.

Guest Sign-In

Local development shows a Continue as guest button. Automation can create the same anonymous session directly:
Reuse the cookie jar for follow-up requests. For the lower-level repo note, see ENVIRONMENT.md.