SkillAgentSearch skills...

Anirohi

Anime streaming app. Built with NextJS, TailwindCSS and shadcn/ui

Install / Use

/learn @noelrohi/Anirohi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <img src="src/app/favicon.ico" alt="Anirohi Logo" width="80" height="80" /> </p> <h1 align="center">Anirohi</h1> <p align="center"> <strong>Stream anime. No interruptions.</strong> </p> <p align="center"> <a href="https://github.com/noelrohi/anirohi/stargazers"> <img src="https://img.shields.io/github/stars/noelrohi/anirohi?style=flat&color=06b6d4" alt="GitHub Stars" /> </a> <a href="https://github.com/noelrohi/anirohi/network/members"> <img src="https://img.shields.io/github/forks/noelrohi/anirohi?style=flat&color=06b6d4" alt="GitHub Forks" /> </a> <a href="https://github.com/noelrohi/anirohi/blob/master/LICENSE"> <img src="https://img.shields.io/github/license/noelrohi/anirohi?style=flat&color=06b6d4" alt="License" /> </a> </p> <p align="center"> <img src="src/app/opengraph-image.png" alt="Anirohi Screenshot" width="100%" /> </p>

Features

  • Clean UI — Minimalist design focused on content
  • Fast Search — Quick anime discovery with command menu (⌘K)
  • Trending — Stay updated with currently popular anime
  • Schedule — Track upcoming episode releases
  • PWA Support — Install as a native app on any device

Tech Stack

Getting Started

Prerequisites

  • Bun (recommended) or Node.js 18+

Installation

# Clone the repository
git clone https://github.com/noelrohi/anirohi.git
cd anirohi

# Install dependencies
bun install

# Set up environment variables
cp .env.example .env.local

Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | NEXT_PUBLIC_PROXY_URL | Yes | URL of the m3u8proxy Cloudflare Worker |

Running

# Start development server
bun dev

Open http://localhost:3000 to view the app.

Commands

bun dev       # Start development server
bun build     # Build for production
bun start     # Start production server
bun lint      # Run ESLint

Star History

<a href="https://star-history.com/#noelrohi/anirohi&Date"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=noelrohi/anirohi&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=noelrohi/anirohi&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=noelrohi/anirohi&type=Date" /> </picture> </a>

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

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

License

This project is open source and available under the MIT License.


<p align="center"> Made with ❤️ by <a href="https://github.com/noelrohi">noelrohi</a> </p>

Related Skills

View on GitHub
GitHub Stars248
CategoryDevelopment
Updated2d ago
Forks35

Languages

TypeScript

Security Score

100/100

Audited on Mar 21, 2026

No findings