Free deployment of your personal multi-device mutual transmission messaging application. English | 简体中文
- Deploy for free with one-click on Vercel in 1 minute.
- Carefully designed UI, responsive design, supports dark mode.
- Supports image and file uploads.
- Supports PWA.
- Message API push GET {{url}}/api/message?text=123 | POST {{url}}/api/message, body:{text:123}
- Register for a Vercel account;
- Go to Storage – Dashboard
- Create a Blob, obtain the
BLOB_READ_WRITE_TOKEN
- Create Postgres, obtain the
POSTGRES_URL
- Click the button on the right to start deployment:
, you can directly log in using your Github account, remember to fill in
BLOB_READ_WRITE_TOKEN
,POSTGRES_URL
in the environment variables page; - After the deployment is complete, you can start using it;
- (Optional) Bind a custom domain: The DNS of the domain allocated by Vercel is polluted in some regions, binding a custom domain allows direct connection.