AronTomas's picture
DeepSite (by DeepSeek) is a powerful AI platform, and crafting smart layout prompts can significantly improve your results. Here are some effective prompt patterns and templates:
c1af967 verified
<!DOCTYPE html>
<html lang="en" class="h-full">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DeepDash AI - Smart Layout Wizard</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: {
50: '#f0f9ff',
100: '#e0f2fe',
200: '#bae6fd',
300: '#7dd3fc',
400: '#38bdf8',
500: '#0ea5e9',
600: '#0284c7',
700: '#0369a1',
800: '#075985',
900: '#0c4a6e',
},
secondary: {
50: '#f5f3ff',
100: '#ede9fe',
200: '#ddd6fe',
300: '#c4b5fd',
400: '#a78bfa',
500: '#8b5cf6',
600: '#7c3aed',
700: '#6d28d9',
800: '#5b21b6',
900: '#4c1d95',
}
}
}
}
}
</script>
</head>
<body class="bg-gray-50 h-full">
<custom-navbar></custom-navbar>
<main class="container mx-auto px-4 py-8">
<div class="max-w-6xl mx-auto">
<div class="text-center mb-12">
<h1 class="text-4xl font-bold text-primary-700 mb-4">DeepDash AI</h1>
<p class="text-xl text-gray-600 max-w-2xl mx-auto">Your smart layout wizard for crafting perfect UI designs with AI-powered precision</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Web Application Layouts -->
<div class="bg-white rounded-xl shadow-md overflow-hidden hover:shadow-lg transition-shadow">
<div class="p-6">
<div class="flex items-center mb-4">
<div class="bg-primary-100 p-3 rounded-lg mr-4">
<i data-feather="layout" class="text-primary-600"></i>
</div>
<h2 class="text-xl font-semibold text-gray-800">Web Application Layouts</h2>
</div>
<p class="text-gray-600 mb-4">Professional layouts for SaaS dashboards, e-commerce, and more.</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center">
<i data-feather="check" class="w-4 h-4 mr-2 text-primary-600"></i>
Modern SaaS Dashboard
</li>
<li class="flex items-center">
<i data-feather="check" class="w-4 h-4 mr-2 text-primary-600"></i>
E-commerce Product Page
</li>
</ul>
</div>
</div>
<!-- Mobile-First Layouts -->
<div class="bg-white rounded-xl shadow-md overflow-hidden hover:shadow-lg transition-shadow">
<div class="p-6">
<div class="flex items-center mb-4">
<div class="bg-secondary-100 p-3 rounded-lg mr-4">
<i data-feather="smartphone" class="text-secondary-600"></i>
</div>
<h2 class="text-xl font-semibold text-gray-800">Mobile-First Layouts</h2>
</div>
<p class="text-gray-600 mb-4">Optimized interfaces for social media, banking apps, and more.</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center">
<i data-feather="check" class="w-4 h-4 mr-2 text-secondary-600"></i>
Social Media Feed
</li>
<li class="flex items-center">
<i data-feather="check" class="w-4 h-4 mr-2 text-secondary-600"></i>
Mobile Banking App
</li>
</ul>
</div>
</div>
<!-- Component-Focused Layouts -->
<div class="bg-white rounded-xl shadow-md overflow-hidden hover:shadow-lg transition-shadow">
<div class="p-6">
<div class="flex items-center mb-4">
<div class="bg-primary-100 p-3 rounded-lg mr-4">
<i data-feather="box" class="text-primary-600"></i>
</div>
<h2 class="text-xl font-semibold text-gray-800">Component-Focused</h2>
</div>
<p class="text-gray-600 mb-4">Reusable UI components for data tables, forms, and more.</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center">
<i data-feather="check" class="w-4 h-4 mr-2 text-primary-600"></i>
Advanced Data Tables
</li>
<li class="flex items-center">
<i data-feather="check" class="w-4 h-4 mr-2 text-primary-600"></i>
Multi-step Forms
</li>
</ul>
</div>
</div>
</div>
<div class="mt-16 bg-white rounded-xl shadow-md overflow-hidden">
<div class="p-8">
<h2 class="text-2xl font-bold text-gray-800 mb-6">Smart Prompt Formulas</h2>
<div class="bg-gray-50 p-6 rounded-lg">
<div class="flex items-start mb-4">
<div class="bg-primary-500 text-white p-2 rounded-lg mr-4">
<i data-feather="zap" class="w-5 h-5"></i>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-800 mb-2">Basic Structure</h3>
<p class="text-gray-600">[Component Type] + [Key Features] + [Layout Requirements] + [Styling Preferences] + [Responsive Behavior]</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-secondary-500 text-white p-2 rounded-lg mr-4">
<i data-feather="star" class="w-5 h-5"></i>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-800 mb-2">Advanced Example</h3>
<p class="text-gray-600">Create a [project management dashboard] with [task kanban boards, team activity feed, and time tracking] using [3-column layout on desktop, single column on mobile] with [modern minimalist design, blue primary color] that includes [dark mode toggle and accessibility features]</p>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<custom-footer></custom-footer>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
<script>
feather.replace();
</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>