commit 47ab040c5fb2c08090c165e35f6e772715451074
Author: root <root@hub.scroll.pub>
Date: 2024-12-28 04:18:30 +0000
Subject: Initial commit
diff --git a/body.html b/body.html
new file mode 100644
index 0000000..c5d39fd
--- /dev/null
+++ b/body.html
@@ -0,0 +1,63 @@
+<header>
+ <h1>AI Dukaandar</h1>
+ <p>Revolutionize Your WhatsApp Business with AI Automation</p>
+</header>
+
+<section id="features">
+ <h2>Key Features</h2>
+ <div class="feature-grid">
+ <div class="feature-card">
+ <h3>Automated Responses</h3>
+ <p>Instant replies to customer queries 24/7</p>
+ </div>
+ <div class="feature-card">
+ <h3>Order Management</h3>
+ <p>Seamless order tracking and processing</p>
+ </div>
+ <div class="feature-card">
+ <h3>Inventory Sync</h3>
+ <p>Real-time stock updates and alerts</p>
+ </div>
+ <div class="feature-card">
+ <h3>Analytics Dashboard</h3>
+ <p>Track sales and customer interactions</p>
+ </div>
+ </div>
+</section>
+
+<section id="demo">
+ <h2>See It in Action</h2>
+ <div class="demo-container">
+ <div class="phone-mockup">
+ <div class="screen">
+ <div class="chat">
+ <div class="message received">Hi, what's in stock?</div>
+ <div class="message sent">Here's our current inventory...</div>
+ </div>
+ </div>
+ </div>
+ </div>
+</section>
+
+<section id="pricing">
+ <h2>Simple Pricing</h2>
+ <div class="pricing-card">
+ <h3>Basic Plan</h3>
+ <p class="price">$9.99/month</p>
+ <ul>
+ <li>Up to 1000 messages</li>
+ <li>Basic analytics</li>
+ <li>Email support</li>
+ </ul>
+ <button>Get Started</button>
+ </div>
+</section>
+
+<footer>
+ <nav>
+ <a href="#features">Features</a>
+ <a href="#demo">Demo</a>
+ <a href="#pricing">Pricing</a>
+ </nav>
+ <p>Transform your WhatsApp business today with AI Dukaandar</p>
+</footer>
\ No newline at end of file
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..0b84dff
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,8 @@
+buildHtml
+baseUrl https://aidukaandar.scroll.pub
+metaTags
+editButton /edit.html
+title AI Dukaandar - WhatsApp Business Automation
+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..137dbc2
--- /dev/null
+++ b/prompt.json
@@ -0,0 +1,25 @@
+{
+ "id": "b71d4fe7-d0c5-474b-9e41-e438a24e6595",
+ "object": "chat.completion",
+ "created": 1735359488,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\naidukaandar.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://aidukaandar.scroll.pub\nmetaTags\neditButton /edit.html\ntitle AI Dukaandar - WhatsApp Business Automation\nstyle.css\nbody.html\nscript.js\n---body.html---\n<header>\n <h1>AI Dukaandar</h1>\n <p>Revolutionize Your WhatsApp Business with AI Automation</p>\n</header>\n\n<section id=\"features\">\n <h2>Key Features</h2>\n <div class=\"feature-grid\">\n <div class=\"feature-card\">\n <h3>Automated Responses</h3>\n <p>Instant replies to customer queries 24/7</p>\n </div>\n <div class=\"feature-card\">\n <h3>Order Management</h3>\n <p>Seamless order tracking and processing</p>\n </div>\n <div class=\"feature-card\">\n <h3>Inventory Sync</h3>\n <p>Real-time stock updates and alerts</p>\n </div>\n <div class=\"feature-card\">\n <h3>Analytics Dashboard</h3>\n <p>Track sales and customer interactions</p>\n </div>\n </div>\n</section>\n\n<section id=\"demo\">\n <h2>See It in Action</h2>\n <div class=\"demo-container\">\n <div class=\"phone-mockup\">\n <div class=\"screen\">\n <div class=\"chat\">\n <div class=\"message received\">Hi, what's in stock?</div>\n <div class=\"message sent\">Here's our current inventory...</div>\n </div>\n </div>\n </div>\n </div>\n</section>\n\n<section id=\"pricing\">\n <h2>Simple Pricing</h2>\n <div class=\"pricing-card\">\n <h3>Basic Plan</h3>\n <p class=\"price\">$9.99/month</p>\n <ul>\n <li>Up to 1000 messages</li>\n <li>Basic analytics</li>\n <li>Email support</li>\n </ul>\n <button>Get Started</button>\n </div>\n</section>\n\n<footer>\n <nav>\n <a href=\"#features\">Features</a>\n <a href=\"#demo\">Demo</a>\n <a href=\"#pricing\">Pricing</a>\n </nav>\n <p>Transform your WhatsApp business today with AI Dukaandar</p>\n</footer>\n---style.css---\n:root {\n --primary-color: #2563eb;\n --secondary-color: #1e40af;\n --background-color: #f8fafc;\n --text-color: #1e293b;\n --card-bg: #ffffff;\n}\n\nbody {\n font-family: 'Segoe UI', system-ui, sans-serif;\n line-height: 1.6;\n margin: 0;\n padding: 0;\n background-color: var(--background-color);\n color: var(--text-color);\n}\n\nheader {\n background: var(--primary-color);\n color: white;\n padding: 4rem 1rem;\n text-align: center;\n}\n\nh1 {\n font-size: 2.5rem;\n margin-bottom: 0.5rem;\n}\n\nh2 {\n color: var(--secondary-color);\n margin-top: 3rem;\n}\n\nsection {\n padding: 2rem 1rem;\n max-width: 1200px;\n margin: 0 auto;\n}\n\n.feature-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 1.5rem;\n margin-top: 2rem;\n}\n\n.feature-card {\n background: var(--card-bg);\n padding: 1.5rem;\n border-radius: 8px;\n box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n transition: transform 0.3s ease;\n}\n\n.feature-card:hover {\n transform: translateY(-5px);\n}\n\n.demo-container {\n display: flex;\n justify-content: center;\n margin-top: 2rem;\n}\n\n.phone-mockup {\n width: 300px;\n height: 600px;\n background: #333;\n border-radius: 30px;\n padding: 20px;\n position: relative;\n}\n\n.screen {\n background: white;\n height: 100%;\n border-radius: 15px;\n padding: 1rem;\n}\n\n.chat {\n display: flex;\n flex-direction: column;\n gap: 0.5rem;\n}\n\n.message {\n max-width: 80%;\n padding: 0.75rem;\n border-radius: 1rem;\n}\n\n.message.received {\n background: #f1f5f9;\n align-self: flex-start;\n}\n\n.message.sent {\n background: var(--primary-color);\n color: white;\n align-self: flex-end;\n}\n\n.pricing-card {\n background: var(--card-bg);\n padding: 2rem;\n border-radius: 8px;\n box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n max-width: 400px;\n margin: 2rem auto;\n text-align: center;\n}\n\n.price {\n font-size: 2rem;\n color: var(--primary-color);\n margin: 1rem 0;\n}\n\nbutton {\n background: var(--primary-color);\n color: white;\n border: none;\n padding: 0.75rem 1.5rem;\n border-radius: 4px;\n cursor: pointer;\n transition: background 0.3s ease;\n}\n\nbutton:hover {\n background: var(--secondary-color);\n}\n\nfooter {\n background: var(--primary-color);\n color: white;\n padding: 2rem 1rem;\n text-align: center;\n}\n\nfooter nav {\n margin-bottom: 1rem;\n}\n\nfooter a {\n color: white;\n text-decoration: none;\n margin: 0 1rem;\n}\n\n@media (max-width: 768px) {\n h1 {\n font-size: 2rem;\n }\n \n .feature-grid {\n grid-template-columns: 1fr;\n }\n \n .phone-mockup {\n width: 250px;\n height: 500px;\n }\n}\n---script.js---\n// Smooth scrolling for anchor links\ndocument.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// Add animation to feature cards on scroll\nconst featureCards = document.querySelectorAll('.feature-card');\n\nconst observer = new IntersectionObserver(entries => {\n entries.forEach(entry => {\n if (entry.isIntersecting) {\n entry.target.style.opacity = '1';\n entry.target.style.transform = 'translateY(0)';\n }\n });\n}, {\n threshold: 0.1\n});\n\nfeatureCards.forEach(card => {\n card.style.opacity = '0';\n card.style.transform = 'translateY(20px)';\n observer.observe(card);\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 259,
+ "completion_tokens": 1604,
+ "total_tokens": 1863,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 259
+ },
+ "system_fingerprint": "fp_f1afce2943"
+}
\ No newline at end of file
diff --git a/readme.scroll b/readme.scroll
new file mode 100644
index 0000000..7db5d83
--- /dev/null
+++ b/readme.scroll
@@ -0,0 +1,2 @@
+# aidukaandar.scroll.pub
+Website generated by DeepSeek 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..a6fde3e
--- /dev/null
+++ b/script.js
@@ -0,0 +1,29 @@
+// Smooth scrolling for anchor links
+document.querySelectorAll('a[href^="#"]').forEach(anchor => {
+ anchor.addEventListener('click', function (e) {
+ e.preventDefault();
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
+ behavior: 'smooth'
+ });
+ });
+});
+
+// Add animation to feature cards on scroll
+const featureCards = document.querySelectorAll('.feature-card');
+
+const observer = new IntersectionObserver(entries => {
+ entries.forEach(entry => {
+ if (entry.isIntersecting) {
+ entry.target.style.opacity = '1';
+ entry.target.style.transform = 'translateY(0)';
+ }
+ });
+}, {
+ threshold: 0.1
+});
+
+featureCards.forEach(card => {
+ card.style.opacity = '0';
+ card.style.transform = 'translateY(20px)';
+ observer.observe(card);
+});
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..2d58f75
--- /dev/null
+++ b/style.css
@@ -0,0 +1,165 @@
+:root {
+ --primary-color: #2563eb;
+ --secondary-color: #1e40af;
+ --background-color: #f8fafc;
+ --text-color: #1e293b;
+ --card-bg: #ffffff;
+}
+
+body {
+ font-family: 'Segoe UI', system-ui, sans-serif;
+ line-height: 1.6;
+ margin: 0;
+ padding: 0;
+ background-color: var(--background-color);
+ color: var(--text-color);
+}
+
+header {
+ background: var(--primary-color);
+ color: white;
+ padding: 4rem 1rem;
+ text-align: center;
+}
+
+h1 {
+ font-size: 2.5rem;
+ margin-bottom: 0.5rem;
+}
+
+h2 {
+ color: var(--secondary-color);
+ margin-top: 3rem;
+}
+
+section {
+ padding: 2rem 1rem;
+ max-width: 1200px;
+ margin: 0 auto;
+}
+
+.feature-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 1.5rem;
+ margin-top: 2rem;
+}
+
+.feature-card {
+ background: var(--card-bg);
+ padding: 1.5rem;
+ border-radius: 8px;
+ box-shadow: 0 2px 4px rgba(0,0,0,0.1);
+ transition: transform 0.3s ease;
+}
+
+.feature-card:hover {
+ transform: translateY(-5px);
+}
+
+.demo-container {
+ display: flex;
+ justify-content: center;
+ margin-top: 2rem;
+}
+
+.phone-mockup {
+ width: 300px;
+ height: 600px;
+ background: #333;
+ border-radius: 30px;
+ padding: 20px;
+ position: relative;
+}
+
+.screen {
+ background: white;
+ height: 100%;
+ border-radius: 15px;
+ padding: 1rem;
+}
+
+.chat {
+ display: flex;
+ flex-direction: column;
+ gap: 0.5rem;
+}
+
+.message {
+ max-width: 80%;
+ padding: 0.75rem;
+ border-radius: 1rem;
+}
+
+.message.received {
+ background: #f1f5f9;
+ align-self: flex-start;
+}
+
+.message.sent {
+ background: var(--primary-color);
+ color: white;
+ align-self: flex-end;
+}
+
+.pricing-card {
+ background: var(--card-bg);
+ padding: 2rem;
+ border-radius: 8px;
+ box-shadow: 0 2px 4px rgba(0,0,0,0.1);
+ max-width: 400px;
+ margin: 2rem auto;
+ text-align: center;
+}
+
+.price {
+ font-size: 2rem;
+ color: var(--primary-color);
+ margin: 1rem 0;
+}
+
+button {
+ background: var(--primary-color);
+ color: white;
+ border: none;
+ padding: 0.75rem 1.5rem;
+ border-radius: 4px;
+ cursor: pointer;
+ transition: background 0.3s ease;
+}
+
+button:hover {
+ background: var(--secondary-color);
+}
+
+footer {
+ background: var(--primary-color);
+ color: white;
+ padding: 2rem 1rem;
+ text-align: center;
+}
+
+footer nav {
+ margin-bottom: 1rem;
+}
+
+footer a {
+ color: white;
+ text-decoration: none;
+ margin: 0 1rem;
+}
+
+@media (max-width: 768px) {
+ h1 {
+ font-size: 2rem;
+ }
+
+ .feature-grid {
+ grid-template-columns: 1fr;
+ }
+
+ .phone-mockup {
+ width: 250px;
+ height: 500px;
+ }
+}
\ No newline at end of file