ideaforge-bi-platform / features.html
ojeromyo's picture
Feature Pages Creation Project
f4cc455 verified
Raw
History Blame Contribute Delete
20.3 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Feature Overview | IdeaForge BI</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<style>
.undefined {
--primary: #6366f1;
--secondary: #10b981;
}
.bg-undefined-50 { background-color: rgba(99, 102, 241, 0.05); }
.bg-undefined-100 { background-color: rgba(99, 102, 241, 0.1); }
.bg-undefined-500 { background-color: #6366f1; }
.text-undefined-500 { color: #6366f1; }
.border-undefined-200 { border-color: rgba(99, 102, 241, 0.2); }
.glass-effect {
backdrop-filter: blur(16px) saturate(180%);
background-color: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.3); }
.gradient-bg {
background: linear-gradient(135deg, rgba(99, 102, 241, 0.1);
}
</style>
</head>
<body class="bg-undefined-50 min-h-screen font-sans antialiased">
<!-- Navigation -->
<nav class="glass-effect py-6 px-4 lg:px-12 sticky top-0 z-50">
<div class="container mx-auto flex items-center justify-between">
<div class="flex items-center space-x-2">
<div class="w-8 h-8 bg-undefined-500 rounded-full"></div>
<a href="index.html" class="text-2xl font-bold text-gray-900">IdeaForge<span class="text-undefined-500">BI</span></a>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="index.html#trends" class="text-gray-700 hover:text-undefined-500 font-medium transition-colors">Trends</a>
<a href="index.html#research" class="text-gray-700 hover:text-undefined-500 font-medium transition-colors">Discovery</a>
<a href="index.html#validation" class="text-gray-700 hover:text-undefined-500 font-medium transition-colors">Validation</a>
<a href="index.html#documents" class="text-gray-700 hover:text-undefined-500 font-medium transition-colors">Documents</a>
<a href="index.html#content-extraction" class="text-gray-700 hover:text-undefined-500 font-medium transition-colors">Content Extraction</a>
<a href="features.html" class="text-gray-700 hover:text-undefined-500 font-medium transition-colors">Features</a>
</div>
<div class="flex items-center space-x-4">
<button class="bg-undefined-500 text-white px-6 py-2 rounded-full hover:bg-undefined-600 transition-colors">Dashboard</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="py-20 bg-gradient-to-br from-undefined-500 to-indigo-700 text-white">
<div class="container mx-auto px-4 text-center">
<h1 class="text-5xl md:text-6xl font-bold mb-6">Complete Feature Overview</h1>
<p class="text-xl max-w-3xl mx-auto mb-10">
Explore all 27 features across 6 categories that make IdeaForge BI the ultimate business intelligence platform
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<button class="bg-white text-undefined-500 px-8 py-4 rounded-full font-semibold hover:bg-gray-100 transition-colors">View Documentation</button>
<button class="bg-transparent border-2 border-white text-white px-8 py-4 rounded-full font-semibold hover:bg-white/10 transition-colors">Download Report</button>
</div>
</div>
</section>
<!-- Feature Categories -->
<section class="py-20">
<div class="container mx-auto px-4">
<h2 class="text-4xl font-bold text-center mb-16">Feature Categories</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8 max-w-6xl mx-auto">
<!-- Discover Ideas -->
<div class="bg-white rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all hover:-translate-y-1">
<div class="w-16 h-16 bg-undefined-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="lightbulb" class="text-undefined-500 w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Discover Ideas</h3>
<p class="text-gray-600 mb-6">
Core discovery features to find and explore business opportunities
</p>
<ul class="space-y-3 mb-6">
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Idea of the Day</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Idea Database</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Trends Analysis</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Greg's Picks</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>AI Suggest</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-500">5 Features</span>
<a href="#" class="text-undefined-500 font-semibold hover:underline">View Details →</a>
</div>
</div>
<!-- Analyze & Dive Deep -->
<div class="bg-white rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all hover:-translate-y-1">
<div class="w-16 h-16 bg-undefined-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="search" class="text-undefined-500 w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Analyze & Dive Deep</h3>
<p class="text-gray-600 mb-6">
Advanced research engine for comprehensive business analysis
</p>
<ul class="space-y-3 mb-6">
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Keywords Analysis</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Community Signals</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Idea Scores</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Tags Analysis</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Why Now?</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-500">8 Features</span>
<a href="#" class="text-undefined-500 font-semibold hover:underline">View Details →</a>
</div>
</div>
<!-- Right for You? -->
<div class="bg-white rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all hover:-translate-y-1">
<div class="w-16 h-16 bg-undefined-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="user-check" class="text-undefined-500 w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Right for You?</h3>
<p class="text-gray-600 mb-6">
Personalization and AI matching systems for idea validation
</p>
<ul class="space-y-3 mb-6">
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Revenue Potential</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Execution Difficulty</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Go-To-Market Strategy</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>AI Founder Fit</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-500">4 Features</span>
<a href="#" class="text-undefined-500 font-semibold hover:underline">View Details →</a>
</div>
</div>
<!-- Framework Fits -->
<div class="bg-white rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all hover:-translate-y-1">
<div class="w-16 h-16 bg-undefined-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="layout" class="text-undefined-500 w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Framework Fits</h3>
<p class="text-gray-600 mb-6">
Business framework automation systems
</p>
<ul class="space-y-3 mb-6">
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Value Equation</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>ACP Framework</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Value Matrix</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Value Ladder</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-500">5 Features</span>
<a href="#" class="text-undefined-500 font-semibold hover:underline">View Details →</a>
</div>
</div>
<!-- Dig Deeper -->
<div class="bg-white rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all hover:-translate-y-1">
<div class="w-16 h-16 bg-undefined-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="tool" class="text-undefined-500 w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Dig Deeper</h3>
<p class="text-gray-600 mb-6">
Advanced AI tools and premium services
</p>
<ul class="space-y-3 mb-6">
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>AI Agent Chat</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>AI Research Agent</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Claim an Idea</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Download Data</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-500">4 Features</span>
<a href="#" class="text-undefined-500 font-semibold hover:underline">View Details →</a>
</div>
</div>
<!-- Start Building -->
<div class="bg-white rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all hover:-translate-y-1">
<div class="w-16 h-16 bg-undefined-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="hammer" class="text-undefined-500 w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Start Building</h3>
<p class="text-gray-600 mb-6">
Build-ready output and action conversion tools
</p>
<ul class="space-y-3 mb-6">
<li class="flex items-center">
<i data-feather="check-circle" class="text-undefined-500 w-5 h-5 mr-2"></i>
<span>Idea Builder</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-500">1 Feature</span>
<a href="#" class="text-undefined-500 font-semibold hover:underline">View Details →</a>
</div>
</div>
</div>
</div>
</section>
<!-- Feature Stats -->
<section class="py-20 bg-undefined-50">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto bg-white rounded-2xl p-8 shadow-lg">
<h2 class="text-3xl font-bold text-center mb-12">Platform Overview</h2>
<div class="grid md:grid-cols-3 gap-8 text-center">
<div>
<div class="text-5xl font-bold text-undefined-500 mb-2">27</div>
<div class="text-gray-600">Total Features</div>
</div>
<div>
<div class="text-5xl font-bold text-undefined-500 mb-2">6</div>
<div class="text-gray-600">Categories</div>
</div>
<div>
<div class="text-5xl font-bold text-undefined-500 mb-2">50+</div>
<div class="text-gray-600">Hours of Research</div>
</div>
</div>
<div class="mt-12 pt-8 border-t border-gray-200">
<h3 class="text-xl font-semibold mb-6 text-center">Technical Achievements</h3>
<div class="grid md:grid-cols-2 gap-6">
<div class="flex items-start">
<i data-feather="check-circle" class="text-undefined-500 w-6 h-6 mr-3 mt-1"></i>
<div>
<h4 class="font-semibold">Complete Architecture Documentation</h4>
<p class="text-gray-600 text-sm">Detailed technical specifications for all features</p>
</div>
</div>
<div class="flex items-start">
<i data-feather="check-circle" class="text-undefined-500 w-6 h-6 mr-3 mt-1"></i>
<div>
<h4 class="font-semibold">Advanced AI System Design</h4>
<p class="text-gray-600 text-sm">Conversational AI and machine learning models</p>
</div>
</div>
<div class="flex items-start">
<i data-feather="check-circle" class="text-undefined-500 w-6 h-6 mr-3 mt-1"></i>
<div>
<h4 class="font-semibold">Business Framework Automation</h4>
<p class="text-gray-600 text-sm">Expert knowledge encoding systems</p>
</div>
</div>
<div class="flex items-start">
<i data-feather="check-circle" class="text-undefined-500 w-6 h-6 mr-3 mt-1"></i>
<div>
<h4 class="font-semibold">User Experience Design</h4>
<p class="text-gray-600 text-sm">Professional UI mockups and interactive demos</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto text-center bg-gradient-to-r from-undefined-500 to-indigo-600 rounded-2xl p-12 text-white">
<h2 class="text-4xl font-bold mb-6">Ready to Transform Your Ideas?</h2>
<p class="text-xl mb-8 max-w-2xl mx-auto">
Join thousands of entrepreneurs using IdeaForge BI to validate, research, and build their next big idea.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<button class="bg-white text-undefined-500 px-8 py-4 rounded-full font-semibold hover:bg-gray-100 transition-colors">Get Started Free</button>
<button class="bg-transparent border-2 border-white text-white px-8 py-4 rounded-full font-semibold hover:bg-white/10 transition-colors">Schedule Demo</button>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-4 text-center">
<p class="text-gray-400">© 2024 IdeaForge BI Platform. AI-powered Business Intelligence.</p>
</div>
</footer>
<script>
feather.replace();
</script>
</body>
</html>