Skip to content

RedFox-Studios/maintenance-site

Repository files navigation

RedFox Studios - Maintenance Site

A modern, responsive maintenance page built with Next.js and shadcn/ui. This site serves as a temporary landing page during our scheduled maintenance period until June 1st, 2025.

Main Page Preview


System Page Preview


Why Page Preview


Features

  • 🌓 Dark/Light mode support
  • 🕒 Real-time maintenance countdown
  • 📊 Live system status dashboard
  • 📱 Fully responsive design
  • ⚡ Fast and optimized performance
  • 🎨 Custom scrollbar with theme support
  • 🔍 SEO optimized

Pages

  • Main Maintenance Page: Displays countdown and basic information
  • Status Page: Shows real-time system component status
  • Why Down Page: Explains maintenance reasons and improvements
  • 404 Page: Custom error page for invalid routes

Tech Stack

Getting Started

  1. Clone the repository:
git clone https://github.com/RedFox-Studios/maintenance-site.git
  1. Install dependencies:
cd maintenance-site
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser

Environment Variables

No environment variables are required to run this project.

Customization

  • Update the maintenance end date in components/time-remaining.tsx
  • Modify the status updates in app/status/page.tsx
  • Customize the maintenance reasons in app/why/page.tsx
  • Adjust theme colors in app/globals.css

Browser Support

  • ✅ Modern browsers
  • ✅ Chrome, Firefox, Safari, Edge
  • ✅ Mobile browsers

Contributing

Feel free to submit issues and enhancement requests!

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

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

Contact

RedFox Studios - [email protected]

Project Link: https://github.com/RedFox-Studios/maintenance-site


Made with ❤️ by RedFox Studios