App Preview
App Preview
Preview Before You Publish
The App Preview feature lets you see a live version of your application before making it publicly available. Every time the AI deploys code to your app, you can generate a preview URL to verify the changes look correct.
How It Works
The AI deploys code to your application using OBTO's MCP tools
You (or the AI) call
obto_generate_previewwith your app nameOBTO generates a temporary preview URL
Open the URL in your browser to see the live application
The preview renders exactly what the live app will look like β same backend, same frontend, same database. It's not a mock or a screenshot β it's your actual application running on the platform.
Generating a Preview
Through the AI
Ask your AI to generate a preview at any point during development:
"Show me a preview of the app"
"Generate a preview so I can check how it looks"
"Let me see what we've built so far"The AI will call obto_generate_preview and return the preview URL.
Through the Tool Directly
The tool takes a single parameter:
appName
string
β
The name of the application to preview
Returns: A preview URL you can open in your browser.
Preview vs. Published
URL
Temporary preview URL
yourapp.obto.co
Who can access
Anyone with the URL
Public
Data
Live data from your environment
Live data from your environment
Purpose
Development testing
Production use
π‘ Preview and published apps share the same backend and database. Changes made through the preview (e.g., form submissions) affect real data.
When to Preview
After deploying a new page β Verify the layout renders correctly
After changing styles β Check colors, spacing, and responsive behavior
After modifying routes β Test API endpoints return the correct data
Before publishing β Final sanity check before going live
Iterating with Preview
The typical development cycle with OBTO is:
Describe what you want β AI deploys it
Preview β Check the result
Iterate β "Change the header to blue," "Add a footer," "Fix the contact form"
Preview again β Verify
Publish β Go live
The AI can generate previews automatically after each deployment step, or you can request them manually when you're ready to check.
Next Steps
Publish App β Go live with a public URL
Dev Zone β Manage your applications
Last updated