create appropriate prompt Here's an optimized prompt you can use with AI development tools (like ChatGPT, Claude, or Gemini) to get detailed technical implementation guidance for your ChordAI Studio app: "Act as a senior full-stack mobile developer specializing in music technology applications. I'm building 'ChordAI Studio' - an iOS app that combines AI chord detection, teleprompter recording, and professional audio/video editing. Here are the core requirements: AI Chord/Lyrics Finder Accepts text input (song title/artist/lyrics snippet) AND audio uploads Must display synchronized chords and lyrics Should show song background info (artist, movie, year) 4K Recording Studio iPhone-native camera with teleprompter overlay Scrollable lyrics with chord indicators Metronome/beat guidance AI Editing Suite Background replacement Vocal tuning (pitch correction) Audio effects (reverb, compression) Technical Constraints: Must use free-tier APIs/services where possible Prioritize React Native (Expo) for cross-platform compatibility Optimize for iOS first Request Detailed Guidance On: Exact API combinations for chord/lyrics detection (free tier options) React Native implementation plan for: Camera module with 4K/overlay support Teleprompter scroll synchronization Best free audio processing libraries for: Real-time pitch correction Background noise removal Architecture diagram for the full stack App Store submission checklist for music-related apps Format Response With: Step-by-step implementation roadmap Code snippets for critical components Fallback options when free limits are exceeded Legal considerations for music copyright" - Initial Deployment
Browse files- README.md +7 -5
- index.html +505 -19
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: chordsai
|
| 3 |
+
emoji: 🐳
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: red
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- deepsite
|
| 10 |
---
|
| 11 |
|
| 12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
index.html
CHANGED
|
@@ -1,19 +1,505 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>ChordAI Studio - AI-Powered Music Creation</title>
|
| 7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
+
<style>
|
| 10 |
+
.gradient-bg {
|
| 11 |
+
background: linear-gradient(135deg, #6e8efb, #a777e3);
|
| 12 |
+
}
|
| 13 |
+
.recording-pulse {
|
| 14 |
+
animation: pulse 2s infinite;
|
| 15 |
+
}
|
| 16 |
+
@keyframes pulse {
|
| 17 |
+
0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
|
| 18 |
+
70% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); }
|
| 19 |
+
100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
|
| 20 |
+
}
|
| 21 |
+
.scroll-container {
|
| 22 |
+
scroll-behavior: smooth;
|
| 23 |
+
}
|
| 24 |
+
.chord-highlight {
|
| 25 |
+
position: relative;
|
| 26 |
+
}
|
| 27 |
+
.chord-highlight::before {
|
| 28 |
+
content: attr(data-chord);
|
| 29 |
+
position: absolute;
|
| 30 |
+
top: -1.5rem;
|
| 31 |
+
left: 0;
|
| 32 |
+
font-weight: bold;
|
| 33 |
+
color: #a855f7;
|
| 34 |
+
font-size: 0.9rem;
|
| 35 |
+
}
|
| 36 |
+
</style>
|
| 37 |
+
</head>
|
| 38 |
+
<body class="bg-gray-100 font-sans">
|
| 39 |
+
<!-- Navigation -->
|
| 40 |
+
<nav class="gradient-bg text-white shadow-lg">
|
| 41 |
+
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
|
| 42 |
+
<div class="flex items-center space-x-2">
|
| 43 |
+
<i class="fas fa-guitar text-2xl"></i>
|
| 44 |
+
<span class="text-xl font-bold">ChordAI Studio</span>
|
| 45 |
+
</div>
|
| 46 |
+
<div class="hidden md:flex space-x-6">
|
| 47 |
+
<a href="#features" class="hover:text-gray-200 transition">Features</a>
|
| 48 |
+
<a href="#demo" class="hover:text-gray-200 transition">Demo</a>
|
| 49 |
+
<a href="#pricing" class="hover:text-gray-200 transition">Pricing</a>
|
| 50 |
+
<a href="#contact" class="hover:text-gray-200 transition">Contact</a>
|
| 51 |
+
</div>
|
| 52 |
+
<button class="md:hidden text-xl">
|
| 53 |
+
<i class="fas fa-bars"></i>
|
| 54 |
+
</button>
|
| 55 |
+
</div>
|
| 56 |
+
</nav>
|
| 57 |
+
|
| 58 |
+
<!-- Hero Section -->
|
| 59 |
+
<section class="gradient-bg text-white py-16 md:py-24">
|
| 60 |
+
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
|
| 61 |
+
<div class="md:w-1/2 mb-10 md:mb-0">
|
| 62 |
+
<h1 class="text-4xl md:text-5xl font-bold mb-4">Create Music Like Never Before</h1>
|
| 63 |
+
<p class="text-xl mb-8">AI-powered chord detection, professional recording studio, and advanced editing tools - all in one app.</p>
|
| 64 |
+
<div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-4">
|
| 65 |
+
<button class="bg-white text-purple-600 px-6 py-3 rounded-full font-bold hover:bg-gray-100 transition">
|
| 66 |
+
<i class="fas fa-download mr-2"></i> Download Now
|
| 67 |
+
</button>
|
| 68 |
+
<button class="border-2 border-white text-white px-6 py-3 rounded-full font-bold hover:bg-white hover:text-purple-600 transition">
|
| 69 |
+
<i class="fas fa-play mr-2"></i> Watch Demo
|
| 70 |
+
</button>
|
| 71 |
+
</div>
|
| 72 |
+
</div>
|
| 73 |
+
<div class="md:w-1/2 relative">
|
| 74 |
+
<div class="bg-white rounded-xl shadow-2xl overflow-hidden w-80 mx-auto relative">
|
| 75 |
+
<div class="bg-gray-800 h-8 flex items-center px-3">
|
| 76 |
+
<div class="flex space-x-2">
|
| 77 |
+
<div class="w-3 h-3 rounded-full bg-red-500"></div>
|
| 78 |
+
<div class="w-3 h-3 rounded-full bg-yellow-500"></div>
|
| 79 |
+
<div class="w-3 h-3 rounded-full bg-green-500"></div>
|
| 80 |
+
</div>
|
| 81 |
+
</div>
|
| 82 |
+
<div class="h-96 bg-gray-900 p-4">
|
| 83 |
+
<div class="h-full flex flex-col">
|
| 84 |
+
<div class="flex-1 bg-gray-800 rounded-lg mb-3 p-4 text-white overflow-y-auto scroll-container">
|
| 85 |
+
<p class="text-center mb-6 text-gray-400">Imagine - John Lennon</p>
|
| 86 |
+
<p class="text-lg leading-relaxed">
|
| 87 |
+
<span class="chord-highlight" data-chord="C">Imagine</span> there's no <span class="chord-highlight" data-chord="G">heaven</span><br>
|
| 88 |
+
It's <span class="chord-highlight" data-chord="Am">easy</span> if you <span class="chord-highlight" data-chord="F">try</span><br>
|
| 89 |
+
No <span class="chord-highlight" data-chord="C">hell</span> below <span class="chord-highlight" data-chord="G">us</span><br>
|
| 90 |
+
Above <span class="chord-highlight" data-chord="Am">us</span> only <span class="chord-highlight" data-chord="F">sky</span>
|
| 91 |
+
</p>
|
| 92 |
+
</div>
|
| 93 |
+
<div class="flex justify-between items-center">
|
| 94 |
+
<button class="w-12 h-12 rounded-full bg-red-500 text-white flex items-center justify-center recording-pulse">
|
| 95 |
+
<i class="fas fa-microphone"></i>
|
| 96 |
+
</button>
|
| 97 |
+
<div class="flex space-x-4">
|
| 98 |
+
<button class="w-10 h-10 rounded-full bg-gray-700 text-white flex items-center justify-center">
|
| 99 |
+
<i class="fas fa-sliders-h"></i>
|
| 100 |
+
</button>
|
| 101 |
+
<button class="w-10 h-10 rounded-full bg-gray-700 text-white flex items-center justify-center">
|
| 102 |
+
<i class="fas fa-magic"></i>
|
| 103 |
+
</button>
|
| 104 |
+
</div>
|
| 105 |
+
</div>
|
| 106 |
+
</div>
|
| 107 |
+
</div>
|
| 108 |
+
</div>
|
| 109 |
+
<div class="absolute -bottom-6 -right-6 bg-yellow-400 text-gray-900 px-4 py-2 rounded-full font-bold text-sm transform rotate-6 shadow-lg">
|
| 110 |
+
AI Chord Detection
|
| 111 |
+
</div>
|
| 112 |
+
</div>
|
| 113 |
+
</div>
|
| 114 |
+
</section>
|
| 115 |
+
|
| 116 |
+
<!-- Features Section -->
|
| 117 |
+
<section id="features" class="py-16 bg-white">
|
| 118 |
+
<div class="container mx-auto px-4">
|
| 119 |
+
<h2 class="text-3xl font-bold text-center mb-12">Powerful Features</h2>
|
| 120 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 121 |
+
<!-- Feature 1 -->
|
| 122 |
+
<div class="bg-gray-50 p-6 rounded-xl hover:shadow-lg transition">
|
| 123 |
+
<div class="w-16 h-16 gradient-bg rounded-full flex items-center justify-center text-white mb-4">
|
| 124 |
+
<i class="fas fa-brain text-2xl"></i>
|
| 125 |
+
</div>
|
| 126 |
+
<h3 class="text-xl font-bold mb-2">AI Chord Detection</h3>
|
| 127 |
+
<p class="text-gray-600">Automatically detect chords from audio or lyrics with our advanced machine learning algorithms.</p>
|
| 128 |
+
</div>
|
| 129 |
+
|
| 130 |
+
<!-- Feature 2 -->
|
| 131 |
+
<div class="bg-gray-50 p-6 rounded-xl hover:shadow-lg transition">
|
| 132 |
+
<div class="w-16 h-16 gradient-bg rounded-full flex items-center justify-center text-white mb-4">
|
| 133 |
+
<i class="fas fa-video text-2xl"></i>
|
| 134 |
+
</div>
|
| 135 |
+
<h3 class="text-xl font-bold mb-2">4K Recording Studio</h3>
|
| 136 |
+
<p class="text-gray-600">Professional-grade recording with teleprompter, metronome, and real-time effects.</p>
|
| 137 |
+
</div>
|
| 138 |
+
|
| 139 |
+
<!-- Feature 3 -->
|
| 140 |
+
<div class="bg-gray-50 p-6 rounded-xl hover:shadow-lg transition">
|
| 141 |
+
<div class="w-16 h-16 gradient-bg rounded-full flex items-center justify-center text-white mb-4">
|
| 142 |
+
<i class="fas fa-sliders-h text-2xl"></i>
|
| 143 |
+
</div>
|
| 144 |
+
<h3 class="text-xl font-bold mb-2">AI Editing Suite</h3>
|
| 145 |
+
<p class="text-gray-600">Vocal tuning, background replacement, and audio effects to polish your recordings.</p>
|
| 146 |
+
</div>
|
| 147 |
+
</div>
|
| 148 |
+
</div>
|
| 149 |
+
</section>
|
| 150 |
+
|
| 151 |
+
<!-- Demo Section -->
|
| 152 |
+
<section id="demo" class="py-16 bg-gray-100">
|
| 153 |
+
<div class="container mx-auto px-4">
|
| 154 |
+
<h2 class="text-3xl font-bold text-center mb-12">See It In Action</h2>
|
| 155 |
+
<div class="flex flex-col md:flex-row items-center">
|
| 156 |
+
<div class="md:w-1/2 mb-8 md:mb-0">
|
| 157 |
+
<div class="bg-black rounded-xl overflow-hidden shadow-xl">
|
| 158 |
+
<div class="relative pt-[56.25%]">
|
| 159 |
+
<div class="absolute inset-0 flex items-center justify-center bg-gray-900 text-white">
|
| 160 |
+
<i class="fas fa-play text-4xl text-purple-500"></i>
|
| 161 |
+
</div>
|
| 162 |
+
</div>
|
| 163 |
+
<div class="p-4 bg-gray-800 text-white">
|
| 164 |
+
<h3 class="font-bold">ChordAI Studio Demo</h3>
|
| 165 |
+
<p class="text-sm text-gray-400">See how to create a professional recording in minutes</p>
|
| 166 |
+
</div>
|
| 167 |
+
</div>
|
| 168 |
+
</div>
|
| 169 |
+
<div class="md:w-1/2 md:pl-12">
|
| 170 |
+
<h3 class="text-2xl font-bold mb-4">From Idea to Finished Song</h3>
|
| 171 |
+
<p class="text-gray-600 mb-6">ChordAI Studio simplifies the music creation process with intuitive tools powered by artificial intelligence.</p>
|
| 172 |
+
<div class="space-y-4">
|
| 173 |
+
<div class="flex items-start">
|
| 174 |
+
<div class="w-10 h-10 gradient-bg rounded-full flex items-center justify-center text-white mr-4 flex-shrink-0">
|
| 175 |
+
<span class="font-bold">1</span>
|
| 176 |
+
</div>
|
| 177 |
+
<div>
|
| 178 |
+
<h4 class="font-bold">Input Your Song</h4>
|
| 179 |
+
<p class="text-gray-600">Upload audio or enter lyrics to get started.</p>
|
| 180 |
+
</div>
|
| 181 |
+
</div>
|
| 182 |
+
<div class="flex items-start">
|
| 183 |
+
<div class="w-10 h-10 gradient-bg rounded-full flex items-center justify-center text-white mr-4 flex-shrink-0">
|
| 184 |
+
<span class="font-bold">2</span>
|
| 185 |
+
</div>
|
| 186 |
+
<div>
|
| 187 |
+
<h4 class="font-bold">AI Analyzes & Suggests</h4>
|
| 188 |
+
<p class="text-gray-600">Get chord suggestions, structure recommendations.</p>
|
| 189 |
+
</div>
|
| 190 |
+
</div>
|
| 191 |
+
<div class="flex items-start">
|
| 192 |
+
<div class="w-10 h-10 gradient-bg rounded-full flex items-center justify-center text-white mr-4 flex-shrink-0">
|
| 193 |
+
<span class="font-bold">3</span>
|
| 194 |
+
</div>
|
| 195 |
+
<div>
|
| 196 |
+
<h4 class="font-bold">Record & Edit</h4>
|
| 197 |
+
<p class="text-gray-600">Use our studio tools to capture your performance.</p>
|
| 198 |
+
</div>
|
| 199 |
+
</div>
|
| 200 |
+
<div class="flex items-start">
|
| 201 |
+
<div class="w-10 h-10 gradient-bg rounded-full flex items-center justify-center text-white mr-4 flex-shrink-0">
|
| 202 |
+
<span class="font-bold">4</span>
|
| 203 |
+
</div>
|
| 204 |
+
<div>
|
| 205 |
+
<h4 class="font-bold">Share Your Creation</h4>
|
| 206 |
+
<p class="text-gray-600">Export in professional formats or share directly.</p>
|
| 207 |
+
</div>
|
| 208 |
+
</div>
|
| 209 |
+
</div>
|
| 210 |
+
</div>
|
| 211 |
+
</div>
|
| 212 |
+
</div>
|
| 213 |
+
</section>
|
| 214 |
+
|
| 215 |
+
<!-- Pricing Section -->
|
| 216 |
+
<section id="pricing" class="py-16 bg-white">
|
| 217 |
+
<div class="container mx-auto px-4">
|
| 218 |
+
<h2 class="text-3xl font-bold text-center mb-12">Simple Pricing</h2>
|
| 219 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto">
|
| 220 |
+
<!-- Free Tier -->
|
| 221 |
+
<div class="border border-gray-200 rounded-xl p-6 hover:shadow-lg transition">
|
| 222 |
+
<h3 class="text-xl font-bold mb-2">Starter</h3>
|
| 223 |
+
<p class="text-gray-600 mb-4">Perfect for beginners</p>
|
| 224 |
+
<div class="mb-6">
|
| 225 |
+
<span class="text-4xl font-bold">$0</span>
|
| 226 |
+
<span class="text-gray-500">/month</span>
|
| 227 |
+
</div>
|
| 228 |
+
<ul class="space-y-3 mb-8">
|
| 229 |
+
<li class="flex items-center">
|
| 230 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
| 231 |
+
<span>Basic chord detection</span>
|
| 232 |
+
</li>
|
| 233 |
+
<li class="flex items-center">
|
| 234 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
| 235 |
+
<span>720p recording</span>
|
| 236 |
+
</li>
|
| 237 |
+
<li class="flex items-center">
|
| 238 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
| 239 |
+
<span>3 song limit</span>
|
| 240 |
+
</li>
|
| 241 |
+
<li class="flex items-center text-gray-400">
|
| 242 |
+
<i class="fas fa-times text-red-400 mr-2"></i>
|
| 243 |
+
<span>No AI editing</span>
|
| 244 |
+
</li>
|
| 245 |
+
</ul>
|
| 246 |
+
<button class="w-full py-3 border-2 border-purple-500 text-purple-500 rounded-lg font-bold hover:bg-purple-50 transition">
|
| 247 |
+
Get Started
|
| 248 |
+
</button>
|
| 249 |
+
</div>
|
| 250 |
+
|
| 251 |
+
<!-- Pro Tier -->
|
| 252 |
+
<div class="border-2 border-purple-500 rounded-xl p-6 hover:shadow-lg transition relative">
|
| 253 |
+
<div class="absolute top-0 right-0 bg-purple-500 text-white px-3 py-1 text-xs font-bold rounded-bl-lg rounded-tr-lg">
|
| 254 |
+
POPULAR
|
| 255 |
+
</div>
|
| 256 |
+
<h3 class="text-xl font-bold mb-2">Pro</h3>
|
| 257 |
+
<p class="text-gray-600 mb-4">For serious musicians</p>
|
| 258 |
+
<div class="mb-6">
|
| 259 |
+
<span class="text-4xl font-bold">$9.99</span>
|
| 260 |
+
<span class="text-gray-500">/month</span>
|
| 261 |
+
</div>
|
| 262 |
+
<ul class="space-y-3 mb-8">
|
| 263 |
+
<li class="flex items-center">
|
| 264 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
| 265 |
+
<span>Advanced chord detection</span>
|
| 266 |
+
</li>
|
| 267 |
+
<li class="flex items-center">
|
| 268 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
| 269 |
+
<span>4K recording</span>
|
| 270 |
+
</li>
|
| 271 |
+
<li class="flex items-center">
|
| 272 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
| 273 |
+
<span>Unlimited songs</span>
|
| 274 |
+
</li>
|
| 275 |
+
<li class="flex items-center">
|
| 276 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
| 277 |
+
<span>AI editing suite</span>
|
| 278 |
+
</li>
|
| 279 |
+
</ul>
|
| 280 |
+
<button class="w-full py-3 gradient-bg text-white rounded-lg font-bold hover:opacity-90 transition">
|
| 281 |
+
Upgrade Now
|
| 282 |
+
</button>
|
| 283 |
+
</div>
|
| 284 |
+
|
| 285 |
+
<!-- Studio Tier -->
|
| 286 |
+
<div class="border border-gray-200 rounded-xl p-6 hover:shadow-lg transition">
|
| 287 |
+
<h3 class="text-xl font-bold mb-2">Studio</h3>
|
| 288 |
+
<p class="text-gray-600 mb-4">For professionals</p>
|
| 289 |
+
<div class="mb-6">
|
| 290 |
+
<span class="text-4xl font-bold">$29.99</span>
|
| 291 |
+
<span class="text-gray-500">/month</span>
|
| 292 |
+
</div>
|
| 293 |
+
<ul class="space-y-3 mb-8">
|
| 294 |
+
<li class="flex items-center">
|
| 295 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
| 296 |
+
<span>Pro features plus:</span>
|
| 297 |
+
</li>
|
| 298 |
+
<li class="flex items-center">
|
| 299 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
| 300 |
+
<span>Commercial license</span>
|
| 301 |
+
</li>
|
| 302 |
+
<li class="flex items-center">
|
| 303 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
| 304 |
+
<span>Priority support</span>
|
| 305 |
+
</li>
|
| 306 |
+
<li class="flex items-center">
|
| 307 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
| 308 |
+
<span>Custom branding</span>
|
| 309 |
+
</li>
|
| 310 |
+
</ul>
|
| 311 |
+
<button class="w-full py-3 border-2 border-purple-500 text-purple-500 rounded-lg font-bold hover:bg-purple-50 transition">
|
| 312 |
+
Contact Sales
|
| 313 |
+
</button>
|
| 314 |
+
</div>
|
| 315 |
+
</div>
|
| 316 |
+
</div>
|
| 317 |
+
</section>
|
| 318 |
+
|
| 319 |
+
<!-- Testimonials -->
|
| 320 |
+
<section class="py-16 bg-gray-100">
|
| 321 |
+
<div class="container mx-auto px-4">
|
| 322 |
+
<h2 class="text-3xl font-bold text-center mb-12">What Musicians Say</h2>
|
| 323 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 324 |
+
<!-- Testimonial 1 -->
|
| 325 |
+
<div class="bg-white p-6 rounded-xl shadow-sm">
|
| 326 |
+
<div class="flex items-center mb-4">
|
| 327 |
+
<div class="w-12 h-12 rounded-full bg-purple-500 flex items-center justify-center text-white font-bold mr-4">
|
| 328 |
+
JS
|
| 329 |
+
</div>
|
| 330 |
+
<div>
|
| 331 |
+
<h4 class="font-bold">Jamie Smith</h4>
|
| 332 |
+
<p class="text-gray-500 text-sm">Singer-Songwriter</p>
|
| 333 |
+
</div>
|
| 334 |
+
</div>
|
| 335 |
+
<p class="text-gray-600 italic">"ChordAI Studio has completely transformed my songwriting process. The chord detection is scarily accurate!"</p>
|
| 336 |
+
<div class="mt-4 text-yellow-400">
|
| 337 |
+
<i class="fas fa-star"></i>
|
| 338 |
+
<i class="fas fa-star"></i>
|
| 339 |
+
<i class="fas fa-star"></i>
|
| 340 |
+
<i class="fas fa-star"></i>
|
| 341 |
+
<i class="fas fa-star"></i>
|
| 342 |
+
</div>
|
| 343 |
+
</div>
|
| 344 |
+
|
| 345 |
+
<!-- Testimonial 2 -->
|
| 346 |
+
<div class="bg-white p-6 rounded-xl shadow-sm">
|
| 347 |
+
<div class="flex items-center mb-4">
|
| 348 |
+
<div class="w-12 h-12 rounded-full bg-blue-500 flex items-center justify-center text-white font-bold mr-4">
|
| 349 |
+
MK
|
| 350 |
+
</div>
|
| 351 |
+
<div>
|
| 352 |
+
<h4 class="font-bold">Maria Kim</h4>
|
| 353 |
+
<p class="text-gray-500 text-sm">Music Teacher</p>
|
| 354 |
+
</div>
|
| 355 |
+
</div>
|
| 356 |
+
<p class="text-gray-600 italic">"My students love using the teleprompter feature during practice. It's like having a personal coach!"</p>
|
| 357 |
+
<div class="mt-4 text-yellow-400">
|
| 358 |
+
<i class="fas fa-star"></i>
|
| 359 |
+
<i class="fas fa-star"></i>
|
| 360 |
+
<i class="fas fa-star"></i>
|
| 361 |
+
<i class="fas fa-star"></i>
|
| 362 |
+
<i class="fas fa-star-half-alt"></i>
|
| 363 |
+
</div>
|
| 364 |
+
</div>
|
| 365 |
+
|
| 366 |
+
<!-- Testimonial 3 -->
|
| 367 |
+
<div class="bg-white p-6 rounded-xl shadow-sm">
|
| 368 |
+
<div class="flex items-center mb-4">
|
| 369 |
+
<div class="w-12 h-12 rounded-full bg-green-500 flex items-center justify-center text-white font-bold mr-4">
|
| 370 |
+
AD
|
| 371 |
+
</div>
|
| 372 |
+
<div>
|
| 373 |
+
<h4 class="font-bold">Alex Davis</h4>
|
| 374 |
+
<p class="text-gray-500 text-sm">Podcast Producer</p>
|
| 375 |
+
</div>
|
| 376 |
+
</div>
|
| 377 |
+
<p class="text-gray-600 italic">"The audio cleanup tools save me hours in post-production. The noise removal is studio-quality."</p>
|
| 378 |
+
<div class="mt-4 text-yellow-400">
|
| 379 |
+
<i class="fas fa-star"></i>
|
| 380 |
+
<i class="fas fa-star"></i>
|
| 381 |
+
<i class="fas fa-star"></i>
|
| 382 |
+
<i class="fas fa-star"></i>
|
| 383 |
+
<i class="fas fa-star"></i>
|
| 384 |
+
</div>
|
| 385 |
+
</div>
|
| 386 |
+
</div>
|
| 387 |
+
</div>
|
| 388 |
+
</section>
|
| 389 |
+
|
| 390 |
+
<!-- CTA Section -->
|
| 391 |
+
<section class="gradient-bg text-white py-16">
|
| 392 |
+
<div class="container mx-auto px-4 text-center">
|
| 393 |
+
<h2 class="text-3xl font-bold mb-6">Ready to Create Your Next Hit?</h2>
|
| 394 |
+
<p class="text-xl mb-8 max-w-2xl mx-auto">Join thousands of musicians using ChordAI Studio to bring their musical ideas to life.</p>
|
| 395 |
+
<div class="flex flex-col sm:flex-row justify-center space-y-3 sm:space-y-0 sm:space-x-4">
|
| 396 |
+
<button class="bg-white text-purple-600 px-8 py-4 rounded-full font-bold hover:bg-gray-100 transition text-lg">
|
| 397 |
+
<i class="fas fa-download mr-2"></i> Download Now
|
| 398 |
+
</button>
|
| 399 |
+
<button class="border-2 border-white text-white px-8 py-4 rounded-full font-bold hover:bg-white hover:text-purple-600 transition text-lg">
|
| 400 |
+
<i class="fas fa-play-circle mr-2"></i> Watch Tutorial
|
| 401 |
+
</button>
|
| 402 |
+
</div>
|
| 403 |
+
</div>
|
| 404 |
+
</section>
|
| 405 |
+
|
| 406 |
+
<!-- Footer -->
|
| 407 |
+
<footer id="contact" class="bg-gray-900 text-white py-12">
|
| 408 |
+
<div class="container mx-auto px-4">
|
| 409 |
+
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
| 410 |
+
<div>
|
| 411 |
+
<h3 class="text-xl font-bold mb-4 flex items-center">
|
| 412 |
+
<i class="fas fa-guitar mr-2"></i> ChordAI Studio
|
| 413 |
+
</h3>
|
| 414 |
+
<p class="text-gray-400">The ultimate AI-powered music creation app for iOS and Android.</p>
|
| 415 |
+
</div>
|
| 416 |
+
<div>
|
| 417 |
+
<h4 class="font-bold mb-4">Product</h4>
|
| 418 |
+
<ul class="space-y-2">
|
| 419 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Features</a></li>
|
| 420 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Pricing</a></li>
|
| 421 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">FAQ</a></li>
|
| 422 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Updates</a></li>
|
| 423 |
+
</ul>
|
| 424 |
+
</div>
|
| 425 |
+
<div>
|
| 426 |
+
<h4 class="font-bold mb-4">Company</h4>
|
| 427 |
+
<ul class="space-y-2">
|
| 428 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">About</a></li>
|
| 429 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>
|
| 430 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li>
|
| 431 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Press</a></li>
|
| 432 |
+
</ul>
|
| 433 |
+
</div>
|
| 434 |
+
<div>
|
| 435 |
+
<h4 class="font-bold mb-4">Connect</h4>
|
| 436 |
+
<div class="flex space-x-4 mb-4">
|
| 437 |
+
<a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-purple-600 transition">
|
| 438 |
+
<i class="fab fa-twitter"></i>
|
| 439 |
+
</a>
|
| 440 |
+
<a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-purple-600 transition">
|
| 441 |
+
<i class="fab fa-instagram"></i>
|
| 442 |
+
</a>
|
| 443 |
+
<a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-purple-600 transition">
|
| 444 |
+
<i class="fab fa-facebook-f"></i>
|
| 445 |
+
</a>
|
| 446 |
+
<a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-purple-600 transition">
|
| 447 |
+
<i class="fab fa-youtube"></i>
|
| 448 |
+
</a>
|
| 449 |
+
</div>
|
| 450 |
+
<p class="text-gray-400">support@chordaistudio.com</p>
|
| 451 |
+
</div>
|
| 452 |
+
</div>
|
| 453 |
+
<div class="border-t border-gray-800 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center">
|
| 454 |
+
<p class="text-gray-400 mb-4 md:mb-0">© 2023 ChordAI Studio. All rights reserved.</p>
|
| 455 |
+
<div class="flex space-x-6">
|
| 456 |
+
<a href="#" class="text-gray-400 hover:text-white transition">Privacy</a>
|
| 457 |
+
<a href="#" class="text-gray-400 hover:text-white transition">Terms</a>
|
| 458 |
+
<a href="#" class="text-gray-400 hover:text-white transition">Cookies</a>
|
| 459 |
+
</div>
|
| 460 |
+
</div>
|
| 461 |
+
</div>
|
| 462 |
+
</footer>
|
| 463 |
+
|
| 464 |
+
<script>
|
| 465 |
+
// Simple JavaScript for mobile menu toggle
|
| 466 |
+
document.addEventListener('DOMContentLoaded', function() {
|
| 467 |
+
const mobileMenuButton = document.querySelector('button.md\\:hidden');
|
| 468 |
+
const mobileMenu = document.querySelector('.md\\:flex.space-x-6');
|
| 469 |
+
|
| 470 |
+
mobileMenuButton.addEventListener('click', function() {
|
| 471 |
+
if (mobileMenu.classList.contains('hidden')) {
|
| 472 |
+
mobileMenu.classList.remove('hidden');
|
| 473 |
+
mobileMenu.classList.add('flex', 'flex-col', 'absolute', 'top-16', 'right-4', 'bg-white', 'shadow-lg', 'rounded-lg', 'p-4', 'space-y-3', 'space-x-0', 'z-50');
|
| 474 |
+
} else {
|
| 475 |
+
mobileMenu.classList.add('hidden');
|
| 476 |
+
mobileMenu.classList.remove('flex', 'flex-col', 'absolute', 'top-16', 'right-4', 'bg-white', 'shadow-lg', 'rounded-lg', 'p-4', 'space-y-3', 'space-x-0', 'z-50');
|
| 477 |
+
}
|
| 478 |
+
});
|
| 479 |
+
|
| 480 |
+
// Smooth scrolling for anchor links
|
| 481 |
+
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
| 482 |
+
anchor.addEventListener('click', function (e) {
|
| 483 |
+
e.preventDefault();
|
| 484 |
+
|
| 485 |
+
const targetId = this.getAttribute('href');
|
| 486 |
+
if (targetId === '#') return;
|
| 487 |
+
|
| 488 |
+
const targetElement = document.querySelector(targetId);
|
| 489 |
+
if (targetElement) {
|
| 490 |
+
targetElement.scrollIntoView({
|
| 491 |
+
behavior: 'smooth'
|
| 492 |
+
});
|
| 493 |
+
|
| 494 |
+
// Close mobile menu if open
|
| 495 |
+
if (!mobileMenu.classList.contains('hidden')) {
|
| 496 |
+
mobileMenu.classList.add('hidden');
|
| 497 |
+
mobileMenu.classList.remove('flex', 'flex-col', 'absolute', 'top-16', 'right-4', 'bg-white', 'shadow-lg', 'rounded-lg', 'p-4', 'space-y-3', 'space-x-0', 'z-50');
|
| 498 |
+
}
|
| 499 |
+
}
|
| 500 |
+
});
|
| 501 |
+
});
|
| 502 |
+
});
|
| 503 |
+
</script>
|
| 504 |
+
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=tushkum/chordsai" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 505 |
+
</html>
|