Il it possibile to create a website portfolio to showcase your dash projects?

Hi there, I’m new to Dash and the community. Enjoying it a lot.

Il it possibile to create a website portfolio to showcase your dash projects, inside the website?

I mean, such that there is no need to click on external links that redirect to Heroku. It would be nice to have plots and interactivity right there on the portfolio website when a recruiter clicks on a specific project of mine.

Thank you

Yes, that is possible. One option is to embed the app using an iframe. Another option could be to create the portfolio website itself as a Dash app and mount the other apps from within the main app.

3 Likes

Thank you very much Emil for your answer.