Skip to main content

Deployment

Deploy your Seemodo app to production with one click. Your app gets a public URL where anyone can access it.

Publishing your app

1

Open your project

Navigate to the Project Editor for the app you want to deploy.
2

Click Publish

Click the Publish button in the top bar. The Deploy panel opens.
3

Deploy

Click Deploy to start the build and publish process.
4

Get your URL

Once complete, you receive a live URL like yourproject.seemodo.app.

Deploy panel features

The Deploy panel shows:

Current deployment

  • Status — Draft, Building, Live, or Error
  • URL — Your public app URL
  • Preview URL — Test URL before going live
  • Created — When the deployment was made

Deployment history

All previous deployments with:
  • Timestamp
  • Status (success/failed)
  • Commit SHA reference
  • One-click rollback capability

Site metadata

Configure how your app appears when shared on social media and in search results:
FieldPurposeFormat
Site titleBrowser tab title and social share headingText
Site descriptionDescription in search results and social previewsText
FaviconSmall icon in browser tabsSVG (uploadable or AI-generated)
OG ImagePreview image shown when sharing the URLSVG/Image (uploadable or AI-generated)

AI-generated metadata

Click the ✨ sparkles icon next to any metadata field to let AI generate it:
  • Title — AI analyzes your app and creates an appropriate title
  • Description — AI writes a compelling description based on your app’s purpose
  • Favicon — AI generates an SVG icon matching your app’s theme
  • OG Image — AI creates a social preview graphic
You can regenerate each field individually until you’re satisfied.

Editing metadata

Each field has a pencil icon to edit manually. Changes are saved with the Save button.

Custom domain

Domain typeDetails
seemodo.app subdomainFree with all plans. Set a custom path: your-name.seemodo.app
Custom domainPro+ plans. Point your own domain to the deployment
To set your custom path, type it in the domain input field in the Deploy panel. It instantly updates your public URL.

Password protection

For Business and Enterprise plans, you can add password protection to your deployed site — restricting access to only those with the password.

Deployment states

StateMeaning
DraftNot yet deployed
PendingDeployment queued
BuildingCode is being compiled and packaged
LiveSuccessfully deployed and accessible
ErrorDeployment failed (check error message)

Re-deploying

After making changes through the AI Coder, click Publish again to deploy the latest version. Previous deployments remain in history.

Deleting deployments

Remove old deployments from the history using the delete button on each entry.

Next steps

GitHub

Sync your code with GitHub

Projects

Manage your projects