💬 noreply is a simple, static website that promotes the use of emoji reactions instead of short replies like "Yes", "Me", or "OK" in group chats. It's inspired by projects like nohello.net — but focused on reducing notification noise in messaging apps.
When someone posts a message like:
Who can join tomorrow?
Instead of replying with:
- "Me"
- "Yes"
- "OK"
- "I can"
... just tap a reaction: 👍 🙋♀️ ✅
It’s faster, cleaner, and avoids sending unnecessary notifications to the whole group.
This project uses one folder per language:
/ca → Catalan version
/es → Spanish version
/en → English version
/style.css
/index.html → redirects users based on browser language
Each language folder contains a full index.html
. All versions share a common style.css
.
You can host it freely with GitHub Pages or any static server.
The root index.html
will automatically redirect based on the browser’s language.
To try it locally:
python3 -m http.server
Then open: http://localhost:8000
We love contributions! To add a new language:
- Copy an existing language folder (e.g.
en
) to a new one (e.g.fr
) - Translate the content of
index.html
- Add the folder if needed to the redirect logic in
/index.html
- Submit a pull request 🚀
- Keep the structure of the HTML as-is.
- Feel free to adapt the wording culturally.
- Keep it clear, kind and friendly.
Whether you want to improve design, fix a typo, or suggest new features:
- Fork the repository
- Create a branch
- Make your changes
- Submit a pull request
We're open to improvements: from accessibility, animations, to new examples.
MIT © noreply project