Skip to content

Landing page for Spamurai, a Chrome extension for email protection. Built with React, TypeScript, and Tailwind CSS, this responsive website showcases the extension's AI-powered security features and provides easy access to privacy policy and terms of service.

License

Notifications You must be signed in to change notification settings

mrktsm/spamurai-landing-page

Repository files navigation

Spamurai Landing Page

Spamurai Logo

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.

Overview

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.

Tech Stack

  • Frontend Framework: React with TypeScript
  • Styling: Tailwind CSS
  • Build Tool: Vite
  • Routing: React Router v6
  • Icons: Font Awesome
  • Deployment: AWS
  • Domain: spamurai.online

Project Structure

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

Getting Started

  1. Clone the repository:
git clone https://github.com/yourusername/spamurai-landing.git
  1. Install dependencies:
cd spamurai-landing
npm install
  1. Start the development server:
npm run dev
  1. Build for production:
npm run build

Related Projects

💻 Development

This project uses:

  • TypeScript for type safety
  • Tailwind CSS for styling
  • React Router for navigation
  • Vite for fast development and optimized builds

Deployment

The website is deployed on AWS and accessible at spamurai.online. The deployment process includes:

  1. Building the production bundle
  2. AWS deployment
  3. Domain configuration

License

This project is licensed under the MIT License - see the LICENSE file for more details.

About

Landing page for Spamurai, a Chrome extension for email protection. Built with React, TypeScript, and Tailwind CSS, this responsive website showcases the extension's AI-powered security features and provides easy access to privacy policy and terms of service.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published