ideaforge-bi-platform / index.html
ojeromyo's picture
Feature Pages Creation Project
f4cc455 verified
Raw
History Blame Contribute Delete
34.2 kB
<!DOCTYPE html>
<html lang="en" class="undefined">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IdeaForge BI | AI-Powered Business Intelligence</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>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.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="#" 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="#trends" class="text-gray-700 hover:text-undefined-500 font-medium transition-colors">Trends</a>
<a href="#research" class="text-gray-700 hover:text-undefined-500 font-medium transition-colors">Discovery</a>
<a href="#validation" class="text-gray-700 hover:text-undefined-500 font-medium transition-colors">Validation</a>
<a href="#documents" class="text-gray-700 hover:text-undefined-500 font-medium transition-colors">Documents</a>
<a href="#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="relative py-20 lg:py-32 overflow-hidden">
<div id="vanta-bg" class="absolute inset-0"></div>
<div class="container mx-auto px-4 relative z-10">
<div class="max-w-4xl mx-auto text-center">
<h1 class="text-5xl md:text-7xl font-bold text-gray-900 mb-8">
Transform Your Business Ideas into <span class="text-undefined-500">Actionable Opportunities</span>
</h1>
<p class="text-xl text-gray-600 max-w-2xl mx-auto mb-12">
Our AI-powered platform researches, validates, and creates comprehensive business documentation to kickstart your venture.
</p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
<button class="bg-undefined-500 text-white px-8 py-4 rounded-full hover:bg-undefined-600 transition-colors">Start Analyzing</button>
</div>
</section>
<!-- Features Grid -->
<section class="py-20">
<div class="container mx-auto px-4 max-w-3xl">
<div class="space-y-6">
<!-- Trend Analysis -->
<a href="#trends" class="block bg-white p-8 rounded-2xl shadow-lg hover:shadow-xl transition-shadow hover:-translate-y-1">
<div class="flex items-start space-x-6">
<div class="w-12 h-12 bg-undefined-100 rounded-full flex items-center justify-center flex-shrink-0">
<i data-feather="trending-up" class="text-undefined-500"></i>
</div>
<div>
<h3 class="text-2xl font-bold mb-4">AI Trend Analysis</h3>
<p class="text-gray-600">
Real-time market intelligence and emerging trend identification. Discover untapped opportunities and market gaps with our advanced analytics.
</p>
</div>
</div>
</a>
<!-- Research Agent -->
<a href="#research" class="block bg-white p-8 rounded-2xl shadow-lg hover:shadow-xl transition-shadow hover:-translate-y-1">
<div class="flex items-start space-x-6">
<div class="w-12 h-12 bg-undefined-100 rounded-full flex items-center justify-center flex-shrink-0">
<i data-feather="search" class="text-undefined-500"></i>
</div>
<div>
<h3 class="text-2xl font-bold mb-4">Deep Research Agent</h3>
<p class="text-gray-600">
Comprehensive market analysis, competitor insights, and industry deep-dives. Automated validation of business viability and market fit.
</p>
</div>
</div>
</a>
<!-- Document Generation -->
<a href="#documents" class="block bg-white p-8 rounded-2xl shadow-lg hover:shadow-xl transition-shadow hover:-translate-y-1">
<div class="flex items-start space-x-6">
<div class="w-12 h-12 bg-undefined-100 rounded-full flex items-center justify-center flex-shrink-0">
<i data-feather="file-text" class="text-undefined-500"></i>
</div>
<div>
<h3 class="text-2xl font-bold mb-4">Spec & PRD Generation</h3>
<p class="text-gray-600">
Generate detailed specification documents and product requirements to accelerate development. Create comprehensive business documentation including market analysis, technical specifications, and operational plans.
</p>
</div>
</div>
</a>
</div>
</div>
</section>
<!-- Main Dashboard -->
<section id="dashboard" class="py-20 bg-undefined-50">
<div class="container mx-auto px-4">
<h2 class="text-4xl font-bold text-center mb-16">Business Intelligence Dashboard</h2>
<div class="max-w-4xl mx-auto space-y-6">
<!-- Market Intelligence -->
<a href="#trends" class="block bg-white p-8 rounded-2xl shadow-lg hover:shadow-xl transition-all hover:-translate-y-1">
<div class="flex items-start space-x-6">
<div class="w-12 h-12 bg-undefined-100 rounded-full flex items-center justify-center flex-shrink-0">
<i data-feather="trending-up" class="text-undefined-500"></i>
</div>
<div>
<h3 class="text-2xl font-bold mb-4">Market Intelligence</h3>
<p class="text-gray-600">
Real-time market intelligence and emerging trend identification. Discover untapped opportunities and market gaps with our advanced analytics.
</p>
<div class="mt-4 p-4 bg-undefined-50 rounded-lg">
<h4 class="font-semibold text-undefined-500">Emerging Trends</h4>
<p class="text-gray-600">Get real-time analysis of market shifts and opportunities</p>
</div>
</div>
</div>
</a>
<!-- Competitor Analysis -->
<a href="#research" class="block bg-white p-8 rounded-2xl shadow-lg hover:shadow-xl transition-all hover:-translate-y-1">
<div class="flex items-start space-x-6">
<div class="w-12 h-12 bg-undefined-100 rounded-full flex items-center justify-center flex-shrink-0">
<i data-feather="users" class="text-undefined-500"></i>
</div>
<div>
<h3 class="text-2xl font-bold mb-4">Competitor Landscape</h3>
<p class="text-gray-600">
Comprehensive analysis of market players, their strategies, and positioning within your target market.
</p>
<div class="mt-4 grid md:grid-cols-2 gap-4">
<div class="p-4 bg-undefined-50 rounded-lg">
<h4 class="font-semibold text-undefined-500">SWOT Analysis</h4>
<p class="text-gray-600">Strengths, weaknesses, opportunities and threats</p>
</div>
<div class="p-4 bg-undefined-50 rounded-lg">
<h4 class="font-semibold text-undefined-500">Market Share</h4>
<p class="text-gray-600">Detailed breakdown of competitive positioning</p>
</div>
</div>
</div>
</div>
</a>
<!-- Market Validation -->
<a href="#validation" class="block bg-white p-8 rounded-2xl shadow-lg hover:shadow-xl transition-all hover:-translate-y-1">
<div class="flex items-start space-x-6">
<div class="w-12 h-12 bg-undefined-100 rounded-full flex items-center justify-center flex-shrink-0">
<i data-feather="check-circle" class="text-undefined-500"></i>
</div>
<div>
<h3 class="text-2xl font-bold mb-4">Market Validation</h3>
<div class="h-32 bg-gradient-to-r from-undefined-500 to-undefined-400 rounded-2xl p-4 text-white flex flex-col justify-center items-center">
<h4 class="font-semibold">Business Viability Score</h4>
<div class="text-5xl font-bold">87%</div>
</div>
<p class="text-gray-600 mt-4">
Our AI calculates your business viability based on market demand, competition, and economic factors.
</p>
</div>
</div>
</a>
<!-- Risk Assessment -->
<a href="#documents" class="block bg-white p-8 rounded-2xl shadow-lg hover:shadow-xl transition-all hover:-translate-y-1">
<div class="flex items-start space-x-6">
<div class="w-12 h-12 bg-undefined-100 rounded-full flex items-center justify-center flex-shrink-0">
<i data-feather="alert-triangle" class="text-undefined-500"></i>
</div>
<div>
<h3 class="text-2xl font-bold mb-4">Risk Assessment</h3>
<p class="text-gray-600">
Identify potential risks and mitigation strategies for your business concept.
</p>
<div class="mt-4 grid md:grid-cols-3 gap-4">
<div class="p-4 bg-red-50 rounded-lg">
<h4 class="font-semibold text-red-500">High Risk Factors</h4>
<p class="text-gray-600">3 critical items</p>
</div>
<div class="p-4 bg-yellow-50 rounded-lg">
<h4 class="font-semibold text-yellow-500">Medium Risks</h4>
<p class="text-gray-600">7 potential issues</p>
</div>
<div class="p-4 bg-green-50 rounded-lg">
<h4 class="font-semibold text-green-500">Low Risks</h4>
<p class="text-gray-600">12 minor concerns</p>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
</section>
<!-- AI Research Interface -->
<section id="research" class="py-20">
<div class="container mx-auto px-4">
<h2 class="text-4xl font-bold mb-8">Discovery & Research</h2>
<!-- Brainstorming Section -->
<div class="max-w-4xl mx-auto bg-white rounded-2xl p-8 shadow-lg mb-12">
<div class="flex items-start space-x-6">
<div class="w-12 h-12 bg-undefined-100 rounded-full flex items-center justify-center flex-shrink-0">
<i data-feather="bulb" class="text-undefined-500"></i>
</div>
<div class="flex-1">
<h3 class="text-2xl font-bold mb-4">AI Brainstorming Agent</h3>
<p class="text-gray-600 mb-6">
Start with a raw idea and let our AI help refine, expand, and develop it into a viable business concept.
</p>
<input type="text" placeholder="Enter your initial business idea..." class="w-full p-4 border border-gray-300 rounded-xl mb-4">
<div class="flex flex-col sm:flex-row gap-4">
<button class="bg-undefined-500 text-white px-6 py-3 rounded-full hover:bg-undefined-600 transition-colors">Brainstorm Ideas</button>
<button class="bg-white text-undefined-500 px-6 py-3 rounded-full border border-undefined-500 hover:bg-undefined-50 transition-colors">View Examples</button>
</div>
</div>
</div>
</div>
<div class="text-center mb-12">
<h3 class="text-2xl font-bold">AI Research Agent</h3>
<p class="text-gray-600 max-w-2xl mx-auto">Refine your brainstormed ideas with comprehensive research</p>
</div>
<div class="max-w-4xl mx-auto bg-white rounded-2xl p-8 shadow-lg">
<div class="flex items-start space-x-6">
<div class="w-12 h-12 bg-undefined-100 rounded-full flex items-center justify-center flex-shrink-0">
<i data-feather="search" class="text-undefined-500"></i>
</div>
<div class="flex-1">
<h3 class="text-2xl font-bold mb-4">Deep Market Analysis</h3>
<p class="text-gray-600 mb-6">
Enter your business concept or market query below to get comprehensive research results.
</p>
<input type="text" placeholder="Enter your business idea or market query..." class="w-full p-4 border border-gray-300 rounded-xl mb-4">
<div class="flex flex-col sm:flex-row gap-4">
<button class="bg-undefined-500 text-white px-6 py-3 rounded-full hover:bg-undefined-600 transition-colors">Analyze Market</button>
<button class="bg-white text-undefined-500 px-6 py-3 rounded-full border border-undefined-500 hover:bg-undefined-50 transition-colors">View Sample Report</button>
</div>
</div>
</div>
</div>
<!-- Document Generator -->
<section id="documents" class="py-20">
<div class="container mx-auto px-4">
<h2 class="text-4xl font-bold mb-8">Automated Document Generation</h2>
<div class="max-w-4xl mx-auto space-y-6">
<div class="bg-white p-8 rounded-2xl shadow-lg">
<div class="flex items-start space-x-6">
<div class="w-12 h-12 bg-undefined-100 rounded-full flex items-center justify-center flex-shrink-0">
<i data-feather="file-text" class="text-undefined-500"></i>
</div>
<div>
<h3 class="text-2xl font-bold mb-4">Business Documentation</h3>
<div class="space-y-6">
<div class="p-6 bg-undefined-50 rounded-xl">
<div class="flex flex-col md:flex-row md:items-center justify-between gap-4">
<div>
<h4 class="font-semibold text-lg">PRD Generator</h4>
<p class="text-gray-600">
Generate comprehensive Product Requirements Documents with market insights and technical specifications.
</p>
</div>
<button class="bg-undefined-500 text-white px-6 py-3 rounded-full hover:bg-undefined-600 transition-colors whitespace-nowrap">Generate PRD</button>
</div>
</div>
<div class="p-6 bg-undefined-50 rounded-xl">
<div class="flex flex-col md:flex-row md:items-center justify-between gap-4">
<div>
<h4 class="font-semibold text-lg">Business Plan Creator</h4>
<p class="text-gray-600">
Create detailed business plans with financial projections and operational strategies.
</p>
</div>
<button class="bg-undefined-500 text-white px-6 py-3 rounded-full hover:bg-undefined-600 transition-colors whitespace-nowrap">Generate Plan</button>
</div>
</div>
<div class="p-6 bg-undefined-50 rounded-xl">
<div class="flex flex-col md:flex-row md:items-center justify-between gap-4">
<div>
<h4 class="font-semibold text-lg">Investment Proposal</h4>
<p class="text-gray-600">
Professional investor-ready pitch decks and funding proposals.
</p>
</div>
<button class="bg-undefined-500 text-white px-6 py-3 rounded-full hover:bg-undefined-600 transition-colors whitespace-nowrap">Generate Proposal</button>
</div>
</div>
<div class="p-6 bg-undefined-50 rounded-xl">
<div class="flex flex-col md:flex-row md:items-center justify-between gap-4">
<div>
<h4 class="font-semibold text-lg">Slide Presentation</h4>
<p class="text-gray-600">
Ready-to-use PowerPoint/Keynote slides with visuals and talking points.
</p>
</div>
<button class="bg-undefined-500 text-white px-6 py-3 rounded-full hover:bg-undefined-600 transition-colors whitespace-nowrap">Generate Slides</button>
</div>
</div>
<div class="p-6 bg-undefined-50 rounded-xl">
<div class="flex flex-col md:flex-row md:items-center justify-between gap-4">
<div>
<h4 class="font-semibold text-lg">Elevator Pitch</h4>
<p class="text-gray-600">
Clear, compelling 30-second pitch tailored to different audiences.
</p>
</div>
<button class="bg-undefined-500 text-white px-6 py-3 rounded-full hover:bg-undefined-600 transition-colors whitespace-nowrap">Generate Pitch</button>
</div>
</div>
<div class="p-6 bg-undefined-50 rounded-xl">
<div class="flex flex-col md:flex-row md:items-center justify-between gap-4">
<div>
<h4 class="font-semibold text-lg">Technical Whitepaper</h4>
<p class="text-gray-600">
In-depth technical documentation explaining your solution.
</p>
</div>
<button class="bg-undefined-500 text-white px-6 py-3 rounded-full hover:bg-undefined-600 transition-colors whitespace-nowrap">Generate Whitepaper</button>
</div>
</div>
<div class="p-6 bg-undefined-50 rounded-xl">
<div class="flex flex-col md:flex-row md:items-center justify-between gap-4">
<div>
<h4 class="font-semibold text-lg">Market Research Report</h4>
<p class="text-gray-600">
Comprehensive analysis of market size, segments and trends.
</p>
</div>
<button class="bg-undefined-500 text-white px-6 py-3 rounded-full hover:bg-undefined-600 transition-colors whitespace-nowrap">Generate Report</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Content Extraction Section -->
<section id="content-extraction" class="py-20">
<div class="container mx-auto px-4">
<h2 class="text-4xl font-bold mb-8">AI Content Extraction</h2>
<div class="max-w-4xl mx-auto space-y-6">
<div class="bg-white p-8 rounded-2xl shadow-lg">
<div class="flex items-start space-x-6">
<div class="w-12 h-12 bg-undefined-100 rounded-full flex items-center justify-center flex-shrink-0">
<i data-feather="file-text" class="text-undefined-500"></i>
</div>
<div>
<h3 class="text-2xl font-bold mb-4">Modular Content Processing</h3>
<p class="text-gray-600 mb-6">
Our AI-powered content extraction system transforms raw sources into structured, actionable documents using modular "recipes".
</p>
<div class="grid md:grid-cols-2 gap-6">
<!-- Technical Playbook -->
<div class="p-6 bg-undefined-50 rounded-xl">
<div class="flex flex-col h-full">
<h4 class="font-semibold text-lg mb-2">Technical Playbook Creator</h4>
<p class="text-gray-600 mb-4 flex-grow">
Convert transcripts, tutorials or docs into actionable engineering playbooks with clear steps.
</p>
<button class="bg-undefined-500 text-white px-6 py-3 rounded-full hover:bg-undefined-600 transition-colors mt-auto">Process Content</button>
</div>
</div>
<!-- Business Summary -->
<div class="p-6 bg-undefined-50 rounded-xl">
<div class="flex flex-col h-full">
<h4 class="font-semibold text-lg mb-2">Business Deconstructor</h4>
<p class="text-gray-600 mb-4 flex-grow">
Extract core business models, features and strategies from websites or documents.
</p>
<button class="bg-undefined-500 text-white px-6 py-3 rounded-full hover:bg-undefined-600 transition-colors mt-auto">Analyze Content</button>
</div>
</div>
<!-- Meeting Processor -->
<div class="p-6 bg-undefined-50 rounded-xl">
<div class="flex flex-col h-full">
<h4 class="font-semibold text-lg mb-2">Meeting Actionizer</h4>
<p class="text-gray-600 mb-4 flex-grow">
Transform meeting notes into clear action items with owners and deadlines.
</p>
<button class="bg-undefined-500 text-white px-6 py-3 rounded-full hover:bg-undefined-600 transition-colors mt-auto">Process Notes</button>
</div>
</div>
<!-- Research Digest -->
<div class="p-6 bg-undefined-50 rounded-xl">
<div class="flex flex-col h-full">
<h4 class="font-semibold text-lg mb-2">Research Digest</h4>
<p class="text-gray-600 mb-4 flex-grow">
Extract key findings, methods and citations from academic papers.
</p>
<button class="bg-undefined-500 text-white px-6 py-3 rounded-full hover:bg-undefined-600 transition-colors mt-auto">Summarize Paper</button>
</div>
</div>
</div>
<div class="mt-8 p-6 bg-gray-50 rounded-xl">
<h4 class="font-semibold text-lg mb-4">Create Custom Recipe</h4>
<input type="text" placeholder="Name your new content recipe..." class="w-full p-4 border border-gray-300 rounded-xl mb-4">
<textarea placeholder="Describe what this recipe should extract and how it should format the output..." class="w-full p-4 border border-gray-300 rounded-xl mb-4" rows="3"></textarea>
<button class="bg-undefined-500 text-white px-6 py-3 rounded-full hover:bg-undefined-600 transition-colors">Save Recipe</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Trend Tracking -->
<section id="trends" class="py-20 bg-undefined-50">
<div class="container mx-auto px-4">
<h2 class="text-4xl font-bold mb-8">Trend Intelligence</h2>
<div class="max-w-4xl mx-auto space-y-6">
<div class="bg-white p-8 rounded-2xl shadow-lg">
<div class="flex items-start space-x-6">
<div class="w-12 h-12 bg-undefined-100 rounded-full flex items-center justify-center flex-shrink-0">
<i data-feather="activity" class="text-undefined-500"></i>
</div>
<div>
<h3 class="text-2xl font-bold mb-4">Real-time Market Trends</h3>
<div class="space-y-6">
<div class="p-6 bg-undefined-50 rounded-xl">
<h4 class="font-semibold text-lg">Innovation Radar</h4>
<p class="text-gray-600 mb-4">
Track emerging technologies, consumer behaviors, and industry shifts with our AI-powered monitoring system.
</p>
<div class="h-48 bg-gradient-to-r from-undefined-500 to-undefined-400 rounded-xl p-6 text-white flex flex-col justify-center">
<h4 class="font-semibold text-xl mb-2">Current Top Trend</h4>
<p class="text-white">AI-powered automation in small business operations</p>
</div>
</div>
<div class="p-6 bg-undefined-50 rounded-xl">
<div class="flex flex-col md:flex-row md:items-center justify-between gap-4">
<div>
<h4 class="font-semibold text-lg">Opportunity Alerts</h4>
<p class="text-gray-600">
Get notified about new market opportunities and potential disruptions in your industry.
</p>
</div>
<button class="bg-undefined-500 text-white px-6 py-3 rounded-full hover:bg-undefined-600 transition-colors whitespace-nowrap">Set Up Alerts</button>
</div>
</div>
</div>
</div>
</div>
</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>
</footer>
<script>
// Initialize Feather Icons
feather.replace();
// Content extraction handlers
document.querySelectorAll('#content-extraction button').forEach(button => {
button.addEventListener('click', function() {
const card = this.closest('.rounded-xl');
const title = card.querySelector('h4').textContent;
alert(`Processing content with "${title}" recipe...`);
});
});
// Initialize Vanta.js background
VANTA.GLOBE({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
scale: 1.00,
color: "#6366f1"
});
// Interactive functionality
document.addEventListener('DOMContentLoaded', function() {
// Trend analysis animation
const trendCards = document.querySelectorAll('.bg-white');
trendCards.forEach(card => {
card.addEventListener('mouseenter', function() {
this.style.transform = 'translateY(-8px)';
});
card.addEventListener('mouseleave', function() {
this.style.transform = 'translateY(0px)';
});
});
</script>
</body>
</html>