Skip to content

Page Share ​

Page Share is a feature that allows you to share your chat with others like the share feature of ChatGPT. This feature interacts with the internet by default, and you can use the page assist server to share your chat.

But for privacy, it's better to self-host the page share server. You can do this by following the steps below.

Self-Host ​

You can self-host Page Share using two methods:

  • Railway
  • Docker

Railway ​

Click the button below to deploy the code to Railway.

Deploy on Railway

Docker ​

  1. Clone the repository

git clone https://github.com/n4ze3m/page-share-app.git cd page-share-app

  1. Run the server

docker-compose up

  1. Open the app

Navigate to http://localhost:3000 in your browser.

Once you have deployed the server, you can change the Page Share by going to the settings and manage share.

Page Share

MIT Licensed Open Source Project