diff --git a/.gitignore b/.gitignore index b4aa94e..fa122c3 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,10 @@ logs/ .parcel-cache/ # Claude Code working directory -.claude/ \ No newline at end of file +.claude/ + +# Local working files +DESIGN.md +index-linear.html +linear.app/ +marketplace-audit.html \ No newline at end of file diff --git a/marketplace.html b/marketplace.html new file mode 100644 index 0000000..46c013a --- /dev/null +++ b/marketplace.html @@ -0,0 +1,794 @@ + + + + + + AI Tools Marketplace — Quantum Tasks AI + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ + Growing toolkit — new tools ship every month +
+ +

+ AI Tools Built for
+ Real Business Results +

+ +

+ From free site audits to product intelligence — every tool is powered by AI and built to save time, cut guesswork, and drive measurable growth. +

+ +
+ + + 1 Free Live Tool + + + + 1 AI Service + + + + More Coming Soon + +
+
+
+
+ + +
+
+
+ + + +
+
+
+ + +
+
+ +
+ + + + + +
+ AI Service +
📦
+
Marketplace Listing Audit
+
+ Paste your product details — get AI-rewritten copy, live Google Trends keyword insights, competitor analysis, and a full PDF report emailed to you. 50 AED flat. +
+
    +
  • AI-rewritten title, bullets & description
  • +
  • Live Google Trends keyword insights
  • +
  • Competitor landscape analysis
  • +
  • Supports Noon, Amazon UAE & Etsy
  • +
+
+ +
+ +
+ + +
+
More tools on the roadmap ✦
+
+ We ship new AI tools every month. Join the waitlist below to get early access before each public launch. +
+ Join the Waitlist → +
+ +
+
+ + +
+
+
+
+ + Free — no credit card required +
+

+ Start with the free audit.
+ Results in under 5 minutes. +

+

No setup, no account needed. Get a full AI + SEO report for your site, free.

+ +

Or email us at info@quantumtaskai.com

+
+
+
+ + +
+
+
+ +

Get notified when
new tools launch

+

Tell us which tool you're most interested in and we'll reach out before the public launch — early users get priority access.

+
+ +
+
+ + + + + +
+
+ + +
+
+ + +
+
+ +
+ + +
+ +
+ + +
+ + +
+
+
+
+ +
+ + + + + + + + diff --git a/shared-header.js b/shared-header.js index f4a3780..12fd188 100644 --- a/shared-header.js +++ b/shared-header.js @@ -15,10 +15,10 @@ var NAV_LINKS = [ { label: 'Home', url: 'https://quantumtaskai.com' }, + { label: 'Marketplace', url: 'https://quantumtaskai.com/marketplace.html' }, { label: 'AI Digital Branding', url: 'https://quantumtaskai.com/digital-branding.html' }, { label: 'Blog', url: 'https://blog.quantumtaskai.com/' }, { label: 'Site Auditor', url: 'https://audit.quantumtaskai.com' }, - ]; // ─── Styles (matches static site css/style.css header) ──────────