This project is a simple message sync app that allows users to send messages to a webdav server and receive messages from it.
It is useful for sending messages cross-platform, without the need for an email account or a third-party app.
This project is built with Vanilla JavaScript, HTML, and CSS, build by using the Rsbuild.js framework.
config page:
home page:
home page with messages:
Install the dependencies:
pnpm install
Start the dev server:
pnpm dev
Build the app for production:
pnpm build
Preview the production build locally:
pnpm preview
- Optimize the information display style and support the recognition of pictures and links
This project is licensed under the MIT License - see the LICENSE file for details.