https://github.com/mrktsm/spamurai-landing-page
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.
https://github.com/mrktsm/spamurai-landing-page
ai chrome-extension email-protection font-awesome javascript landing-page react spam-detection spamurai tailwind-css typescript vite web-design web-development
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mrktsm/spamurai-landing-page
- Owner: mrktsm
- License: mit
- Created: 2025-01-08T12:47:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T05:51:44.000Z (7 months ago)
- Last Synced: 2025-03-15T06:28:06.026Z (7 months ago)
- Topics: ai, chrome-extension, email-protection, font-awesome, javascript, landing-page, react, spam-detection, spamurai, tailwind-css, typescript, vite, web-design, web-development
- Language: TypeScript
- Homepage: https://spamurai.online/
- Size: 641 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spamurai Landing Page
![]()
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](https://spamurai.online)
For the actual Chrome extension, visit our [extension repository](https://github.com/mrktsm/spamurai).
## 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 scanningThe 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:
```bash
git clone https://github.com/yourusername/spamurai-landing.git
```2. Install dependencies:
```bash
cd spamurai-landing
npm install
```3. Start the development server:
```bash
npm run dev
```4. Build for production:
```bash
npm run build
```## Related Projects
- [Spamurai Chrome Extension](https://github.com/yourusername/spamurai-extension) - The main Chrome extension repository
- Chrome Web Store Link (Coming Soon)## 💻 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](LICENSE) file for more details.