7 min read · Updated 2026-07-25
Deploying an AI-built app: from preview to public URL
How to take a project built with AI agents from live preview to a shareable URL, plus when to export to GitHub and host elsewhere.
Preview is not production — but it is close
In Modurian, live preview runs your project in a sandbox so you can click through flows before anyone else sees them. When the preview matches the story you want to tell, deploy to Spaces for a public URL. That URL is ideal for client feedback, investor demos, and user tests.
One-click Spaces deploy
Deploy packages the current workspace and publishes under a Spaces path. Share the link immediately. If something looks wrong, iterate in the agent chat and redeploy. Keep an eye on env-specific behavior — APIs that need secrets may require connectors or a later GitHub-hosted environment.
Export when you need ownership
Download a ZIP or push to GitHub when you want CI, custom domains on your own infra, or a team repo. Agent-built code is ordinary source — treat it like any greenfield project: add tests, linting, and real environment variables.
Checklist before sharing widely
Replace placeholder copy and lorem images. Check mobile widths. Verify primary CTAs go somewhere real. Remove debug UI. Confirm you are comfortable with whatever data the demo exposes. Then share the Spaces link or your self-hosted deploy.
Try it in Modurian
Sign in with Google — no API keys. Build, preview, and deploy in one workspace.
Get started free