Vidbox is a sleek, login-free video-sharing platform designed to simplify creativity and connection. Upload, browse, and share videos with zero barriers—no login required!
- 🔍 Search & Discover: Effortlessly find videos with a dynamic search system featuring trending topics.
- 📤 Video Sharing: Drag-and-drop uploads with live progress tracking for a seamless experience.
- 💬 Interactive Experience: Like, comment, and engage with your favorite videos.
- ✨ Elegant Design: A responsive, modern UI with smooth animations and stunning visuals.
- 🔗 Fully Agnostic: No accounts, no dependencies—just upload and explore.
Deploy and run Vidbox locally or on your server by following these simple steps.
- Clone or Download:
git clone https://github.com/XZNT/vidbox.git
Alternatively, download the ZIP file and extract it.
Set Up Your Server:
- Place the project files in your server's
htdocs
(or equivalent) directory. - Ensure the
api.php
file is configured and accessible.
- Place the project files in your server's
Launch:
- Open your browser and navigate to
http://localhost/vibox
or your server's URL.
- Open your browser and navigate to
File | Description |
---|---|
index.html | Core HTML file defining the application's structure. |
style.min.css | Minified CSS for styling the application. |
app.min.js | JavaScript for interactivity and animations. |
api.php | PHP script for backend operations (uploads, stats). |
📥 Video Uploads:
- Drag & drop or click-to-upload functionality.
- Real-time progress tracking.
🎥 Immersive Browsing:
- Smooth scrolling through reels in a full-screen experience.
🤝 User Engagement:
- Like, comment, and explore trending content effortlessly.
🎨 Customizable Design:
- Easily modify themes and colors in
style.min.css
using CSS variables.
- Easily modify themes and colors in
- 🖤 Dark Mode: Minimalist and elegant, perfect for modern users.
- 📱 Responsive: Optimized for mobile, tablet, and desktop views.
- 🎥 GSAP Animations: Smooth and captivating interactions.
Production Ready:
- Set appropriate file permissions for video uploads.
- Use HTTPS to secure your connection.
Custom Domains:
- Point your domain to the directory hosting the project for a professional touch.
We welcome your ideas and improvements! Here’s how you can contribute:
Fork the Repository:
bashCopy codegit fork https://github.com/your-username/vibox.git
Create a Branch:
bashCopy codegit checkout -b feature/awesome-feature
Make Changes & Commit:
bashCopy codegit commit -m "Add an awesome feature"
Push Your Changes:
bashCopy codegit push origin feature/awesome-feature
Open a Pull Request on GitHub.
This project is licensed under the MIT License.
- Built with 💖 and creativity.
- Powered by HTML, CSS, PHP, and GSAP.