A premium, privacy-focused Gmail dot trick generator built with modern web technologies. Create thousands of email aliases instantly for testing, development, or managing multiple accounts.
- 🎨 Premium UI/UX: Glassmorphism design with smooth animations and a "Cyberpunk/Nebula" aesthetic.
- ⚡ Blazing Fast: Generates up to 1,000,000 emails in seconds using optimized algorithms.
- 🛡️ Privacy First: All generation happens client-side. No data ever leaves your browser.
- 🔧 Advanced Methods:
- Dot Trick: Randomly inserts dots (e.g.,
m.b.o.t.doe@gmail.com). - Plus Trick: Appends numeric suffixes (e.g.,
mbotixtech+666@gmail.com). - Case Randomization: Mixes uppercase/lowercase for username and domain.
- Dot Trick: Randomly inserts dots (e.g.,
- 💾 Smart Persistence:
- History: Automatically saves generated emails.
- Templates: Save your favorite configuration presets.
- 📦 Bulk Export: Generate massive lists and export to
.txtinstantly.
- Core: React 18 + TypeScript
- Styling: Tailwind CSS
- Icons: Lucide React
- Build Tool: Vite
- Node.js 18+
- npm or yarn
-
Clone the repository:
git clone https://github.com/MbotixTech/gmail-dottrick.git
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Build for production:
npm run build
src/
├── components/
│ ├── features/ # Core logic components (Generator, History)
│ ├── ui/ # Reusable UI primitives (Button, Card, Input)
│ └── Layout.tsx # Main layout wrapper
├── hooks/ # Custom React hooks (useEmailGenerator)
├── types/ # TypeScript definitions
├── App.tsx # Main application entry
└── main.tsx # DOM renderer
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.