{"id":31070155,"url":"https://github.com/victorola-coder/jubah","last_synced_at":"2025-09-15T23:00:03.524Z","repository":{"id":312953731,"uuid":"1049404713","full_name":"Victorola-coder/Jubah","owner":"Victorola-coder","description":"official website for Jubah","archived":false,"fork":false,"pushed_at":"2025-09-12T10:26:45.000Z","size":61488,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2025-09-12T12:27:31.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jubah.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Victorola-coder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-02T23:51:08.000Z","updated_at":"2025-09-12T10:26:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"dca1712b-0b8b-4bc6-9e8a-faae2adbef6e","html_url":"https://github.com/Victorola-coder/Jubah","commit_stats":null,"previous_names":["victorola-coder/jubah"],"tags_count":0,"template":false,"template_full_name":"Victorola-coder/next-template","purl":"pkg:github/Victorola-coder/Jubah","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorola-coder%2FJubah","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorola-coder%2FJubah/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorola-coder%2FJubah/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorola-coder%2FJubah/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Victorola-coder","download_url":"https://codeload.github.com/Victorola-coder/Jubah/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorola-coder%2FJubah/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275333311,"owners_count":25446100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-15T22:59:59.341Z","updated_at":"2025-09-15T23:00:03.510Z","avatar_url":"https://github.com/Victorola-coder.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎵 JUBAH - Afrobeat Artist Landing Page\n\nA stunning, modern landing page for JUBAH, an emerging Afrobeat artist. Built with Next.js 15, TypeScript, Tailwind CSS, and Framer Motion.\n\n## 🌟 Features\n\n- **Responsive Design** - Mobile-first approach that works on all devices\n- **Audio Preview** - Built-in audio player for \"Comando\" track preview\n- **Smooth Animations** - Framer Motion animations and music wave effects\n- **Professional Icons** - Lucide React icons throughout the interface\n- **Streaming Links** - Direct links to all major music platforms\n- **Newsletter Signup** - Fan engagement with email collection\n- **SEO Optimized** - Meta tags, sitemap, and robots.txt\n- **PWA Ready** - Web app manifest for mobile installation\n\n## 🚀 Live Site\n\n**Visit: [https://jubah.live](https://jubah.live)**\n\n## 🎨 Tech Stack\n\n- **Framework**: Next.js 15 (App Router)\n- **Language**: TypeScript\n- **Styling**: Tailwind CSS\n- **Animations**: Framer Motion\n- **Icons**: Lucide React\n- **Fonts**: Google Fonts (Orbitron, Anton, Oswald, Poppins, etc.)\n- **Deployment**: Vercel (recommended)\n\n## 📱 Audio Features\n\n- **Auto-preview**: 10-second preview on page load\n- **Interactive Player**: Play/pause with progress bar\n- **Volume Control**: Mute/unmute functionality\n- **Track**: \"Comando\" by JUBAH\n\n## 🎵 Streaming Platforms\n\n- Spotify\n- Apple Music\n- YouTube\n- YouTube Music\n- Audiomack\n\n## 🎯 Sections\n\n1. **Hero** - Animated music waves + floating elements\n2. **About** - Artist bio with album artwork\n3. **Latest Release** - \"Comando\" track details\n4. **Join Movement** - Newsletter signup + social links\n5. **Footer** - Contact info + management details\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js 18+ \n- npm, yarn, or bun\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/victorola-coder/jubah-landing-page.git\n\n# Navigate to project directory\ncd jubah-landing-page\n\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n```\n\n### Build\n\n```bash\n# Build for production\nnpm run build\n\n# Start production server\nnpm start\n```\n\n## 📁 Project Structure\n\n```\njubah-landing-page/\n├── app/\n│   ├── components/     # UI components\n│   ├── global.css      # Global styles\n│   ├── layout.tsx      # Root layout\n│   ├── page.tsx        # Home page\n│   └── manifest.ts     # PWA manifest\n├── public/\n│   ├── images/         # Images and artwork\n│   └── audio/          # Audio files\n├── tailwind.config.ts  # Tailwind configuration\n└── package.json        # Dependencies\n```\n\n## 🎨 Customization\n\n### Colors\nThe color scheme uses CSS variables defined in `app/global.css`:\n- **Orchid**: `#e59dde` (main accent)\n- **Cranberry**: `#d85f89` (primary actions)\n- **Cocoa Brown**: `#3a252b` (backgrounds)\n\n### Fonts\nMultiple font families for different purposes:\n- **Orbitron**: Futuristic, strong lines\n- **Anton**: Bold, impactful headings\n- **Poppins**: Clean, readable body text\n\n## 🌐 Domain Configuration\n\nThe project is configured for **jubah.live**:\n- All metadata URLs point to `https://jubah.live`\n- Sitemap and robots.txt configured\n- PWA manifest includes domain scope\n\n## 📧 Contact Information\n\n- **Artist**: JUBAH (Juba Daniel Ifeoluwa)\n- **Email**: jubadanielifeoluwa@gmail.com\n- **Instagram**: @jubah_001\n- **Facebook**: Jubah\n\n## 🎵 Music\n\n- **Track**: Comando\n- **Genre**: Afrobeat\n- **Release**: 2025\n- **Label**: 9939903 Records DK\n\n## 🤝 Management\n\n**MGMT**: [VickyJay](https://victorola.dev)\n\n## 📄 License\n\nThis project is private and proprietary to JUBAH.\n\n## 🚀 Deployment\n\n### Vercel (Recommended)\n\n1. Connect your GitHub repository\n2. Set environment variables if needed\n3. Deploy automatically on push\n\n### Other Platforms\n\n- **Netlify**: Works with Next.js static export\n- **Railway**: Full-stack deployment\n- **AWS/GCP**: Custom server deployment\n\n## 🔧 Environment Variables\n\nCreate a `.env.local` file for local development:\n\n```env\nNEXT_PUBLIC_SITE_URL=https://jubah.live\n```\n\n## 📱 PWA Features\n\n- Installable on mobile devices\n- Offline capability (with service worker)\n- App-like experience\n- Custom splash screen\n\n## 🎯 Performance\n\n- **Lighthouse Score**: 90+ (Performance, Accessibility, Best Practices, SEO)\n- **Core Web Vitals**: Optimized for all metrics\n- **Image Optimization**: Next.js Image component\n- **Font Loading**: Optimized font loading strategy\n\n---\n\n**Built with ❤️ by [VickyJay](https://victorola.dev) for JUBAH**\n\n*Making waves in the Afrobeat world* 🌊🎵","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorola-coder%2Fjubah","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorola-coder%2Fjubah","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorola-coder%2Fjubah/lists"}