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 installin this directory to install dependencies. - Run
npm run devto run in a development environment.
- Ensure Node.js is installed on your machine.
- Run
npm installin this directory. - Run
npm run buildto build a production application. - Run
npm run previewto serve the production application.