This repository contains the landing page website for Spamurai, an AI-powered Chrome extension for email protection. The website serves as the primary marketing and information hub for the Spamurai Chrome extension.
Visit the live site at spamurai.online
For the actual Chrome extension, visit our extension repository.
This landing page showcases Spamurai's features and capabilities, including:
- AI-powered email threat detection
- Security verification systems
- Spam analytics and reporting
- Link and attachment scanning
The website is designed to funnel users to the Chrome Web Store (coming soon) where they can install the Spamurai extension.
- Frontend Framework: React with TypeScript
- Styling: Tailwind CSS
- Build Tool: Vite
- Routing: React Router v6
- Icons: Font Awesome
- Deployment: AWS
- Domain: spamurai.online
spamurai-landing/
├── src/
│ ├── pages/
│ │ ├── Home.tsx # Main landing page
│ │ ├── PrivacyPolicy.tsx # Privacy policy page
│ │ └── TermsOfService.tsx # Terms of service page
│ ├── components/
│ │ └── WaveBackground.tsx # Animated background component
│ ├── ScrollToTop.tsx # Scroll restoration utility
│ └── App.tsx # Main application component
├── public/
│ └── logo_red.png
└── index.html
- Clone the repository:
git clone https://github.com/yourusername/spamurai-landing.git
- Install dependencies:
cd spamurai-landing
npm install
- Start the development server:
npm run dev
- Build for production:
npm run build
- Spamurai Chrome Extension - The main Chrome extension repository
- Chrome Web Store Link (Coming Soon)
This project uses:
- TypeScript for type safety
- Tailwind CSS for styling
- React Router for navigation
- Vite for fast development and optimized builds
The website is deployed on AWS and accessible at spamurai.online. The deployment process includes:
- Building the production bundle
- AWS deployment
- Domain configuration
This project is licensed under the MIT License - see the LICENSE file for more details.