Skip to content

Professional data migration and cloud backup solutions platform. Built with React, Vite, and Tailwind CSS. Features 50+ migration tools, advanced filtering, SEO optimization, and responsive design. Trusted by enterprises worldwide.

Notifications You must be signed in to change notification settings

Abhi1727/ScubeTechnology

Repository files navigation

Scube Technology Website

Professional data migration and cloud backup solutions platform built with React and modern web technologies.

🚀 Live Website

📋 Features

  • 50+ Products: Comprehensive catalog of migration, backup, and conversion tools
  • Professional Services: Email Migration, Data Migration, M365 Migration, Cloud Backup, and more
  • Advanced Search & Filtering: Intuitive product discovery
  • Responsive Design: Optimized for all devices
  • SEO Optimized: Complete metadata and structured data
  • Client Showcase: Trusted by Dell, KPMG, Deloitte, Capgemini, and more

🛠 Tech Stack

  • Frontend: React 18 + Vite
  • Styling: Tailwind CSS
  • Routing: React Router DOM
  • SEO: react-helmet-async
  • Deployment: Nginx + SSL (Let's Encrypt)

📁 Project Structure

scubetechnology/
├── docs/                          # Documentation files
│   ├── IMPLEMENTATION_SUMMARY.md
│   ├── LAUNCH_CHECKLIST.md
│   ├── README_SEO.md
│   ├── SEO_ACTION_PLAN.md
│   ├── TESTING_REPORT.md
│   ├── ENHANCEMENT_SUMMARY.md
│   └── FEATURES.md
├── react-app/                     # React application
│   ├── public/                    # Static assets
│   │   ├── robots.txt
│   │   └── sitemap.xml
│   ├── src/
│   │   ├── components/            # Reusable components
│   │   │   ├── Header.jsx
│   │   │   ├── Footer.jsx
│   │   │   ├── SEO.jsx
│   │   │   └── ...
│   │   ├── pages/                 # Page components
│   │   │   ├── Home.jsx
│   │   │   ├── Products.jsx
│   │   │   ├── Services.jsx
│   │   │   ├── About.jsx
│   │   │   └── Contact.jsx
│   │   ├── utils/                 # Utility functions
│   │   │   ├── seoConfig.js
│   │   │   └── generateSitemap.js
│   │   ├── App.jsx
│   │   ├── main.jsx
│   │   └── index.css
│   ├── index.html
│   ├── package.json
│   ├── vite.config.js
│   └── tailwind.config.js
├── deploy.sh                      # Production deployment script
├── nginx-scubetechnology.conf     # Nginx configuration
└── README.md

🚀 Getting Started

Prerequisites

  • Node.js (v18 or higher)
  • npm or yarn

Installation

# Clone the repository
git clone https://github.com/Abhi1727/scubetechnology-website.git
cd scubetechnology-website

# Navigate to React app
cd react-app

# Install dependencies
npm install

# Start development server
npm run dev

The application will be available at http://localhost:3000

Build for Production

# Create production build
npm run build

# Preview production build
npm run preview

🌐 Deployment

Automated Deployment

# Run deployment script (requires root/sudo)
sudo bash deploy.sh

This script will:

  • Install and configure Nginx
  • Set up the virtual host
  • Enable the site
  • Restart Nginx

Manual Deployment

  1. Build the React app: cd react-app && npm run build
  2. Copy dist/ contents to your web server
  3. Configure Nginx with the provided config file
  4. Set up SSL with Let's Encrypt (optional but recommended)

SSL Setup

sudo apt install certbot python3-certbot-nginx
sudo certbot --nginx -d scubetechnology.com -d www.scubetechnology.com

📊 Key Statistics

  • 17+ Years of Experience (Since 2009)
  • 50,000+ Happy Customers
  • 30M+ Downloads Worldwide
  • 100+ Countries Served

🤝 Services

  1. Email Migration - Seamless mailbox migrations
  2. Data Migration - Enterprise-grade data transfer
  3. M365 Migration - Microsoft 365 migrations
  4. Cloud Backup - Automated cloud backups
  5. Chat Migration - Teams, Slack migrations
  6. SharePoint Migration - Document migrations
  7. Email Conversion - Format conversions

📱 Pages

  • Home - Hero section with core pillars and client logos
  • Products - Searchable catalog with advanced filters
  • Services - Professional migration services
  • About - Company history and timeline
  • Contact - Contact form and office locations

🔍 SEO Features

  • Meta tags optimization
  • Open Graph tags
  • Twitter Cards
  • Structured data (JSON-LD)
  • Dynamic sitemap
  • robots.txt
  • Canonical URLs

📄 Documentation

Detailed documentation is available in the /docs directory:

🎨 Design Features

  • Modern gradient backgrounds
  • Smooth animations and transitions
  • Infinite scrolling client logo carousel
  • Professional color scheme
  • Responsive mobile design
  • Accessible UI components

📞 Support

For support, email support@scubetechnology.com or call +1-866-348-7872

📄 License

Copyright © 2009-2026 Scube Technology. All rights reserved.

About

Professional data migration and cloud backup solutions platform. Built with React, Vite, and Tailwind CSS. Features 50+ migration tools, advanced filtering, SEO optimization, and responsive design. Trusted by enterprises worldwide.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published