Overall Layout
Browse filesOrientation: Landscape screenshot of a desktop browser window.
Background color: A deep charcoal black (#121212 to #1A1A1A range).
Structure: Split into two primary vertical panels:
Left sidebar (narrow, fixed width, vertical navigation).
Main content area (wide, fills the majority of the screen).
Left Sidebar (Navigation Panel)
Background color: Slightly lighter black/grey than main panel (#1A1A1A to #1E1E1E).
Position: Flush against the left edge, runs full screen height.
Elements (from top to bottom):
Logo / App Name
Text: “Claude”
Font: Serif-like, elegant, off-white (#EAEAEA).
Alignment: Left-aligned at the very top, with padding from edges.
Navigation Button (New chat)
Icon: Orange circular “+” sign inside a solid circle.
Text: “New chat”
Font: Sans serif, medium weight, off-white (#F5F5F5).
Alignment: Left-aligned, inline with icon.
Icon color: Bright orange-red (#FF5722 range).
Other Navigation Items (vertical list below)
Chats: Grey circle outline with a chat bubble icon inside, followed by text “Chats”.
Projects: Grey folder outline icon, text “Projects”.
Artifacts: Grey hexagonal node/network icon, text “Artifacts”.
All text: Off-white (#F0F0F0), regular weight, left-aligned.
Icons: Monochrome light grey (#B0B0B0).
Recents Section (label + list)
Label: “Recents” (tiny, uppercase, dull grey, ~#8A8A8A).
Below it: list of three recent chats, each title in white text:
“Understanding electrolysis process”
“Greeting”
“Untitled”
User Info (Bottom left corner)
Circle avatar placeholder with letter “T” inside.
Background: Grey circle (#3A3A3A).
Text “T”: White.
Beside it:
Username: “Toy” (white).
Plan: “Free plan” (light grey, smaller font).
Main Content Panel
Background color: Uniform deep black (#121212).
Centered Greeting Block:
Positioned in the vertical and horizontal center.
Content (from top to bottom):
Plan Banner
Small tag-like element near the top center.
Text: “Free plan · Upgrade”
“Free plan”: grey (#AAAAAA).
“Upgrade”: clickable link, underlined, in brighter white (#F5F5F5).
Font: Very small sans serif, uppercase effect.
Greeting
Text: “Hey there, Toy”
Preceded by: small orange-red flower/starburst icon (like an asterisk burst).
Font: Large serif display font.
“Hey there” is in warm off-white/cream (#E8E6E3).
“Toy” is in brighter white (#FFFFFF).
Alignment: Centered horizontally.
Chat Input Box (centered beneath greeting)
Shape: Wide rounded rectangle with pill-like corners.
Background: Dark grey (#1F1F1F).
Border: None visible, but subtle shadow glow.
Inside text placeholder:
“How can I help you today?”
Color: Medium grey (#9A9A9A).
Font: Sans serif, italicized placeholder style.
Icons inside input box (left to right):
Far left:
Small square button with “+” inside (light grey).
Next to it: Funnel/filter icon (grey).
Next to it: Clock/timer icon (grey).
Right side (inside input box):
Dropdown menu button labeled “Sonnet 4.5”.
Font: Light grey text.
Small downward chevron arrow.
Adjacent: Rounded upload/submit button with upward arrow inside, burnt orange background (#D65B2A).
Below input box (attached subtle label):
Text: “Upgrade to connect your tools to Claude”
Color: Faint grey (#888888).
Font: Very small, sans serif.
Fonts & Text Styles
Main greeting font: Serif, elegant (similar to Georgia or Times New Roman with modern spacing).
Body/navigation text: Sans serif, clean (like Inter, Helvetica, or Arial).
Font colors:
Primary white (#FFFFFF).
Secondary off-white (#EAEAEA).
Grey for muted text (#AAAAAA / #888888).
Orange-red for accents (#FF5722 / #D65B2A).
Iconography
All icons are simple, monoline (line art, 1–1.5px weight).
Colors: Mostly monochrome grey (#B0B0B0), except for the orange-red “+” button and upward arrow button.
Alignment & Spacing
Sidebar items: Vertically stacked, evenly spaced with padding.
Main panel: Greeting and input box are perfectly center-aligned horizontally.
Lots of negative space, minimalistic design.
This covers every visible atom on the screen: layout, borders, icons, fonts, alignments, spacing, color hex approximations, and content hierarchy.
- README.md +8 -5
- index.html +195 -18
|
@@ -1,10 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title: Claude
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Claude's Shadowy Sanctuary ✨
|
| 3 |
+
colorFrom: purple
|
| 4 |
+
colorTo: gray
|
| 5 |
+
emoji: 🐳
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- deepsite-v3
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Welcome to your new DeepSite project!
|
| 13 |
+
This project was created with [DeepSite](https://deepsite.hf.co).
|
|
@@ -1,19 +1,196 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
</html>
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en" class="h-full">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Claude AI Interface</title>
|
| 7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 9 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
+
<script>
|
| 11 |
+
tailwind.config = {
|
| 12 |
+
darkMode: 'class',
|
| 13 |
+
theme: {
|
| 14 |
+
extend: {
|
| 15 |
+
colors: {
|
| 16 |
+
dark: {
|
| 17 |
+
900: '#121212',
|
| 18 |
+
800: '#1A1A1A',
|
| 19 |
+
700: '#1E1E1E',
|
| 20 |
+
600: '#3A3A3A',
|
| 21 |
+
},
|
| 22 |
+
accent: {
|
| 23 |
+
500: '#FF5722',
|
| 24 |
+
600: '#D65B2A',
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
+
}
|
| 28 |
+
}
|
| 29 |
+
}
|
| 30 |
+
</script>
|
| 31 |
+
<style>
|
| 32 |
+
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap');
|
| 33 |
+
|
| 34 |
+
body {
|
| 35 |
+
font-family: 'Inter', sans-serif;
|
| 36 |
+
-webkit-font-smoothing: antialiased;
|
| 37 |
+
}
|
| 38 |
+
|
| 39 |
+
.serif {
|
| 40 |
+
font-family: 'Libre Baskerville', serif;
|
| 41 |
+
}
|
| 42 |
+
|
| 43 |
+
input::placeholder {
|
| 44 |
+
font-style: italic;
|
| 45 |
+
}
|
| 46 |
+
|
| 47 |
+
.nav-item:hover .nav-icon {
|
| 48 |
+
stroke: #EAEAEA;
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
.chat-item:hover {
|
| 52 |
+
background-color: #1E1E1E;
|
| 53 |
+
}
|
| 54 |
+
</style>
|
| 55 |
+
</head>
|
| 56 |
+
<body class="h-full bg-dark-900 text-gray-100 flex">
|
| 57 |
+
<!-- Left Sidebar -->
|
| 58 |
+
<div class="w-64 h-full bg-dark-800 flex flex-col border-r border-dark-700">
|
| 59 |
+
<!-- Logo -->
|
| 60 |
+
<div class="p-6">
|
| 61 |
+
<h1 class="text-2xl serif text-gray-100">Claude</h1>
|
| 62 |
+
</div>
|
| 63 |
+
|
| 64 |
+
<!-- New Chat Button -->
|
| 65 |
+
<button class="mx-4 mb-6 px-4 py-2.5 bg-accent-500 rounded-full flex items-center hover:bg-accent-600 transition-colors">
|
| 66 |
+
<i data-feather="plus" class="w-4 h-4"></i>
|
| 67 |
+
<span class="ml-2 font-medium">New chat</span>
|
| 68 |
+
</button>
|
| 69 |
+
|
| 70 |
+
<!-- Navigation -->
|
| 71 |
+
<nav class="px-4 space-y-1">
|
| 72 |
+
<a href="#" class="nav-item flex items-center px-3 py-2 rounded-lg">
|
| 73 |
+
<i data-feather="message-square" class="nav-icon w-5 h-5 stroke-gray-400"></i>
|
| 74 |
+
<span class="ml-3">Chats</span>
|
| 75 |
+
</a>
|
| 76 |
+
<a href="#" class="nav-item flex items-center px-3 py-2 rounded-lg">
|
| 77 |
+
<i data-feather="folder" class="nav-icon w-5 h-5 stroke-gray-400"></i>
|
| 78 |
+
<span class="ml-3">Projects</span>
|
| 79 |
+
</a>
|
| 80 |
+
<a href="#" class="nav-item flex items-center px-3 py-2 rounded-lg">
|
| 81 |
+
<i data-feather="hexagon" class="nav-icon w-5 h-5 stroke-gray-400"></i>
|
| 82 |
+
<span class="ml-3">Artifacts</span>
|
| 83 |
+
</a>
|
| 84 |
+
</nav>
|
| 85 |
+
|
| 86 |
+
<!-- Recents -->
|
| 87 |
+
<div class="mt-8 px-4">
|
| 88 |
+
<p class="text-xs uppercase text-gray-500 tracking-wider">Recents</p>
|
| 89 |
+
<div class="mt-2 space-y-1">
|
| 90 |
+
<a href="#" class="chat-item flex items-center px-3 py-3 rounded-lg">
|
| 91 |
+
<span>Understanding electrolysis process</span>
|
| 92 |
+
</a>
|
| 93 |
+
<a href="#" class="chat-item flex items-center px-3 py-3 rounded-lg">
|
| 94 |
+
<span>Greeting</span>
|
| 95 |
+
</a>
|
| 96 |
+
<a href="#" class="chat-item flex items-center px-3 py-3 rounded-lg">
|
| 97 |
+
<span>Untitled</span>
|
| 98 |
+
</a>
|
| 99 |
+
</div>
|
| 100 |
+
</div>
|
| 101 |
+
|
| 102 |
+
<!-- User Info -->
|
| 103 |
+
<div class="mt-auto p-4 flex items-center">
|
| 104 |
+
<div class="w-9 h-9 rounded-full bg-dark-600 flex items-center justify-center">
|
| 105 |
+
<span class="text-white">T</span>
|
| 106 |
+
</div>
|
| 107 |
+
<div class="ml-3">
|
| 108 |
+
<p class="text-sm">Toy</p>
|
| 109 |
+
<p class="text-xs text-gray-500">Free plan</p>
|
| 110 |
+
</div>
|
| 111 |
+
</div>
|
| 112 |
+
</div>
|
| 113 |
+
|
| 114 |
+
<!-- Main Content -->
|
| 115 |
+
<main class="flex-1 flex flex-col items-center justify-center p-6">
|
| 116 |
+
<!-- Plan Banner -->
|
| 117 |
+
<div class="text-xs mb-12 tracking-wider">
|
| 118 |
+
<span class="text-gray-500">Free plan</span>
|
| 119 |
+
<span class="mx-2">·</span>
|
| 120 |
+
<a href="#" class="text-gray-100 underline hover:text-white">Upgrade</a>
|
| 121 |
+
</div>
|
| 122 |
+
|
| 123 |
+
<!-- Greeting -->
|
| 124 |
+
<div class="text-center mb-12">
|
| 125 |
+
<div class="flex items-center justify-center mb-2">
|
| 126 |
+
<i data-feather="star" class="w-5 h-5 stroke-accent-500 fill-accent-500/20"></i>
|
| 127 |
+
</div>
|
| 128 |
+
<h2 class="text-4xl serif">
|
| 129 |
+
<span class="text-gray-300">Hey there,</span>
|
| 130 |
+
<span class="text-white ml-1.5">Toy</span>
|
| 131 |
+
</h2>
|
| 132 |
+
</div>
|
| 133 |
+
|
| 134 |
+
<!-- Input Box -->
|
| 135 |
+
<div class="w-full max-w-2xl">
|
| 136 |
+
<div class="bg-dark-700 rounded-xl p-1.5 shadow-lg">
|
| 137 |
+
<div class="relative">
|
| 138 |
+
<input
|
| 139 |
+
type="text"
|
| 140 |
+
placeholder="How can I help you today?"
|
| 141 |
+
class="w-full bg-dark-700 py-4 pl-14 pr-36 rounded-xl focus:outline-none"
|
| 142 |
+
>
|
| 143 |
+
<div class="absolute left-4 top-1/2 transform -translate-y-1/2 flex space-x-3">
|
| 144 |
+
<button class="w-6 h-6 flex items-center justify-center rounded hover:bg-dark-600">
|
| 145 |
+
<i data-feather="plus" class="w-4 h-4 stroke-gray-400"></i>
|
| 146 |
+
</button>
|
| 147 |
+
<button class="w-6 h-6 flex items-center justify-center rounded hover:bg-dark-600">
|
| 148 |
+
<i data-feather="filter" class="w-4 h-4 stroke-gray-400"></i>
|
| 149 |
+
</button>
|
| 150 |
+
<button class="w-6 h-6 flex items-center justify-center rounded hover:bg-dark-600">
|
| 151 |
+
<i data-feather="clock" class="w-4 h-4 stroke-gray-400"></i>
|
| 152 |
+
</button>
|
| 153 |
+
</div>
|
| 154 |
+
|
| 155 |
+
<div class="absolute right-2 top-1/2 transform -translate-y-1/2 flex items-center space-x-1.5">
|
| 156 |
+
<div class="flex items-center px-2.5 py-1 rounded-lg hover:bg-dark-600">
|
| 157 |
+
<span class="text-sm text-gray-400">Sonnet 4.5</span>
|
| 158 |
+
<i data-feather="chevron-down" class="w-4 h-4 stroke-gray-400 ml-1"></i>
|
| 159 |
+
</div>
|
| 160 |
+
<button class="w-10 h-10 rounded-lg bg-accent-500 flex items-center justify-center hover:bg-accent-600">
|
| 161 |
+
<i data-feather="arrow-up" class="w-4 h-4 stroke-white"></i>
|
| 162 |
+
</button>
|
| 163 |
+
</div>
|
| 164 |
+
</div>
|
| 165 |
+
</div>
|
| 166 |
+
<p class="text-xs text-gray-500 mt-2 text-center">Upgrade to connect your tools to Claude</p>
|
| 167 |
+
</div>
|
| 168 |
+
</main>
|
| 169 |
+
|
| 170 |
+
<script>
|
| 171 |
+
feather.replace();
|
| 172 |
+
|
| 173 |
+
// Simple animation for the greeting star
|
| 174 |
+
document.addEventListener('DOMContentLoaded', function() {
|
| 175 |
+
const star = document.querySelector('[data-feather="star"]');
|
| 176 |
+
anime({
|
| 177 |
+
targets: star,
|
| 178 |
+
rotate: [0, 360],
|
| 179 |
+
duration: 8000,
|
| 180 |
+
loop: true,
|
| 181 |
+
easing: 'linear'
|
| 182 |
+
});
|
| 183 |
+
|
| 184 |
+
// Subtle pulse for the input box
|
| 185 |
+
anime({
|
| 186 |
+
targets: 'input',
|
| 187 |
+
boxShadow: ['0 0 0 0 rgba(255,87,34,0)', '0 0 0 6px rgba(255,87,34,0.1)'],
|
| 188 |
+
duration: 3000,
|
| 189 |
+
loop: true,
|
| 190 |
+
direction: 'alternate',
|
| 191 |
+
easing: 'easeInOutSine'
|
| 192 |
+
});
|
| 193 |
+
});
|
| 194 |
+
</script>
|
| 195 |
+
</body>
|
| 196 |
</html>
|