Documentation
Sharing & Embedding
Share live pages and embed them anywhere
You can share live, working pages from your project with anyone — no Stellify account required — and embed them in other sites.
Share Links
A share link renders a page of your app publicly:
https://stellisoft.com/share/{project-uuid}/{page-uuid}
The page runs for real: its controller executes, data loads, and forms and buttons work. Visitors interact with your actual application, not a static preview.
To make a page shareable, mark its route as public in the route settings. Only GET routes explicitly marked public are accessible — everything else stays private by default.
Embedding
Embed a public page in any website with an iframe:
https://stellisoft.com/embed/{project-uuid}/{page-uuid}
The editor generates the embed code for you — open a public route and choose Embed to copy:
- The share URL
- A fixed-size iframe snippet
- A responsive iframe snippet
- Plain HTML link and Markdown variants
Embedding requires the project owner to have an active subscription; plain share links do not.
Good Uses
- Demos — send a working feature to a client before it ships
- Portfolios — embed live apps in your personal site instead of screenshots
- Docs and blogs — embed a working example right in an article
Notes
- Share and embed traffic is rate-limited to protect your project
- Unmarking a route as public immediately disables its share and embed URLs
- To make an entire project public and referenceable, see Constellation
Next Steps
- Constellation - Publish the whole project
- Routes & Navigation - Where route settings live
- Previous
- Constellation
- Next
- Exporting Code