Website Demo: View Demo
GetNotify.app Discord Notifaction for Youtube, TikTok, Kick and Twitch.
A modern, minimalist, and high-performance website template designed specifically for streamers and content creators. Built with the latest web technologies to provide a premium look and feel.
- 🔴 Live Status Integration: Automatically checks and displays your live status from , YouTube, Kick, or TikTok directly in the header. i will add twitch on few stars
- 🎨 Premium Monochrome Design: A sleek, black-and-white aesthetic with glassmorphism effects, subtle animations, and spotlight interactions.
- 📱 Fully Responsive: Optimized for all devices - desktops, tablets, and mobile phones.
- 📊 Real-time Stats: Showcase your growth with animated counters for followers, hours streamed, and community members.
- 🔗 Social Hub: Centralize all your social media links (Twitch, Discord, Instagram, TikTok, etc.) in one beautiful section.
- ⚙️ Gear & Setup: A dedicated section to list your PC specs, peripherals, and streaming equipment.
- 🛠️ Admin Panel: A built-in, user-friendly admin interface to manage all site content without touching a single line of code.
- Framework: Next.js (App Router)
- Styling: Tailwind CSS v4
- Animations: Framer Motion
- Icons: Lucide React & React Icons
- UI Components: Radix UI
- Language: TypeScript
Follow these steps to get your website up and running locally.
-
Clone the repository
git clone https://github.com/xqbkubiak/streamer-website-template.git cd streamer-website-template -
Install dependencies
npm install # or pnpm install -
Run the development server
npm run dev # or pnpm dev -
Open your browser Visit
http://localhost:3000to see your new website.
You can easily configure the website content through the built-in Admin Panel.
- Navigate to
http://localhost:3000/admin. - Enter the default password:
admin123. - Update your:
- Stream Config: Platform and username.
- Metadata: SEO title and description.
- Hero Section: Titles, tagline, and links.
- Stats: Follower counts and other metrics.
- Social Links: Your social media profiles.
- Gear: Your hardware and equipment list.
Alternatively, you can manually edit the site-config.json file in the root directory if you prefer working with code.
To display your live status from YouTube, you need a Google Cloud API Key with the YouTube Data API v3 enabled.
- Go to the Google Cloud Console.
- Create a new project (or select an existing one).
- In the search bar, type "YouTube Data API v3" and select it.
- Click Enable.
- Go to Credentials (in the left sidebar) → Create Credentials → API Key.
- Copy the generated API Key.
- Go to your website's Admin Panel (
/admin), select YouTube as your platform, and paste the key into the API Key field.
This project is open source and available under the MIT License.
Made with ❤️ for the streaming community.