Send group messages anonymously with no account or app needed. Conversations are deleted 30 days after the last message is sent, and anyone with the link can view and send messages.
This application requires a backend service to function. You can find that codebase here.
Name | Description | Example |
---|---|---|
VITE_API_BASE_URL | The base URL for the backend service. | http://localhost:8000 |
- Ensure Node.js is installed on your machine.
- Run
npm install
in this directory to install dependencies. - Run
npm run dev
to run in a development environment.
- Ensure Node.js is installed on your machine.
- Run
npm install
in this directory. - Run
npm run build
to build a production application. - Run
npm run preview
to serve the production application.