Ability to remove Fibery sidebar in custom apps

For some use cases the sidebar is not needed in custom apps that I create. I want to be able to share the URL of the custom app and allow people to view/interact without the extra menu, which may distract them.

And it would be great we could also embed this on a website.

Are there others who have similar needs? And is this something that is on the backlog?

But you can use a link from Open in a new tab action. For example, like this

https://the.fibery.io/apps/new-app-48/

I actually just ran into a similar need. I wanted my custom app to open Fibery’s native entity view in a side panel instead of just in a new tab when clicked. It was able to do this pretty well. The panel functionality doesn’t work as well as the native solution with the panels stacking, but it’s a side panel with an iframe of that entity view. My issue is that panel still has the left sidebar show up when you scroll over the left edge of the iframe - which means on the custom app I have the original side bar on the left side of the screen and now a second sidebar in the middle of the page. If there was a way to suppress the sidebar it would be very helpful!

Would you mind sharing any more details of how you accomplished this, please? (Specific prompts, screenshots, etc?)

I’ve been trying to do the same, essentially having a Custom App that opens Fibery’s native entity view with all the normal functionality (including using # for mentioning entities, and @ for tagging people) but without much luck. Would love if this was possible!