Claude Code deployment
Deploy Claude Code apps to production
Build in Claude Code, then ship with Leash. One command turns a local AI-built app into a live HTTPS app with Google sign-in, environment variables, and a dashboard your team can actually use.
Build me a team intake app with Next.js.
Claude Code creates the app locally...
/leash:deploy
$ leash deploy
Detected Next.js
Building production image
Live: https://team-intake-your-org.un.leash.build
Built-in auth
Every Leash app gets Google sign-in and org-aware access without adding Clerk, Auth0, or custom middleware.
Production URL
Leash builds your project and publishes a stable HTTPS app URL your team can open immediately.
Team dashboard
Apps deployed from Claude Code are visible in one Leash workspace, so prototypes do not disappear on a laptop.
The Claude Code to production loop
Leash is the last mile for AI-coded internal tools: deployment, auth, team visibility, and runtime configuration in one workflow.
- 1
Build
Ask Claude Code to create a dashboard, API, form, or workflow app.
- 2
Deploy
Run /leash:deploy from Claude Code. Leash checks, builds, and publishes the app.
- 3
Share
Send the live URL. Teammates sign in with Google and start using it.
FAQ
How do I deploy claude code app projects?
Install the Leash CLI and Claude Code plugin, build your app in Claude Code, then ask Claude to run /leash:deploy. Leash detects the framework, builds the app, and gives you a live HTTPS URL.
Can claude code deploy to production with auth?
Yes. Leash deploys Claude Code projects to production with Google sign-in, organization access, environment variables, and a dashboard for your team.
What does /leash:deploy do?
/leash:deploy tells Claude Code to run the Leash deploy workflow from your project directory. The CLI checks the project, builds it, and publishes it to Leash.