Deployment Notifier is a simple Vite + React web app that helps you generate clear, consistent, and copy-paste-ready deployment and post-release notifications. Easily share updates with teams via Microsoft Teams or Email.
- π Fill in a form to generate deployment messages
- π€ Choose between pre-release (in-progress) and post-release (production done) messages
- π Copy-ready format for Teams and Email
- π‘ Helps standardize communication with stakeholders
- Vite β Fast frontend build tool
- React β UI library
- Tailwind CSS β Utility-first CSS
- Node.js >= 18
git clone https://github.com/guibranco/deployment-notifier.git
cd deployment-notifier
npm installnpm run devOpen http://localhost:5173 to use the app in your browser.
npm run buildThe static site will be available in the dist/ folder.
deployment-notifier/
βββ public/
βββ src/
β βββ components/
β βββ hooks/
β βββ utils/
β βββ App.tsx
β βββ main.tsx
βββ index.html
βββ tailwind.config.js
βββ vite.config.ts
MIT License Β© Guilherme Branco Stracini
Feel free to open issues or submit pull requests! Suggestions and improvements are always welcome.