Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 763 Bytes

page-share.md

File metadata and controls

37 lines (22 loc) · 763 Bytes

Page Share

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.

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.