NestTV is a premium TV streaming platform delivering live TV, movies, series, and sports through a fast, secure, and intuitive experience. Built for modern entertainment, NestTV blends elegant UI/UX with high-performance adaptive streaming across desktop, tablet, and mobile devices.
π Live App: nesttv.netlify.app
|
|
| Layer | Technology |
|---|---|
| Frontend Framework | React 19 + TypeScript |
| Build Tool | Vite 6 |
| Styling | Tailwind CSS 4 |
| Routing | React Router DOM 7 |
| Streaming Engine | HLS.js |
| Animation | Motion (Framer Motion) |
| Icons | Lucide React |
| Backend / Server | Express |
| AI Integration | Google GenAI SDK |
| Package Manager | Bun / npm |
NestTV/
βββ assets/ # Static design & AI Studio assets
βββ public/ # Public static files
βββ src/ # Application source code
β βββ components/ # Reusable UI components
β βββ pages/ # Route-level pages
β βββ hooks/ # Custom React hooks
β βββ ...
βββ .env.example # Environment variable template
βββ index.html # App entry HTML
βββ metadata.json # App metadata
βββ package.json # Dependencies & scripts
βββ tsconfig.json # TypeScript configuration
βββ vite.config.ts # Vite configuration
βββ LICENSE # MIT License
- Node.js
v18+ - npm, bun, or yarn package manager
git clone https://github.com/naimxbzdev/NestTV.git
cd NestTVnpm install
# or
bun installcp .env.example .envThen update .env with your required API keys / configuration values.
npm run devThe app will be available at http://localhost:3000
npm run build
npm run preview| Command | Description |
|---|---|
npm run dev |
Starts the development server on port 3000 |
npm run build |
Builds the app for production |
npm run preview |
Previews the production build locally |
npm run lint |
Runs TypeScript type checking |
npm run clean |
Removes build artifacts |
π nesttv.netlify.app π
Contributions, issues, and feature requests are welcome!
- Fork the project
- 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 file for details.
MIT License Β© 2026 Naim Xbz
If you like this project, please consider giving it a β star on GitHub β it helps a lot and motivates further development!