A modern, responsive website for the Gmail Orchestrator browser extension, providing easy download and installation instructions.
This website serves as the official landing page for the Gmail Orchestrator Chrome extension, which automates the process of checking external emails in Gmail with a single click instead of waiting hours for Gmail's automatic check.
- 📱 Responsive Design: Fully responsive and works on all devices
- ⚡ Fast Performance: Built with React and Vite for optimal loading speed
- 🎯 Clear Instructions: Step-by-step installation guide with visual aids
- 🔄 Direct Download: Instant access to the extension files
- 📲 Mobile Access: QR code for easy mobile navigation
- React
- Vite
- Tailwind CSS
- React Router
- Bun for package management and building
- Clone the repository:
git clone https://github.com/Serverket/gmail-orchestrator-website.git
cd gmail-orchestrator-website- Install dependencies:
bun install- Run the development server:
bun run dev- Build for production:
bun run buildgmail-orchestrator-website/
├── public/
│ ├── favicon.svg
│ └── go-qr.png
├── src/
│ ├── assets/
│ ├── components/
│ ├── pages/
│ ├── App.jsx
│ └── main.jsx
├── index.html
├── package.json
└── README.md
After building the project (bun run build), you can deploy the generated dist folder to any static hosting service like:
The production version of this website is permanently hosted at: https://gmail-orchestrator-website.windsurf.build
Note: This is the permanent URL provided by our deployment partner. For a shorter, custom URL (e.g.
orchestrator.email), please follow the Custom Domain Setup instructions below.
For permanent ownership and custom domain setup:
- Click here to claim on Netlify
- Follow Netlify's verification steps
- Set up a custom domain in your Netlify dashboard
For a truly short URL, you'll need to register a custom domain. Popular registrars:
- Namecheap - Affordable domains
- Google Domains - Simple integration
- Cloudflare - Security-focused
After registration, add your domain in Netlify following the Custom Domain Setup steps.
For a shorter, branded URL:
- Go to Netlify Domain Settings
- Click 'Add custom domain'
- Enter your preferred domain (e.g. orchestrator.email)
- Follow DNS configuration instructions
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
"Whoever loves discipline loves knowledge, but whoever hates correction is stupid."