Page Share allows you to share the chat publicly, similar to ChatGPT Share. You can self-host Page Share for privacy and security.
The default Page Share is hosted at https://pageassist.xyz.
You can self-host Page Share using two methods:
- Railway
- Docker
Click the button below to deploy the code to Railway.
- Clone the repository
git clone https://github.com/n4ze3m/page-share-app.git
cd page-share-app
- Run the server
docker-compose up
- Open the app
Navigate to http://localhost:3000 in your browser.