Connect with hobbyists, breeders, and collectors worldwide. Buy, sell, and trade the most sought‑after freshwater and marine species securely.
Why Choose FishDad?
Verified Listings
Breeder‑verified health certificates and provenance data for every fish.
Secure Payments
End‑to‑end encryption, escrow service, and multiple payment options.
Live‑Stream Inspections
Real‑time video walkthroughs before you commit.
Community‑Driven Ratings
Transparent reputation scores for sellers and buyers.
Smart Matching
AI‑powered suggestions based on tank size and water parameters.
Core Features
Marketplace Hub
- Advanced filters: species, size, rarity, price, location.
- Saved searches and price alerts.
Trade & Barter
Swap a mandarinfish for a copperband fusilier using our built‑in barter system.
Health & Documentation
Digital health passports, quarantine dates, and QR‑code tags for instant verification.
Logistics & Shipping
Climate‑controlled containers, oxygenated water packs, real‑time tracking, and optional insurance up to $10,000.
Community & Learning
Forums, live Q&A sessions, care guides, and an events calendar for conventions and contests.
Pricing Overview
Free
$0/mo
- Limited listings
- Basic search
- Community access
Pro
$9.99/mo
- Unlimited listings
- AI matching
- Priority support
Elite
$24.99/mo
- Full access
- Exclusive breeder network
- 2% lower transaction fees
*All plans include a 30‑day money‑back guarantee.*
“FishDad turned my hobby into a thriving community. I’ve discovered species I never imagined owning—safely and securely.”
— Lena M., Veteran Aquarist
Frequently Asked Questions
-
Can I ship fish internationally?
- Yes. FishDad partners with licensed carriers that handle customs paperwork, quarantine permits, and temperature‑controlled transport.
-
What if a fish arrives sick or dies?
- Our escrow protects you. Provide photographic evidence within 48 hours, and we’ll mediate a full refund or replacement with the seller.
-
How are seller ratings calculated?
- Ratings combine delivery punctuality, fish health, communication quality, and post‑sale support. A weighted algorithm ensures fairness.
-
Do you support cryptocurrency payments?
- Absolutely. We accept USDC, ETH, and BTC, all processed through a secure, compliant gateway.
Ready to Dive In?
Download the app, sign up in under 2 minutes, and explore the world’s most exotic aquatic species.
HTML Source Code
<header class="bg-indigo-600 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16">
<a href="#" class="flex items-center space-x-2 text-xl font-semibold">
<i data-lucide="droplet" class="w-6 h-6"></i>
<span>FishDad</span>
</a>
<nav class="hidden md:flex space-x-6">
<a href="#features" class="hover:underline">Features</a>
<a href="#pricing" class="hover:underline">Pricing</a>
<a href="#faq" class="hover:underline">FAQ</a>
<a href="#contact" class="hover:underline">Contact</a>
</nav>
<button class="md:hidden" aria-label="Open menu">
<i data-lucide="menu" class="w-6 h-6"></i>
</button>
</div>
</header>
<main class="bg-zinc-50">
<!-- Hero -->
<section class="py-20 md:py-32 lg:py-40">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 grid md:grid-cols-2 gap-12 items-center">
<div>
<h1 class="text-4xl md:text-5xl font-extrabold text-indigo-800 mb-6">FishDad – The Premier Marketplace for Exotic Aquatic Treasures</h1>
<p class="text-lg text-zinc-700 mb-8">Connect with hobbyists, breeders, and collectors worldwide. Buy, sell, and trade the most sought‑after freshwater and marine species securely.</p>
<div class="flex space-x-4">
<a href="#" class="inline-flex items-center justify-center px-6 py-3 bg-indigo-600 text-white rounded-md hover:bg-indigo-700 transition">
<i data-lucide="download" class="w-5 h-5 mr-2"></i>Download on the App Store
</a>
<a href="#" class="inline-flex items-center justify-center px-6 py-3 bg-indigo-100 text-indigo-800 rounded-md hover:bg-indigo-200 transition">
<i data-lucide="download" class="w-5 h-5 mr-2"></i>Get it on Google Play
</a>
</div>
</div>
<div>
<div class="w-full h-64 bg-gradient-to-br from-indigo-100 to-indigo-200 rounded-lg"></div>
</div>
</div>
</section>
<!-- Why Choose FishDad -->
<section id="features" class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold text-indigo-900 text-center mb-12">Why Choose FishDad?</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="flex items-start space-x-4 p-4 border border-zinc-200 rounded-lg hover:shadow-lg transition">
<i data-lucide="check" class="w-6 h-6 text-indigo-600 flex-shrink-0"></i>
<div>
<h3 class="font-semibold text-indigo-800">Verified Listings</h3>
<p class="text-sm text-zinc-600">Breeder‑verified health certificates and provenance data for every fish.</p>
</div>
</div>
<div class="flex items-start space-x-4 p-4 border border-zinc-200 rounded-lg hover:shadow-lg transition">
<i data-lucide="shield" class="w-6 h-6 text-indigo-600 flex-shrink-0"></i>
<div>
<h3 class="font-semibold text-indigo-800">Secure Payments</h3>
<p class="text-sm text-zinc-600">End‑to‑end encryption, escrow service, and multiple payment options.</p>
</div>
</div>
<div class="flex items-start space-x-4 p-4 border border-zinc-200 rounded-lg hover:shadow-lg transition">
<i data-lucide="video" class="w-6 h-6 text-indigo-600 flex-shrink-0"></i>
<div>
<h3 class="font-semibold text-indigo-800">Live‑Stream Inspections</h3>
<p class="text-sm text-zinc-600">Real‑time video walkthroughs before you commit.</p>
</div>
</div>
<div class="flex items-start space-x-4 p-4 border border-zinc-200 rounded-lg hover:shadow-lg transition">
<i data-lucide="users" class="w-6 h-6 text-indigo-600 flex-shrink-0"></i>
<div>
<h3 class="font-semibold text-indigo-800">Community‑Driven Ratings</h3>
<p class="text-sm text-zinc-600">Transparent reputation scores for sellers and buyers.</p>
</div>
</div>
<div class="flex items-start space-x-4 p-4 border border-zinc-200 rounded-lg hover:shadow-lg transition">
<i data-lucide="zap" class="w-6 h-6 text-indigo-600 flex-shrink-0"></i>
<div>
<h3 class="font-semibold text-indigo-800">Smart Matching</h3>
<p class="text-sm text-zinc-600">AI‑powered suggestions based on tank size and water parameters.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Core Features -->
<section class="py-16 bg-zinc-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold text-indigo-900 text-center mb-12">Core Features</h2>
<div class="space-y-12">
<!-- Feature 1 -->
<div class="grid md:grid-cols-2 gap-8 items-center">
<div>
<h3 class="text-2xl font-semibold text-indigo-800 mb-4">Marketplace Hub</h3>
<ul class="list-disc list-inside text-zinc-700 space-y-2">
<li>Advanced filters: species, size, rarity, price, location.</li>
<li>Saved searches and price alerts.</li>
</ul>
</div>
<div>
<div class="w-full h-48 bg-gradient-to-br from-indigo-100 to-indigo-200 rounded-lg"></div>
</div>
</div>
<!-- Feature 2 -->
<div class="grid md:grid-cols-2 gap-8 items-center md:flex-row-reverse">
<div>
<h3 class="text-2xl font-semibold text-indigo-800 mb-4">Trade & Barter</h3>
<p class="text-zinc-700 mb-2">Swap a mandarinfish for a copperband fusilier using our built‑in barter system.</p>
</div>
<div>
<div class="w-full h-48 bg-gradient-to-br from-indigo-100 to-indigo-200 rounded-lg"></div>
</div>
</div>
<!-- Feature 3 -->
<div class="grid md:grid-cols-2 gap-8 items-center">
<div>
<h3 class="text-2xl font-semibold text-indigo-800 mb-4">Health & Documentation</h3>
<p class="text-zinc-700 mb-2">Digital health passports, quarantine dates, and QR‑code tags for instant verification.</p>
</div>
<div>
<div class="w-full h-48 bg-gradient-to-br from-indigo-100 to-indigo-200 rounded-lg"></div>
</div>
</div>
<!-- Feature 4 -->
<div class="grid md:grid-cols-2 gap-8 items-center md:flex-row-reverse">
<div>
<h3 class="text-2xl font-semibold text-indigo-800 mb-4">Logistics & Shipping</h3>
<p class="text-zinc-700 mb-2">Climate‑controlled containers, oxygenated water packs, real‑time tracking, and optional insurance up to $10,000.</p>
</div>
<div>
<div class="w-full h-48 bg-gradient-to-br from-indigo-100 to-indigo-200 rounded-lg"></div>
</div>
</div>
<!-- Feature 5 -->
<div class="grid md:grid-cols-2 gap-8 items-center">
<div>
<h3 class="text-2xl font-semibold text-indigo-800 mb-4">Community & Learning</h3>
<p class="text-zinc-700 mb-2">Forums, live Q&A sessions, care guides, and an events calendar for conventions and contests.</p>
</div>
<div>
<div class="w-full h-48 bg-gradient-to-br from-indigo-100 to-indigo-200 rounded-lg"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Pricing -->
<section id="pricing" class="py-20 bg-white">
<div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-bold text-indigo-900 mb-8">Pricing Overview</h2>
<div class="grid md:grid-cols-3 gap-8">
<!-- Free -->
<div class="border border-zinc-200 rounded-lg p-6 hover:shadow-lg transition">
<h3 class="text-xl font-semibold text-indigo-800 mb-4">Free</h3>
<p class="text-4xl font-bold text-indigo-600 mb-4">$0<span class="text-base font-medium text-zinc-500">/mo</span></p>
<ul class="text-left space-y-2 mb-6 text-zinc-700">
<li><i data-lucide="check" class="w-4 h-4 inline-block text-indigo-600 mr-2"></i>Limited listings</li>
<li><i data-lucide="check" class="w-4 h-4 inline-block text-indigo-600 mr-2"></i>Basic search</li>
<li><i data-lucide="check" class="w-4 h-4 inline-block text-indigo-600 mr-2"></i>Community access</li>
</ul>
<button class="w-full px-4 py-2 bg-indigo-600 text-white rounded-md hover:bg-indigo-700 transition">Get Started</button>
</div>
<!-- Pro -->
<div class="border border-indigo-600 rounded-lg p-6 bg-indigo-50 hover:shadow-lg transition">
<h3 class="text-xl font-semibold text-indigo-800 mb-4">Pro</h3>
<p class="text-4xl font-bold text-indigo-600 mb-4">$9.99<span class="text-base font-medium text-zinc-500">/mo</span></p>
<ul class="text-left space-y-2 mb-6 text-zinc-700">
<li><i data-lucide="check" class="w-4 h-4 inline-block text-indigo-600 mr-2"></i>Unlimited listings</li>
<li><i data-lucide="check" class="w-4 h-4 inline-block text-indigo-600 mr-2"></i>AI matching</li>
<li><i data-lucide="check" class="w-4 h-4 inline-block text-indigo-600 mr-2"></i>Priority support</li>
</ul>
<button class="w-full px-4 py-2 bg-indigo-600 text-white rounded-md hover:bg-indigo-700 transition">Upgrade</button>
</div>
<!-- Elite -->
<div class="border border-zinc-200 rounded-lg p-6 hover:shadow-lg transition">
<h3 class="text-xl font-semibold text-indigo-800 mb-4">Elite</h3>
<p class="text-4xl font-bold text-indigo-600 mb-4">$24.99<span class="text-base font-medium text-zinc-500">/mo</span></p>
<ul class="text-left space-y-2 mb-6 text-zinc-700">
<li><i data-lucide="check" class="w-4 h-4 inline-block text-indigo-600 mr-2"></i>Full access</li>
<li><i data-lucide="check" class="w-4 h-4 inline-block text-indigo-600 mr-2"></i>Exclusive breeder network</li>
<li><i data-lucide="check" class="w-4 h-4 inline-block text-indigo-600 mr-2"></i>2% lower transaction fees</li>
</ul>
<button class="w-full px-4 py-2 bg-indigo-600 text-white rounded-md hover:bg-indigo-700 transition">Go Elite</button>
</div>
</div>
<p class="mt-6 text-sm text-zinc-600">*All plans include a 30‑day money‑back guarantee.*</p>
</div>
</section>
<!-- Testimonial -->
<section class="py-20 bg-indigo-100">
<div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<blockquote class="italic text-xl text-indigo-900">“FishDad turned my hobby into a thriving community. I’ve discovered species I never imagined owning—safely and securely.”</blockquote>
<p class="mt-4 font-semibold text-indigo-800">— Lena M., Veteran Aquarist</p>
</div>
</section>
<!-- FAQ -->
<section id="faq" class="py-20 bg-white">
<div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold text-indigo-900 text-center mb-12">Frequently Asked Questions</h2>
<dl class="space-y-8">
<div>
<dt class="flex items-center text-lg font-medium text-indigo-800">
<i data-lucide="question-circle" class="w-5 h-5 mr-2 text-indigo-600"></i>Can I ship fish internationally?
</dt>
<dd class="mt-2 text-zinc-600">Yes. FishDad partners with licensed carriers that handle customs paperwork, quarantine permits, and temperature‑controlled transport.</dd>
</div>
<div>
<dt class="flex items-center text-lg font-medium text-indigo-800">
<i data-lucide="question-circle" class="w-5 h-5 mr-2 text-indigo-600"></i>What if a fish arrives sick or dies?
</dt>
<dd class="mt-2 text-zinc-600">Our escrow protects you. Provide photographic evidence within 48 hours, and we’ll mediate a full refund or replacement with the seller.</dd>
</div>
<div>
<dt class="flex items-center text-lg font-medium text-indigo-800">
<i data-lucide="question-circle" class="w-5 h-5 mr-2 text-indigo-600"></i>How are seller ratings calculated?
</dt>
<dd class="mt-2 text-zinc-600">Ratings combine delivery punctuality, fish health, communication quality, and post‑sale support. A weighted algorithm ensures fairness.</dd>
</div>
<div>
<dt class="flex items-center text-lg font-medium text-indigo-800">
<i data-lucide="question-circle" class="w-5 h-5 mr-2 text-indigo-600"></i>Do you support cryptocurrency payments?
</dt>
<dd class="mt-2 text-zinc-600">Absolutely. We accept USDC, ETH, and BTC, all processed through a secure, compliant gateway.</dd>
</div>
</dl>
</div>
</section>
<!-- Call to Action -->
<section class="py-20 bg-indigo-600 text-white text-center">
<h2 class="text-3xl font-bold mb-6">Ready to Dive In?</h2>
<p class="mb-8">Download the app, sign up in under 2 minutes, and explore the world’s most exotic aquatic species.</p>
<div class="flex justify-center space-x-4">
<a href="#" class="inline-flex items-center px-6 py-3 bg-white text-indigo-600 rounded-md font-medium hover:bg-zinc-100 transition">
<i data-lucide="download" class="w-5 h-5 mr-2"></i>Download on the App Store
</a>
<a href="#" class="inline-flex items-center px-6 py-3 bg-white text-indigo-600 rounded-md font-medium hover:bg-zinc-100 transition">
<i data-lucide="download" class="w-5 h-5 mr-2"></i>Get it on Google Play
</a>
</div>
</section>
</main>
<footer id="contact" class="bg-zinc-800 text-zinc-200 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 grid md:grid-cols-3 gap-8">
<div>
<h3 class="text-lg font-semibold text-white mb-4">FishDad</h3>
<p class="text-sm">Connecting aquarium enthusiasts worldwide with trusted, exotic aquatic treasures.</p>
</div>
<div>
<h3 class="text-lg font-semibold text-white mb-4">Quick Links</h3>
<ul class="space-y-2 text-sm">
<li><a href="#features" class="hover:underline">Features</a></li>
<li><a href="#pricing" class="hover:underline">Pricing</a></li>
<li><a href="#faq" class="hover:underline">FAQ</a></li>
<li><a href="#contact" class="hover:underline">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold text-white mb-4">Contact Us</h3>
<ul class="space-y-2 text-sm">
<li class="flex items-center"><i data-lucide="mail" class="w-4 h-4 mr-2"></i>support@fishdad.com</li>
<li class="flex items-center"><i data-lucide="phone" class="w-4 h-4 mr-2"></i>+1 (800) 555‑0199</li>
<li class="flex items-center"><i data-lucide="map-pin" class="w-4 h-4 mr-2"></i>123 Ocean Drive, Miami, FL</li>
</ul>
</div>
</div>
<div class="mt-8 border-t border-zinc-700 pt-4 text-center text-sm text-zinc-400">
© 2026 FishDad. All rights reserved.
</div>
</footer>