Shared Views and Public Apps
Not every useful Worka view stays inside the full workspace.
Some views are meant to be:
- shared with a limited audience
- embedded in another context
- exposed publicly as read-only or carefully controlled interactive pages
Design shared views intentionally
When building a shared view, decide:
- who the audience is
- whether the view is read-only or interactive
- what data is safe to expose
- what should still require the full workspace
Shared views work well when they are designed as purposeful slices of the workspace, not as accidental leaks of the internal interface.