Preview vs. Editor Preview
Your Specode project has two different ways to view it:| View | URL | Purpose |
|---|---|---|
| Editor preview | app.specode.ai/v2/your-project/... | Your personal workspace for building with the AI. Only works inside the editor. |
| Deployed preview | specode-your-project.vercel.app | A shareable link anyone can open in their browser. |
Deploying Your Preview
After making changes to your app with the AI, you need to redeploy the preview for those changes to appear on the shareable link.Open the Preview panel
Click the Preview button in the top-right corner above your editor preview pane.
Important: The deployed preview is a snapshot. It stays in whatever state it was when you last deployed. If you make more changes with the AI, you need to click Deploy new version again for those changes to show up on the shareable link.
Controlling Access
Want to restrict who can see your preview? You can ask the AI to build a login page or access control system directly in your app. For example:- Simple password gate - A single shared password for viewing the demo
- User accounts - Create accounts for specific reviewers with their own credentials
- Role-based access - Give different viewers different permission levels (e.g., read-only vs. admin)
Tips
- Always test your deployed preview link in a different browser or incognito window to see what your reviewers will see.
- If your preview link shows old content, make sure you clicked Deploy new version after your latest changes.
- Remind anyone you share the preview with: do not enter real patient data. The preview is for demonstration and feedback only.