AniNight is a modern anime streaming and manga reading platform that brings anime episodes and manga chapters together in one clean, fast, and responsive experience.
⚠️ Disclaimer: AniNight is an educational and demonstration project. It does not host, store, or distribute any copyrighted content. All media is accessed via third-party sources or public APIs.
- High-quality video playback
- Multiple streaming sources
- Episode lists with auto-play
- Watch progress tracking
- Smooth and responsive manga reader
- Chapter navigation
- Zoom & scroll reading modes
- Bookmark favorite manga
- Clean modern interface
- Dark / Light mode
- Mobile-friendly design
- Search and filtering
Frontend
- React / Next.js
- Tailwind CSS
- HTML5 Video Player
Backend
- Node.js
- REST API
Database
- MongoDB / Firebase (depending on setup)
- Node.js (v18 or higher)
- npm or yarn
- Git
git clone https://github.com/night677coder/aninight.git
cd aninight
Originally cloned from:
https://github.com/voidbornfr/aninight
Install Dependencies
bash
Copy code
npm install
Run the Development Server
bash
Copy code
npm run dev
Open your browser and navigate to:
arduino
Copy code
http://localhost:3000
📁 Project Structure
text
Copy code
src/
├── components/ # Reusable UI components
├── pages/ # App pages / routes
├── services/ # API and data handling
├── hooks/ # Custom React hooks
├── styles/ # Global styles
└── utils/ # Helper functions
🔒 Legal Notice
AniNight does not host any anime or manga files.
All content is provided by external sources.
If you are a copyright holder and believe your content is being accessed improperly, please contact the original content provider.
🤝 Contributing
Contributions are welcome!
Fork the repository
Create a new branch
Commit your changes
Submit a Pull Request
⭐ Support
If you like AniNight:
Star the repository ⭐
Share it with others
Contribute to the project
📜 License
This project is licensed under the MIT License.
See the LICENSE file for more information.
markdown
Copy code
---
If you want, I can:
- Add **GitHub badges** (stars, forks, license)
- Rewrite this to be **more minimal** or **more professional**
- Customize it for **API-based scraping**, **mobile app**, or **self-hosted**
- Add a **Credits** section for `voidbornfr` with more visibility
