Share your work with more people
PairSpaces makes it easy to get feedback from people who are not part of your core team.
Using PairSpaces, you can serve your applications or dashboards securely from your Space. PairSpaces makes this as simple as adding people to your Space and sharing a link with them. Access to your Space is limited to just those you share your Space with and requires an authenticated PairSpaces session, so your work remains safe and secure.
You can share your work over the web securely by serving your application or dashboard from your Space. This is done in two steps. First, you need to open a port on your Space using the PairSpaces CLI from your local machine. This port serves your application from your Space:
> pair space SPACE_ID --port PORT
And second, you will serve your application from your Space, for example, for a Streamlit application this might be as follows:
> streamlit run app.py --server.address 0.0.0.0
You can share a link to your application with anyone who has access to your Space. The URL will be https://pairspaces.com/pairs/SPACE_ID
.