A modern, interactive landing page for Sphere - the next generation chat platform featuring stunning 3D animations and a sleek user interface.
- Interactive 3D Background - Engaging Three.js powered animations
- Modern Design - Clean, minimalist aesthetic with gradient accents
- Responsive Layout - Seamlessly adapts to all screen sizes
- Smooth Animations - GSAP-powered scroll animations and transitions
- Performance Optimized - Hardware-accelerated animations and efficient rendering
- Cross-Browser Compatible - Works flawlessly across all modern browsers
- HTML5
- CSS3
- JavaScript
- Three.js - 3D graphics
- GSAP - Animations
- Custom shader materials
- Modern CSS features including:
- CSS Grid
- Flexbox
- Custom Properties
- Backdrop Filter
- CSS Animations
sphere-chat-landing/
├── index.html
├── css/
│ └── styles.css
├── js/
│ └── script.js
├── assets/
│ └── images/
├── preview/
│ └── screenshot.png
└── README.md
- Clone the repository:
git clone https://github.com/ddosnotification/sphere-chat-landing.git
- Navigate to the project directory:
cd sphere-chat-landing
- Open
index.html
in your browser or use a local server:
# Using Python
python -m http.server 8000
# Using Node.js
npx serve
- Visit
http://localhost:8000
in your browser
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
Color | Hex Code | Usage |
---|---|---|
Primary | #6366F1 |
Main brand color |
Secondary | #14B8A6 |
Accents and highlights |
Accent | #F43F5E |
Call-to-action elements |
Dark | #1E293B |
Text and backgrounds |
Light | #F8FAFC |
Background and text |
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE.md file for details
- Three.js documentation and examples
- GSAP animation library
- Modern landing page design inspiration
- The open-source community
Project Link: https://github.com/ddosnotification/sphere-chat-landing
Made with ❤️ for better web experiences