Munzyz's picture
Build an MVP web platform called "Microverse" where users of all ages can create, share, and enjoy micro-creations instantly. Focus on fun, virality, and ease of use. Make it fully functional, not just UI.
adfae86 verified
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TinyVerse | Create & Share Micro-Creations</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#7c3aed',
secondary: '#f59e0b',
dark: '#1e293b',
light: '#f8fafc'
}
}
}
}
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
body {
font-family: 'Poppins', sans-serif;
overflow-x: hidden;
}
.creation-card:hover .creation-overlay {
opacity: 1;
transform: translateY(0);
}
.vanta-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0.7;
}
</style>
</head>
<body class="bg-light text-dark min-h-screen">
<!-- Vanta.js Background -->
<div id="vanta-bg" class="vanta-bg"></div>
<!-- Navigation -->
<nav class="bg-white/80 backdrop-blur-md shadow-sm fixed w-full z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16 items-center">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i data-feather="box" class="text-primary h-8 w-8"></i>
<span class="ml-2 text-xl font-bold bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent">TinyVerse</span>
</div>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium bg-primary text-white">Create</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium hover:bg-gray-100">Explore</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium hover:bg-gray-100">Leaderboard</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium hover:bg-gray-100">Learn</a>
</div>
</div>
<div class="flex items-center">
<button class="md:hidden p-2 rounded-md hover:bg-gray-100">
<i data-feather="menu"></i>
</button>
<button class="ml-4 px-4 py-2 rounded-full bg-gradient-to-r from-primary to-secondary text-white text-sm font-medium hidden md:block">
Sign In
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="pt-32 pb-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center">
<h1 class="text-4xl md:text-6xl font-bold mb-6">
<span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent">Create</span>
<span class="bg-gradient-to-r from-secondary to-primary bg-clip-text text-transparent">Share</span>
<span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent">Play</span>
</h1>
<p class="text-lg md:text-xl text-gray-600 max-w-3xl mx-auto mb-8">
The playground for micro-creations. Build mini-games, interactive stories, micro-comics and more in seconds!
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<button class="px-8 py-3 bg-primary hover:bg-primary/90 text-white font-medium rounded-full shadow-lg transition-all transform hover:scale-105">
Start Creating
</button>
<button class="px-8 py-3 bg-white hover:bg-gray-50 text-dark font-medium rounded-full shadow-lg transition-all transform hover:scale-105">
Explore Creations
</button>
</div>
</div>
</section>
<!-- Creation Types -->
<section class="py-16 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<h2 class="text-3xl font-bold text-center mb-12">What will you create today?</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
<!-- Mini Games -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden transition-all hover:shadow-xl">
<div class="h-48 bg-gradient-to-br from-purple-100 to-blue-100 flex items-center justify-center">
<i data-feather="gamepad" class="h-16 w-16 text-primary"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Mini Games</h3>
<p class="text-gray-600 mb-4">Create simple, fun games in minutes with our drag-and-drop editor.</p>
<button class="text-primary font-medium flex items-center">
Try it out <i data-feather="arrow-right" class="ml-2 h-4 w-4"></i>
</button>
</div>
</div>
<!-- Interactive Stories -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden transition-all hover:shadow-xl">
<div class="h-48 bg-gradient-to-br from-amber-100 to-pink-100 flex items-center justify-center">
<i data-feather="book-open" class="h-16 w-16 text-secondary"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Interactive Stories</h3>
<p class="text-gray-600 mb-4">Craft choose-your-own-adventure stories with branching paths.</p>
<button class="text-secondary font-medium flex items-center">
Try it out <i data-feather="arrow-right" class="ml-2 h-4 w-4"></i>
</button>
</div>
</div>
<!-- Micro Comics -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden transition-all hover:shadow-xl">
<div class="h-48 bg-gradient-to-br from-green-100 to-teal-100 flex items-center justify-center">
<i data-feather="image" class="h-16 w-16 text-green-600"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Micro Comics</h3>
<p class="text-gray-600 mb-4">Design comic strips with our simple panel editor and character creator.</p>
<button class="text-green-600 font-medium flex items-center">
Try it out <i data-feather="arrow-right" class="ml-2 h-4 w-4"></i>
</button>
</div>
</div>
<!-- Music Loops -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden transition-all hover:shadow-xl">
<div class="h-48 bg-gradient-to-br from-red-100 to-orange-100 flex items-center justify-center">
<i data-feather="music" class="h-16 w-16 text-red-500"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Music Loops</h3>
<p class="text-gray-600 mb-4">Compose catchy 8-bit tunes and sound effects with our beat maker.</p>
<button class="text-red-500 font-medium flex items-center">
Try it out <i data-feather="arrow-right" class="ml-2 h-4 w-4"></i>
</button>
</div>
</div>
</div>
</section>
<!-- Featured Creations -->
<section class="py-16 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto bg-white/80 rounded-3xl shadow-sm mb-16">
<div class="flex justify-between items-center mb-8">
<h2 class="text-3xl font-bold">Featured Creations</h2>
<a href="#" class="text-primary font-medium flex items-center">
See all <i data-feather="arrow-right" class="ml-2 h-4 w-4"></i>
</a>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Creation 1 -->
<div class="creation-card bg-white rounded-xl shadow-lg overflow-hidden relative">
<div class="h-48 bg-gradient-to-br from-blue-200 to-purple-200 relative">
<img src="http://static.photos/gaming/640x360/1" alt="Mini Game" class="w-full h-full object-cover">
<div class="creation-overlay absolute inset-0 bg-black/50 flex items-center justify-center opacity-0 transition-all duration-300 transform translate-y-2">
<button class="px-4 py-2 bg-white text-dark rounded-full font-medium">
Play Now
</button>
</div>
</div>
<div class="p-4">
<div class="flex justify-between items-start mb-2">
<h3 class="font-bold">Space Explorer</h3>
<div class="flex items-center text-yellow-500">
<i data-feather="star" class="h-4 w-4 fill-current"></i>
<span class="ml-1 text-sm">4.8</span>
</div>
</div>
<p class="text-sm text-gray-600 mb-3">Navigate through asteroid fields in this action-packed mini game</p>
<div class="flex justify-between items-center">
<div class="flex items-center text-sm text-gray-500">
<i data-feather="user" class="h-4 w-4 mr-1"></i>
<span>PixelPioneer</span>
</div>
<div class="flex items-center text-sm text-gray-500">
<i data-feather="play" class="h-4 w-4 mr-1"></i>
<span>1.2k</span>
</div>
</div>
</div>
</div>
<!-- Creation 2 -->
<div class="creation-card bg-white rounded-xl shadow-lg overflow-hidden relative">
<div class="h-48 bg-gradient-to-br from-pink-200 to-red-200 relative">
<img src="http://static.photos/abstract/640x360/2" alt="Interactive Story" class="w-full h-full object-cover">
<div class="creation-overlay absolute inset-0 bg-black/50 flex items-center justify-center opacity-0 transition-all duration-300 transform translate-y-2">
<button class="px-4 py-2 bg-white text-dark rounded-full font-medium">
Read Now
</button>
</div>
</div>
<div class="p-4">
<div class="flex justify-between items-start mb-2">
<h3 class="font-bold">The Lost Kingdom</h3>
<div class="flex items-center text-yellow-500">
<i data-feather="star" class="h-4 w-4 fill-current"></i>
<span class="ml-1 text-sm">4.5</span>
</div>
</div>
<p class="text-sm text-gray-600 mb-3">Choose your own adventure in this fantasy epic</p>
<div class="flex justify-between items-center">
<div class="flex items-center text-sm text-gray-500">
<i data-feather="user" class="h-4 w-4 mr-1"></i>
<span>StoryWeaver</span>
</div>
<div class="flex items-center text-sm text-gray-500">
<i data-feather="play" class="h-4 w-4 mr-1"></i>
<span>856</span>
</div>
</div>
</div>
</div>
<!-- Creation 3 -->
<div class="creation-card bg-white rounded-xl shadow-lg overflow-hidden relative">
<div class="h-48 bg-gradient-to-br from-green-200 to-teal-200 relative">
<img src="http://static.photos/education/640x360/3" alt="Micro Comic" class="w-full h-full object-cover">
<div class="creation-overlay absolute inset-0 bg-black/50 flex items-center justify-center opacity-0 transition-all duration-300 transform translate-y-2">
<button class="px-4 py-2 bg-white text-dark rounded-full font-medium">
View Now
</button>
</div>
</div>
<div class="p-4">
<div class="flex justify-between items-start mb-2">
<h3 class="font-bold">Robot High School</h3>
<div class="flex items-center text-yellow-500">
<i data-feather="star" class="h-4 w-4 fill-current"></i>
<span class="ml-1 text-sm">4.9</span>
</div>
</div>
<p class="text-sm text-gray-600 mb-3">A hilarious comic about robots navigating human school</p>
<div class="flex justify-between items-center">
<div class="flex items-center text-sm text-gray-500">
<i data-feather="user" class="h-4 w-4 mr-1"></i>
<span>ComicGenius</span>
</div>
<div class="flex items-center text-sm text-gray-500">
<i data-feather="play" class="h-4 w-4 mr-1"></i>
<span>2.1k</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="bg-gradient-to-r from-primary to-secondary rounded-3xl p-8 md:p-12 text-center text-white">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Ready to unleash your creativity?</h2>
<p class="text-lg mb-8 max-w-2xl mx-auto">Join thousands of creators sharing their micro-masterpieces with the world.</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<button class="px-8 py-3 bg-white hover:bg-gray-100 text-primary font-medium rounded-full shadow-lg transition-all transform hover:scale-105">
Start Creating Free
</button>
<button class="px-8 py-3 bg-transparent hover:bg-white/10 border border-white text-white font-medium rounded-full shadow-lg transition-all transform hover:scale-105">
Learn How It Works
</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-dark text-white py-12 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<div class="flex items-center mb-4">
<i data-feather="box" class="text-primary h-8 w-8"></i>
<span class="ml-2 text-xl font-bold">TinyVerse</span>
</div>
<p class="text-gray-400">The playground for micro-creations. Build, share, and play in seconds!</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Create</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Mini Games</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Interactive Stories</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Micro Comics</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Music Loops</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Community</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Featured</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Leaderboard</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Challenges</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Discord</a></li>
</ul>
</div>
</body>
</html>