FAQ

Frequently asked questions

Can PetZone deploy directly on GitHub Pages?

Yes. The public site is static HTML, CSS, JS, and JSON, so GitHub Pages can host it directly.

Where does daily AI publishing run?

Daily publishing runs in GitHub Actions with secrets stored in repository settings, never in the browser.

Can I switch from OpenAI to another provider later?

Yes. The automation layer uses an OpenAI-compatible adapter, so you can swap the base URL, model, and key later.