Give Claude Code the deployment prompt
Tell it whether this is a new app or an existing project. The prompt points Claude Code at the matching Saasie instructions, so it reads the platform contract before changing the project.
CLAUDE CODE HOSTING
Claude Code can take the app in front of it all the way to a live URL. Saasie gives it a small command line tool, a hosting contract it can read for itself, and somewhere to push the finished code.
your-app.saasie.app ● LIVE
Claude writes it ✦ Claude deploys it ✦ Saasie keeps it running
FROM FOLDER TO URL
You do not need to copy commands between Claude Code and a hosting dashboard. Ask it to deploy the project it already knows, then stay in the conversation while it does the mechanical work.
Tell it whether this is a new app or an existing project. The prompt points Claude Code at the matching Saasie instructions, so it reads the platform contract before changing the project.
Claude Code installs the CLI and asks Saasie to email you a one-time code. Paste that code back into the conversation. There is no separate password or control panel to configure.
Claude Code adds the small deployment files the app needs, pushes the code, watches the build and opens the finished address. If a build fails, it can read the log and correct the project in place.
THE ONLY PRE-FLIGHT CHECK
On your own computer, usually yes. Claude Code already has a shell and uses your machine's network, so it can install Saasie and push the app once you approve the relevant commands.
In a remote or restricted environment, allow outbound HTTPS to saasie.io, api.saasie.io and *.saasie.app. Git can use HTTPS on port 443 too, so a sandbox that blocks SSH port 2222 can still complete the deploy.
CLAUDE CODE HOSTING FAQ
CLAUDE CODE CAN DO THE REST