Ask Codex for the app and the deployment
Start with the result you want: a new focused app, or the project already in the workspace, running on Saasie. The starter prompt tells Codex which agent instructions to read before it edits.
CODEX APP HOSTING
Codex can build the feature, prepare the project for production and put it online in the same task. Saasie is the small, agent-readable hosting layer that turns its code into a running app and a URL.
your-app.saasie.app ● LIVE
Codex reads the repo ✦ Codex ships the change ✦ Saasie runs the app
FROM TASK TO LIVE APP
Codex already has the context needed to make the project deployable. Keep hosting in the same task and it can test the real build, fix deployment-shaped failures and return the final address.
Start with the result you want: a new focused app, or the project already in the workspace, running on Saasie. The starter prompt tells Codex which agent instructions to read before it edits.
Codex installs the Saasie CLI and sends a code to your email address. Paste the code into the task and Codex can create the app, its repository and its database on your behalf.
A push starts the build. Codex follows the build log, checks the health endpoint and visits the public URL. The task is done when the deployed app works, not when a local preview happens to load.
LOCAL OR CLOUD
A local Codex session normally uses your computer and its network. If it can run shell commands in the project, it has the two basic capabilities a Saasie deployment needs.
Codex cloud environments block internet access during the agent phase by default. Enable it for the environment and keep the allowlist narrow: saasie.io, api.saasie.io and *.saasie.app over HTTPS are enough when Git also travels over port 443.
CODEX APP HOSTING FAQ
CODEX CAN DO THE REST