Skip to content

ModerKAI/nighthold

Repository files navigation

🌙 NightHold Trading Academy

Professional trading platform specializing in advanced NightHold concepts and institutional trading strategies.

🚀 Quick Start

# Install dependencies
npm install

# Development server
npm run dev

# Production build
npm run build

# Start production server
npm run start

Local development: http://localhost:3000

📊 Project Overview

NightHold Trading Academy is a modern web platform offering:

  • 📈 Advanced Trading Strategies based on institutional concepts
  • 💡 Educational Content for serious traders
  • 🎯 Community Access with VIP Discord channels
  • 📱 Responsive Design optimized for all devices
  • High Performance with Next.js 15 and modern tech stack

🛠️ Tech Stack

  • Framework: Next.js 15.5.2 (App Router)
  • Language: TypeScript 5.x
  • Styling: Tailwind CSS 4.x
  • Animations: Framer Motion 12.x + GSAP 3.x
  • Icons: Lucide React
  • Performance: Turbopack enabled

🎨 Features

🏠 Landing Page

  • Hero section with video background
  • Interactive navigation with smooth scrolling
  • Community statistics counter
  • Testimonials carousel
  • FAQ section with animations

💰 Pricing Plans

  • Starter Plan ($99/month) - Perfect for beginners
  • Mentorship Plan ($199/month) - Advanced strategies

🎬 Animations & Effects

  • Smooth scroll animations with GSAP
  • Framer Motion page transitions
  • Interactive hover effects
  • Loading states and progress indicators

📁 Project Structure

nighthold/
├── src/
│   ├── app/
│   │   ├── layout.tsx          # Root layout with fonts & metadata
│   │   ├── page.tsx            # Main landing page
│   │   ├── globals.css         # Global styles & Tailwind
│   │   └── api/health/         # Health check endpoint
│   ├── components/
│   │   ├── AboutSection.tsx    # About/features section
│   │   ├── FAQSection.tsx      # FAQ with animations
│   │   ├── CountdownTimer.tsx  # 30-day countdown timer
│   │   ├── CommunityPricingSection.tsx  # Pricing cards
│   │   ├── TestimonialsSection.tsx      # Customer testimonials
│   │   ├── MenuOverlay.tsx     # Navigation menu
│   │   └── ...                 # Other UI components
│   └── types/                  # TypeScript definitions
├── public/
│   └── media/                  # Static assets (videos, images)
├── package.json               # Dependencies & scripts
└── README.md                  # This file

🚀 Deployment

Vercel (Recommended)

# Connect to Vercel
vercel --prod

Manual Build

npm run build
npm run start

🔧 Configuration

  • ESLint: Configured with Next.js rules
  • TypeScript: Strict mode enabled
  • Tailwind: Custom cyberpunk theme with neon colors
  • Images: Optimized with Next.js Image component

📱 Browser Support

  • ✅ Chrome 90+
  • ✅ Firefox 88+
  • ✅ Safari 14+
  • ✅ Edge 90+

🤝 Contributing

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

📄 License

This project is proprietary software developed for NightHold Trading Academy.


© 2025 NightHold Trading Academy. All rights reserved.

Releases

No releases published

Packages

No packages published