By Max Techera · Open-source (MIT) · Updated June 2026
Blog

Can you make a Codex site public (or private)?

Yes — and you can control exactly who sees it by publishing to your own domain.

npxnpx drops-cli report.html --managed

Codex output can be shared, but you control the privacy by where it lands. Publish it public (--no-lock) or private (password) on your own domain instead of a vendor's.

Public or private, your call

drop site.html            # public, branded
drop site.html -p secret  # private, password-gated

FAQ

Is it really open-source and self-hosted?
Yes — MIT licensed, and it runs on your own Vercel Blob + domain. No third party ever holds your content (it's encrypted client-side) or controls your URL.

Share what your AI builds — on your own domain.

Open-source, zero-knowledge, free. Try it in one command:

npx drops-cli report.html --managed