JustAnime is an open-source anime streaming service that uses HiAnime-Api, built using ReactJS with javascript and Tailwind CSS. It lets you easily find any anime with intuitive search & suggestion feature and stream without any ads.
View more Features
### General
- Sub Anime support
- Dub Anime support
- User-friendly interface
- Mobile responsive
- Fast page load
- Character & Voice Actors
### Watch Page
- Related Animes
- Recommended Animes
- Available seasons
- Estimated schedule of upcoming episodes
- **Player**
- Autoplay
- Autoskip intro/outro
- Autonext
## Previews
View more screenshots
AnimeInfo Page
Character & Voice Actors
Watch Page
## Installation and Local Development
### 1. Make sure you have node installed on your device
### 2. Run the following code to clone the repository and install all required dependencies
```bash
git clone https://github.com/JustAnimeCore/JustAnime.git
cd JustAnime
npm install # or yarn
```
### 3. Refer the .env.example to set your .env file up
## Start the server
```bash
npm start # or npm run dev (to run develepment server)
```
## Live Deployment
### Vercel
Host your own instance of JustAnime on vercel
[](https://vercel.com/new/clone?repository-url=https://github.com/JustAnimeCore/JustAnime)
### Render
Host your own instance of JustAnime on Render.
[](https://render.com/deploy?repo=https://github.com/JustAnimeCore/JustAnime)
## Pull Requests
- Pull requests are welcomed that address bug fixes, improvements, or new features.
- Fork the repository and create a new branch for your changes.
- Ensure your code follows our coding standards.
- Include tests if applicable.
- Describe your changes clearly in the pull request, explaining the problem and solution.
### Reporting Issues
If you discover any issues or have suggestions for improvement, please open an issue. Provide a clear and concise description of the problem, steps to reproduce it, and any relevant information about your environment.