commit af4ac1b91edb859424ef0eba431e51d950511f36
Author: root <root@hub.scroll.pub> Date: 2024-12-28 04:20:10 +0000 Subject: Initial commit diff --git a/body.html b/body.html new file mode 100644 index 0000000..f573a51 --- /dev/null +++ b/body.html @@ -0,0 +1,109 @@ +<header> + <nav> + <div class="logo">AI Dukaandar</div> + <div class="nav-links"> + <a href="#features">Features</a> + <a href="#benefits">Benefits</a> + <a href="#pricing">Pricing</a> + <a href="#contact" class="cta-button">Get Started</a> + </div> + <button class="mobile-menu" aria-label="Menu"> + <span></span><span></span><span></span> + </button> + </nav> +</header> + +<main> + <section class="hero"> + <div class="hero-content"> + <h1>Transform Your WhatsApp Business with AI</h1> + <p>Automate customer service, boost sales, and manage your business 24/7 with AI Dukaandar</p> + <a href="#contact" class="cta-button">Start Free Trial</a> + </div> + <div class="hero-image"> + <div class="phone-mockup"> + <div class="screen"> + <div class="chat-interface"></div> + </div> + </div> + </div> + </section> + + <section id="features" class="features"> + <h2>Smart Features</h2> + <div class="features-grid"> + <div class="feature-card"> + <div class="icon">🤖</div> + <h3>24/7 Customer Support</h3> + <p>Automated responses to common queries instantly</p> + </div> + <div class="feature-card"> + <div class="icon">📊</div> + <h3>Sales Analytics</h3> + <p>Track performance and customer interactions</p> + </div> + <div class="feature-card"> + <div class="icon">🛍️</div> + <h3>Product Catalog</h3> + <p>Manage your inventory seamlessly</p> + </div> + <div class="feature-card"> + <div class="icon">💬</div> + <h3>Smart Responses</h3> + <p>AI-powered contextual conversations</p> + </div> + </div> + </section> + + <section id="pricing" class="pricing"> + <h2>Simple Pricing</h2> + <div class="pricing-cards"> + <div class="price-card"> + <h3>Starter</h3> + <div class="price">₹999<span>/month</span></div> + <ul> + <li>Basic AI responses</li> + <li>100 automated chats/day</li> + <li>Basic analytics</li> + </ul> + <a href="#contact" class="cta-button">Choose Plan</a> + </div> + <div class="price-card featured"> + <h3>Professional</h3> + <div class="price">₹2499<span>/month</span></div> + <ul> + <li>Advanced AI responses</li> + <li>Unlimited automated chats</li> + <li>Full analytics suite</li> + <li>Priority support</li> + </ul> + <a href="#contact" class="cta-button">Choose Plan</a> + </div> + </div> + </section> + + <section id="contact" class="contact"> + <h2>Get Started Today</h2> + <form id="contact-form"> + <input type="text" placeholder="Business Name" required> + <input type="email" placeholder="Email Address" required> + <input type="tel" placeholder="WhatsApp Number" required> + <button type="submit" class="cta-button">Start Free Trial</button> + </form> + </section> +</main> + +<footer> + <div class="footer-content"> + <div class="footer-section"> + <h4>AI Dukaandar</h4> + <p>Smart WhatsApp Business Solution</p> + </div> + <div class="footer-section"> + <h4>Quick Links</h4> + <a href="#features">Features</a> + <a href="#pricing">Pricing</a> + <a href="#contact">Contact</a> + </div> + </div> +</footer> \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..20bab9e --- /dev/null +++ b/index.scroll @@ -0,0 +1,8 @@ +buildHtml +baseUrl https://aidukaandar.scroll.pub +metaTags +editButton /edit.html +title AI Dukaandar - Your Smart WhatsApp Business Assistant +style.css +body.html +script.js \ No newline at end of file diff --git a/prompt.json b/prompt.json new file mode 100644 index 0000000..829ea01 --- /dev/null +++ b/prompt.json @@ -0,0 +1,20 @@ +{ + "id": "msg_0197V8WEunqmgsPBRcwdYHVa", + "type": "message", + "role": "assistant", + "model": "claude-3-5-sonnet-20241022", + "content": [ + { + "type": "text", + "text": "I'll help create a website for your AI Dukaandar WhatsApp business solution.\n\nSuggested domain: aidukaandar.scroll.pub\n\n---domain---\naidukaandar.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://aidukaandar.scroll.pub\nmetaTags\neditButton /edit.html\ntitle AI Dukaandar - Your Smart WhatsApp Business Assistant\nstyle.css\nbody.html\nscript.js\n---body.html---\n<header>\n <nav>\n <div class=\"logo\">AI Dukaandar</div>\n <div class=\"nav-links\">\n <a href=\"#features\">Features</a>\n <a href=\"#benefits\">Benefits</a>\n <a href=\"#pricing\">Pricing</a>\n <a href=\"#contact\" class=\"cta-button\">Get Started</a>\n </div>\n <button class=\"mobile-menu\" aria-label=\"Menu\">\n <span></span><span></span><span></span>\n </button>\n </nav>\n</header>\n\n<main>\n <section class=\"hero\">\n <div class=\"hero-content\">\n <h1>Transform Your WhatsApp Business with AI</h1>\n <p>Automate customer service, boost sales, and manage your business 24/7 with AI Dukaandar</p>\n <a href=\"#contact\" class=\"cta-button\">Start Free Trial</a>\n </div>\n <div class=\"hero-image\">\n <div class=\"phone-mockup\">\n <div class=\"screen\">\n <div class=\"chat-interface\"></div>\n </div>\n </div>\n </div>\n </section>\n\n <section id=\"features\" class=\"features\">\n <h2>Smart Features</h2>\n <div class=\"features-grid\">\n <div class=\"feature-card\">\n <div class=\"icon\">🤖</div>\n <h3>24/7 Customer Support</h3>\n <p>Automated responses to common queries instantly</p>\n </div>\n <div class=\"feature-card\">\n <div class=\"icon\">📊</div>\n <h3>Sales Analytics</h3>\n <p>Track performance and customer interactions</p>\n </div>\n <div class=\"feature-card\">\n <div class=\"icon\">🛍️</div>\n <h3>Product Catalog</h3>\n <p>Manage your inventory seamlessly</p>\n </div>\n <div class=\"feature-card\">\n <div class=\"icon\">💬</div>\n <h3>Smart Responses</h3>\n <p>AI-powered contextual conversations</p>\n </div>\n </div>\n </section>\n\n <section id=\"pricing\" class=\"pricing\">\n <h2>Simple Pricing</h2>\n <div class=\"pricing-cards\">\n <div class=\"price-card\">\n <h3>Starter</h3>\n <div class=\"price\">₹999<span>/month</span></div>\n <ul>\n <li>Basic AI responses</li>\n <li>100 automated chats/day</li>\n <li>Basic analytics</li>\n </ul>\n <a href=\"#contact\" class=\"cta-button\">Choose Plan</a>\n </div>\n <div class=\"price-card featured\">\n <h3>Professional</h3>\n <div class=\"price\">₹2499<span>/month</span></div>\n <ul>\n <li>Advanced AI responses</li>\n <li>Unlimited automated chats</li>\n <li>Full analytics suite</li>\n <li>Priority support</li>\n </ul>\n <a href=\"#contact\" class=\"cta-button\">Choose Plan</a>\n </div>\n </div>\n </section>\n\n <section id=\"contact\" class=\"contact\">\n <h2>Get Started Today</h2>\n <form id=\"contact-form\">\n <input type=\"text\" placeholder=\"Business Name\" required>\n <input type=\"email\" placeholder=\"Email Address\" required>\n <input type=\"tel\" placeholder=\"WhatsApp Number\" required>\n <button type=\"submit\" class=\"cta-button\">Start Free Trial</button>\n </form>\n </section>\n</main>\n\n<footer>\n <div class=\"footer-content\">\n <div class=\"footer-section\">\n <h4>AI Dukaandar</h4>\n <p>Smart WhatsApp Business Solution</p>\n </div>\n <div class=\"footer-section\">\n <h4>Quick Links</h4>\n <a href=\"#features\">Features</a>\n <a href=\"#pricing\">Pricing</a>\n <a href=\"#contact\">Contact</a>\n </div>\n </div>\n</footer>\n---style.css---\n:root {\n --primary-color: #25D366;\n --secondary-color: #128C7E;\n --dark-color: #075E54;\n --light-color: #DCF8C6;\n --text-color: #333;\n --white: #ffffff;\n}\n\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n line-height: 1.6;\n color: var(--text-color);\n}\n\n/* Header & Navigation */\nheader {\n position: fixed;\n width: 100%;\n background: var(--white);\n box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n z-index: 1000;\n}\n\nnav {\n max-width: 1200px;\n margin: 0 auto;\n padding: 1rem;\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n\n.logo {\n font-size: 1.5rem;\n font-weight: bold;\n color: var(--primary-color);\n}\n\n.nav-links a {\n margin-left: 2rem;\n text-decoration: none;\n color: var(--text-color);\n transition: color 0.3s ease;\n}\n\n.nav-links a:hover {\n color: var(--primary-color);\n}\n\n/* Hero Section */\n.hero {\n padding: 8rem 2rem 4rem;\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 2rem;\n max-width: 1200px;\n margin: 0 auto;\n}\n\n.hero-content {\n display: flex;\n flex-direction: column;\n justify-content: center;\n}\n\n.hero h1 {\n font-size: 3rem;\n margin-bottom: 1.5rem;\n color: var(--dark-color);\n}\n\n.phone-mockup {\n position: relative;\n width: 300px;\n height: 600px;\n background: var(--dark-color);\n border-radius: 30px;\n padding: 10px;\n margin: 0 auto;\n}\n\n.screen {\n background: var(--white);\n height: 100%;\n border-radius: 20px;\n overflow: hidden;\n position: relative;\n}\n\n.chat-interface {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: linear-gradient(45deg, var(--light-color) 25%, transparent 25%),\n linear-gradient(-45deg, var(--light-color) 25%, transparent 25%);\n background-size: 20px 20px;\n animation: slide 20s linear infinite;\n}\n\n/* Features Section */\n.features {\n padding: 4rem 2rem;\n background: var(--light-color);\n}\n\n.features h2 {\n text-align: center;\n margin-bottom: 3rem;\n}\n\n.features-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 2rem;\n max-width: 1200px;\n margin: 0 auto;\n}\n\n.feature-card {\n background: var(--white);\n padding: 2rem;\n border-radius: 10px;\n text-align: center;\n transition: transform 0.3s ease;\n box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n}\n\n.feature-card:hover {\n transform: translateY(-5px);\n}\n\n.icon {\n font-size: 2.5rem;\n margin-bottom: 1rem;\n}\n\n/* Pricing Section */\n.pricing {\n padding: 4rem 2rem;\n}\n\n.pricing-cards {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 2rem;\n max-width: 1200px;\n margin: 2rem auto;\n}\n\n.price-card {\n background: var(--white);\n padding: 2rem;\n border-radius: 10px;\n text-align: center;\n box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n}\n\n.price-card.featured {\n transform: scale(1.05);\n border: 2px solid var(--primary-color);\n}\n\n.price {\n font-size: 2.5rem;\n color: var(--primary-color);\n margin: 1rem 0;\n}\n\n.price span {\n font-size: 1rem;\n color: var(--text-color);\n}\n\n/* Contact Section */\n.contact {\n padding: 4rem 2rem;\n background: var(--light-color);\n}\n\n#contact-form {\n max-width: 600px;\n margin: 0 auto;\n display: grid;\n gap: 1rem;\n}\n\ninput {\n padding: 1rem;\n border: 2px solid transparent;\n border-radius: 5px;\n font-size: 1rem;\n}\n\n/* Common Components */\n.cta-button {\n display: inline-block;\n padding: 1rem 2rem;\n background: var(--primary-color);\n color: var(--white);\n text-decoration: none;\n border-radius: 5px;\n border: none;\n font-size: 1rem;\n cursor: pointer;\n transition: background 0.3s ease;\n}\n\n.cta-button:hover {\n background: var(--secondary-color);\n}\n\n/* Footer */\nfooter {\n background: var(--dark-color);\n color: var(--white);\n padding: 2rem;\n}\n\n.footer-content {\n max-width: 1200px;\n margin: 0 auto;\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n gap: 2rem;\n}\n\n/* Mobile Responsiveness */\n.mobile-menu {\n display: none;\n}\n\n@media (max-width: 768px) {\n .nav-links {\n display: none;\n }\n \n .mobile-menu {\n display: block;\n }\n \n .hero {\n grid-template-columns: 1fr;\n text-align: center;\n }\n \n .hero h1 {\n font-size: 2rem;\n }\n \n .phone-mockup {\n width: 250px;\n height: 500px;\n }\n}\n\n@keyframes slide {\n from { background-position: 0 0; }\n to { background-position: 40px 40px; }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', function() {\n // Mobile Menu Toggle\n const mobileMenu = document.querySelector('.mobile-menu');\n const navLinks = document.querySelector('.nav-links');\n \n mobileMenu.addEventListener('click', () => {\n navLinks.style.display = navLinks.style.display === 'flex' ? 'none' : 'flex';\n });\n\n // Smooth Scroll\n document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n anchor.addEventListener('click', function (e) {\n e.preventDefault();\n document.querySelector(this.getAttribute('href')).scrollIntoView({\n behavior: 'smooth'\n });\n });\n });\n\n // Form Submission\n const contactForm = document.getElementById('contact-form');\n \n contactForm.addEventListener('submit', function(e) {\n e.preventDefault();\n \n // Animate button\n const submitButton = this.querySelector('button[type=\"submit\"]');\n submitButton.textContent = 'Processing...';\n \n // Simulate form submission\n setTimeout(() => {\n submitButton.textContent = 'Thank You!';\n contactForm.reset();\n \n setTimeout(() => {\n submitButton.textContent = 'Start Free Trial';\n }, 2000);\n }, 1500);\n });\n\n // Intersection Observer for animations\n const observer = new IntersectionObserver((entries) => {\n entries.forEach(entry => {\n if (entry.isIntersecting) {\n entry.target.classList.add('animate');\n }\n });\n }, {\n threshold: 0.1\n });\n\n // Observe feature cards\n document.querySelectorAll('.feature-card').forEach(card => {\n observer.observe(card);\n });\n});\n---end---\n\nThis website features:\n1. Modern, clean design with WhatsApp-inspired color scheme\n2. Animated phone mockup showing chat interface\n3. Responsive grid layouts for features and pricing\n4. Smooth scroll behavior\n5. Intersection Observer for scroll animations\n6. Mobile-responsive design with hamburger menu\n7. Interactive form with animation\n8. CSS animations and transitions\n9. Semantic HTML structure\n10. Accessible navigation and content structure\n\nThe domain name \"aidukaandar.scroll.pub\" combines:\n- \"ai\" - highlighting the AI technology\n- \"dukaandar\" - the product name\n- Simple and memorable\n- Relevant to the business purpose" + } + ], + "stop_reason": "end_turn", + "stop_sequence": null, + "usage": { + "input_tokens": 297, + "cache_creation_input_tokens": 0, + "cache_read_input_tokens": 0, + "output_tokens": 3675 + } +} \ No newline at end of file diff --git a/readme.scroll b/readme.scroll new file mode 100644 index 0000000..ad11082 --- /dev/null +++ b/readme.scroll @@ -0,0 +1,2 @@ +# aidukaandar1.scroll.pub +Website generated by Claude from prompt: I want to create a website where I can show my product where I am selling an AI dukaandar for whatsapp businesses \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..0cd4a33 --- /dev/null +++ b/script.js @@ -0,0 +1,56 @@ +document.addEventListener('DOMContentLoaded', function() { + // Mobile Menu Toggle + const mobileMenu = document.querySelector('.mobile-menu'); + const navLinks = document.querySelector('.nav-links'); + + mobileMenu.addEventListener('click', () => { + navLinks.style.display = navLinks.style.display === 'flex' ? 'none' : 'flex'; + }); + + // Smooth Scroll + document.querySelectorAll('a[href^="#"]').forEach(anchor => { + anchor.addEventListener('click', function (e) { + e.preventDefault(); + document.querySelector(this.getAttribute('href')).scrollIntoView({ + behavior: 'smooth' + }); + }); + }); + + // Form Submission + const contactForm = document.getElementById('contact-form'); + + contactForm.addEventListener('submit', function(e) { + e.preventDefault(); + + // Animate button + const submitButton = this.querySelector('button[type="submit"]'); + submitButton.textContent = 'Processing...'; + + // Simulate form submission + setTimeout(() => { + submitButton.textContent = 'Thank You!'; + contactForm.reset(); + + setTimeout(() => { + submitButton.textContent = 'Start Free Trial'; + }, 2000); + }, 1500); + }); + + // Intersection Observer for animations + const observer = new IntersectionObserver((entries) => { + entries.forEach(entry => { + if (entry.isIntersecting) { + entry.target.classList.add('animate'); + } + }); + }, { + threshold: 0.1 + }); + + // Observe feature cards + document.querySelectorAll('.feature-card').forEach(card => { + observer.observe(card); + }); +}); \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..6e49ddc --- /dev/null +++ b/style.css @@ -0,0 +1,268 @@ +:root { + --primary-color: #25D366; + --secondary-color: #128C7E; + --dark-color: #075E54; + --light-color: #DCF8C6; + --text-color: #333; + --white: #ffffff; +} + +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; + line-height: 1.6; + color: var(--text-color); +} + +/* Header & Navigation */ +header { + position: fixed; + width: 100%; + background: var(--white); + box-shadow: 0 2px 10px rgba(0,0,0,0.1); + z-index: 1000; +} + +nav { + max-width: 1200px; + margin: 0 auto; + padding: 1rem; + display: flex; + justify-content: space-between; + align-items: center; +} + +.logo { + font-size: 1.5rem; + font-weight: bold; + color: var(--primary-color); +} + +.nav-links a { + margin-left: 2rem; + text-decoration: none; + color: var(--text-color); + transition: color 0.3s ease; +} + +.nav-links a:hover { + color: var(--primary-color); +} + +/* Hero Section */ +.hero { + padding: 8rem 2rem 4rem; + display: grid; + grid-template-columns: 1fr 1fr; + gap: 2rem; + max-width: 1200px; + margin: 0 auto; +} + +.hero-content { + display: flex; + flex-direction: column; + justify-content: center; +} + +.hero h1 { + font-size: 3rem; + margin-bottom: 1.5rem; + color: var(--dark-color); +} + +.phone-mockup { + position: relative; + width: 300px; + height: 600px; + background: var(--dark-color); + border-radius: 30px; + padding: 10px; + margin: 0 auto; +} + +.screen { + background: var(--white); + height: 100%; + border-radius: 20px; + overflow: hidden; + position: relative; +} + +.chat-interface { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: linear-gradient(45deg, var(--light-color) 25%, transparent 25%), + linear-gradient(-45deg, var(--light-color) 25%, transparent 25%); + background-size: 20px 20px; + animation: slide 20s linear infinite; +} + +/* Features Section */ +.features { + padding: 4rem 2rem; + background: var(--light-color); +} + +.features h2 { + text-align: center; + margin-bottom: 3rem; +} + +.features-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); + gap: 2rem; + max-width: 1200px; + margin: 0 auto; +} + +.feature-card { + background: var(--white); + padding: 2rem; + border-radius: 10px; + text-align: center; + transition: transform 0.3s ease; + box-shadow: 0 4px 6px rgba(0,0,0,0.1); +} + +.feature-card:hover { + transform: translateY(-5px); +} + +.icon { + font-size: 2.5rem; + margin-bottom: 1rem; +} + +/* Pricing Section */ +.pricing { + padding: 4rem 2rem; +} + +.pricing-cards { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); + gap: 2rem; + max-width: 1200px; + margin: 2rem auto; +} + +.price-card { + background: var(--white); + padding: 2rem; + border-radius: 10px; + text-align: center; + box-shadow: 0 4px 6px rgba(0,0,0,0.1); +} + +.price-card.featured { + transform: scale(1.05); + border: 2px solid var(--primary-color); +} + +.price { + font-size: 2.5rem; + color: var(--primary-color); + margin: 1rem 0; +} + +.price span { + font-size: 1rem; + color: var(--text-color); +} + +/* Contact Section */ +.contact { + padding: 4rem 2rem; + background: var(--light-color); +} + +#contact-form { + max-width: 600px; + margin: 0 auto; + display: grid; + gap: 1rem; +} + +input { + padding: 1rem; + border: 2px solid transparent; + border-radius: 5px; + font-size: 1rem; +} + +/* Common Components */ +.cta-button { + display: inline-block; + padding: 1rem 2rem; + background: var(--primary-color); + color: var(--white); + text-decoration: none; + border-radius: 5px; + border: none; + font-size: 1rem; + cursor: pointer; + transition: background 0.3s ease; +} + +.cta-button:hover { + background: var(--secondary-color); +} + +/* Footer */ +footer { + background: var(--dark-color); + color: var(--white); + padding: 2rem; +} + +.footer-content { + max-width: 1200px; + margin: 0 auto; + display: grid; + grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); + gap: 2rem; +} + +/* Mobile Responsiveness */ +.mobile-menu { + display: none; +} + +@media (max-width: 768px) { + .nav-links { + display: none; + } + + .mobile-menu { + display: block; + } + + .hero { + grid-template-columns: 1fr; + text-align: center; + } + + .hero h1 { + font-size: 2rem; + } + + .phone-mockup { + width: 250px; + height: 500px; + } +} + +@keyframes slide { + from { background-position: 0 0; } + to { background-position: 40px 40px; } +} \ No newline at end of file