bjcstudentCOR commited on
Commit
ffb045b
·
verified ·
1 Parent(s): 5e7f224

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +665 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Life Arc
3
- emoji: 🌍
4
- colorFrom: blue
5
  colorTo: green
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: life-arc
3
+ emoji: 🐳
4
+ colorFrom: green
5
  colorTo: green
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,665 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Holistic Life Architecture Blueprint</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .gradient-bg {
11
+ background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
12
+ }
13
+ .habit-card {
14
+ transition: all 0.3s ease;
15
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
16
+ }
17
+ .habit-card:hover {
18
+ transform: translateY(-2px);
19
+ box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
20
+ }
21
+ .progress-ring__circle {
22
+ transition: stroke-dashoffset 0.5s;
23
+ transform: rotate(-90deg);
24
+ transform-origin: 50% 50%;
25
+ }
26
+ .fade-in {
27
+ animation: fadeIn 0.5s ease-in;
28
+ }
29
+ @keyframes fadeIn {
30
+ from { opacity: 0; }
31
+ to { opacity: 1; }
32
+ }
33
+ .nudge-bubble {
34
+ position: relative;
35
+ background-color: #ffffff;
36
+ border-radius: 20px;
37
+ padding: 15px;
38
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
39
+ margin-bottom: 15px;
40
+ }
41
+ .nudge-bubble:after {
42
+ content: '';
43
+ position: absolute;
44
+ bottom: -10px;
45
+ left: 20px;
46
+ border-width: 10px 10px 0;
47
+ border-style: solid;
48
+ border-color: #ffffff transparent;
49
+ }
50
+ </style>
51
+ </head>
52
+ <body class="gradient-bg min-h-screen font-sans">
53
+ <div class="container mx-auto px-4 py-8">
54
+ <!-- Header -->
55
+ <header class="flex justify-between items-center mb-12">
56
+ <div>
57
+ <h1 class="text-3xl font-bold text-gray-800">Holistic Life Architecture</h1>
58
+ <p class="text-gray-600">Your unified system for productivity, health & wellness</p>
59
+ </div>
60
+ <div class="flex items-center space-x-4">
61
+ <div class="relative">
62
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="User" class="w-12 h-12 rounded-full border-2 border-white shadow">
63
+ <span class="absolute bottom-0 right-0 w-4 h-4 bg-green-500 rounded-full border-2 border-white"></span>
64
+ </div>
65
+ <button class="bg-white p-2 rounded-full shadow hover:bg-gray-100 transition">
66
+ <i class="fas fa-cog text-gray-600"></i>
67
+ </button>
68
+ </div>
69
+ </header>
70
+
71
+ <!-- Main Dashboard -->
72
+ <div class="grid grid-cols-1 lg:grid-cols-3 gap-8 mb-8">
73
+ <!-- User Profile & Goals -->
74
+ <div class="bg-white rounded-xl shadow-md p-6">
75
+ <div class="flex items-center mb-6">
76
+ <div class="mr-4">
77
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="User" class="w-16 h-16 rounded-full border-2 border-white shadow">
78
+ </div>
79
+ <div>
80
+ <h2 class="font-bold text-xl">Sarah Johnson</h2>
81
+ <p class="text-gray-500">Product Designer</p>
82
+ </div>
83
+ </div>
84
+
85
+ <div class="mb-6">
86
+ <h3 class="font-semibold text-gray-700 mb-2">Primary Improvement Goals</h3>
87
+ <div class="space-y-2">
88
+ <div class="flex items-center">
89
+ <div class="w-3 h-3 bg-blue-500 rounded-full mr-2"></div>
90
+ <span>Deep work focus</span>
91
+ </div>
92
+ <div class="flex items-center">
93
+ <div class="w-3 h-3 bg-green-500 rounded-full mr-2"></div>
94
+ <span>Consistent exercise</span>
95
+ </div>
96
+ <div class="flex items-center">
97
+ <div class="w-3 h-3 bg-purple-500 rounded-full mr-2"></div>
98
+ <span>Mindful mornings</span>
99
+ </div>
100
+ </div>
101
+ </div>
102
+
103
+ <div class="mb-6">
104
+ <h3 class="font-semibold text-gray-700 mb-2">Current Tech Stack</h3>
105
+ <div class="flex flex-wrap gap-2">
106
+ <span class="bg-gray-100 px-3 py-1 rounded-full text-sm">Apple Watch</span>
107
+ <span class="bg-gray-100 px-3 py-1 rounded-full text-sm">Oura Ring</span>
108
+ <span class="bg-gray-100 px-3 py-1 rounded-full text-sm">Notion</span>
109
+ </div>
110
+ </div>
111
+
112
+ <button class="w-full bg-blue-600 hover:bg-blue-700 text-white py-2 rounded-lg transition flex items-center justify-center">
113
+ <i class="fas fa-sync-alt mr-2"></i> Sync Devices
114
+ </button>
115
+ </div>
116
+
117
+ <!-- Habit Progress -->
118
+ <div class="bg-white rounded-xl shadow-md p-6">
119
+ <h2 class="font-bold text-xl mb-6">Habit Progress</h2>
120
+
121
+ <div class="grid grid-cols-2 gap-4 mb-6">
122
+ <div class="flex flex-col items-center">
123
+ <div class="relative w-20 h-20 mb-2">
124
+ <svg class="w-full h-full" viewBox="0 0 36 36">
125
+ <path
126
+ d="M18 2.0845
127
+ a 15.9155 15.9155 0 0 1 0 31.831
128
+ a 15.9155 15.9155 0 0 1 0 -31.831"
129
+ fill="none"
130
+ stroke="#e6e6e6"
131
+ stroke-width="3"
132
+ />
133
+ <path
134
+ class="progress-ring__circle"
135
+ stroke-dasharray="75, 100"
136
+ d="M18 2.0845
137
+ a 15.9155 15.9155 0 0 1 0 31.831
138
+ a 15.9155 15.9155 0 0 1 0 -31.831"
139
+ fill="none"
140
+ stroke="#3b82f6"
141
+ stroke-width="3"
142
+ />
143
+ </svg>
144
+ <div class="absolute inset-0 flex items-center justify-center">
145
+ <span class="font-bold text-blue-600">75%</span>
146
+ </div>
147
+ </div>
148
+ <span class="text-sm text-gray-600">Morning Routine</span>
149
+ </div>
150
+
151
+ <div class="flex flex-col items-center">
152
+ <div class="relative w-20 h-20 mb-2">
153
+ <svg class="w-full h-full" viewBox="0 0 36 36">
154
+ <path
155
+ d="M18 2.0845
156
+ a 15.9155 15.9155 0 0 1 0 31.831
157
+ a 15.9155 15.9155 0 0 1 0 -31.831"
158
+ fill="none"
159
+ stroke="#e6e6e6"
160
+ stroke-width="3"
161
+ />
162
+ <path
163
+ class="progress-ring__circle"
164
+ stroke-dasharray="60, 100"
165
+ d="M18 2.0845
166
+ a 15.9155 15.9155 0 0 1 0 31.831
167
+ a 15.9155 15.9155 0 0 1 0 -31.831"
168
+ fill="none"
169
+ stroke="#10b981"
170
+ stroke-width="3"
171
+ />
172
+ </svg>
173
+ <div class="absolute inset-0 flex items-center justify-center">
174
+ <span class="font-bold text-green-600">60%</span>
175
+ </div>
176
+ </div>
177
+ <span class="text-sm text-gray-600">Weekly Exercise</span>
178
+ </div>
179
+
180
+ <div class="flex flex-col items-center">
181
+ <div class="relative w-20 h-20 mb-2">
182
+ <svg class="w-full h-full" viewBox="0 0 36 36">
183
+ <path
184
+ d="M18 2.0845
185
+ a 15.9155 15.9155 0 0 1 0 31.831
186
+ a 15.9155 15.9155 0 0 1 0 -31.831"
187
+ fill="none"
188
+ stroke="#e6e6e6"
189
+ stroke-width="3"
190
+ />
191
+ <path
192
+ class="progress-ring__circle"
193
+ stroke-dasharray="85, 100"
194
+ d="M18 2.0845
195
+ a 15.9155 15.9155 0 0 1 0 31.831
196
+ a 15.9155 15.9155 0 0 1 0 -31.831"
197
+ fill="none"
198
+ stroke="#8b5cf6"
199
+ stroke-width="3"
200
+ />
201
+ </svg>
202
+ <div class="absolute inset-0 flex items-center justify-center">
203
+ <span class="font-bold text-purple-600">85%</span>
204
+ </div>
205
+ </div>
206
+ <span class="text-sm text-gray-600">Sleep Quality</span>
207
+ </div>
208
+
209
+ <div class="flex flex-col items-center">
210
+ <div class="relative w-20 h-20 mb-2">
211
+ <svg class="w-full h-full" viewBox="0 0 36 36">
212
+ <path
213
+ d="M18 2.0845
214
+ a 15.9155 15.9155 0 0 1 0 31.831
215
+ a 15.9155 15.9155 0 0 1 0 -31.831"
216
+ fill="none"
217
+ stroke="#e6e6e6"
218
+ stroke-width="3"
219
+ />
220
+ <path
221
+ class="progress-ring__circle"
222
+ stroke-dasharray="45, 100"
223
+ d="M18 2.0845
224
+ a 15.9155 15.9155 0 0 1 0 31.831
225
+ a 15.9155 15.9155 0 0 1 0 -31.831"
226
+ fill="none"
227
+ stroke="#f59e0b"
228
+ stroke-width="3"
229
+ />
230
+ </svg>
231
+ <div class="absolute inset-0 flex items-center justify-center">
232
+ <span class="font-bold text-yellow-600">45%</span>
233
+ </div>
234
+ </div>
235
+ <span class="text-sm text-gray-600">Screen Time</span>
236
+ </div>
237
+ </div>
238
+
239
+ <div class="bg-blue-50 p-4 rounded-lg">
240
+ <div class="flex items-start">
241
+ <div class="mr-3 mt-1 text-blue-500">
242
+ <i class="fas fa-lightbulb"></i>
243
+ </div>
244
+ <div>
245
+ <h4 class="font-medium text-blue-800">Pro Tip</h4>
246
+ <p class="text-blue-600 text-sm">Your morning routine consistency predicts your daily productivity. Try waking up at the same time tomorrow!</p>
247
+ </div>
248
+ </div>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Behavioral Nudges -->
253
+ <div class="bg-white rounded-xl shadow-md p-6">
254
+ <h2 class="font-bold text-xl mb-6">Behavioral Nudges</h2>
255
+
256
+ <div class="nudge-bubble fade-in">
257
+ <div class="flex items-start mb-2">
258
+ <div class="mr-2 text-yellow-500">
259
+ <i class="fas fa-bolt"></i>
260
+ </div>
261
+ <div>
262
+ <h4 class="font-medium">Energy Match</h4>
263
+ <p class="text-sm text-gray-600">Schedule creative work for 10am when your energy peaks</p>
264
+ </div>
265
+ </div>
266
+ <div class="flex justify-between text-xs">
267
+ <span class="text-gray-500">Based on your biometric data</span>
268
+ <button class="text-blue-500 font-medium">Apply</button>
269
+ </div>
270
+ </div>
271
+
272
+ <div class="nudge-bubble fade-in">
273
+ <div class="flex items-start mb-2">
274
+ <div class="mr-2 text-green-500">
275
+ <i class="fas fa-heartbeat"></i>
276
+ </div>
277
+ <div>
278
+ <h4 class="font-medium">Movement Reminder</h4>
279
+ <p class="text-sm text-gray-600">You've been sitting for 50 minutes. Take a 2-minute stretch break</p>
280
+ </div>
281
+ </div>
282
+ <div class="flex justify-between text-xs">
283
+ <span class="text-gray-500">Posture analysis detected</span>
284
+ <button class="text-blue-500 font-medium">Start Break</button>
285
+ </div>
286
+ </div>
287
+
288
+ <div class="nudge-bubble fade-in">
289
+ <div class="flex items-start mb-2">
290
+ <div class="mr-2 text-purple-500">
291
+ <i class="fas fa-moon"></i>
292
+ </div>
293
+ <div>
294
+ <h4 class="font-medium">Wind Down</h4>
295
+ <p class="text-sm text-gray-600">Begin evening routine in 30 mins for optimal sleep</p>
296
+ </div>
297
+ </div>
298
+ <div class="flex justify-between text-xs">
299
+ <span class="text-gray-500">Based on previous sleep data</span>
300
+ <button class="text-blue-500 font-medium">Set Reminder</button>
301
+ </div>
302
+ </div>
303
+
304
+ <button class="w-full mt-4 bg-white border border-gray-200 hover:bg-gray-50 text-gray-700 py-2 rounded-lg transition flex items-center justify-center">
305
+ <i class="fas fa-plus mr-2"></i> Add Custom Nudge
306
+ </button>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Habit Architecture -->
311
+ <div class="bg-white rounded-xl shadow-md p-6 mb-8">
312
+ <div class="flex justify-between items-center mb-6">
313
+ <h2 class="font-bold text-xl">Habit Architecture</h2>
314
+ <div class="flex space-x-2">
315
+ <button class="bg-gray-100 hover:bg-gray-200 p-2 rounded-lg transition">
316
+ <i class="fas fa-sliders-h text-gray-600"></i>
317
+ </button>
318
+ <button class="bg-blue-600 hover:bg-blue-700 text-white p-2 rounded-lg transition">
319
+ <i class="fas fa-plus"></i>
320
+ </button>
321
+ </div>
322
+ </div>
323
+
324
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
325
+ <!-- Habit Card 1 -->
326
+ <div class="habit-card bg-white border border-gray-100 rounded-lg p-4">
327
+ <div class="flex justify-between items-start mb-3">
328
+ <div class="flex items-center">
329
+ <div class="w-8 h-8 bg-blue-100 rounded-full flex items-center justify-center mr-3">
330
+ <i class="fas fa-coffee text-blue-500"></i>
331
+ </div>
332
+ <h3 class="font-medium">Morning Hydration</h3>
333
+ </div>
334
+ <span class="text-xs bg-blue-100 text-blue-800 px-2 py-1 rounded-full">Active</span>
335
+ </div>
336
+ <p class="text-sm text-gray-500 mb-4">Drink 16oz water within 30 mins of waking</p>
337
+ <div class="flex justify-between items-center">
338
+ <div class="flex space-x-1">
339
+ <span class="text-xs bg-gray-100 px-2 py-1 rounded-full">Trigger: Alarm</span>
340
+ <span class="text-xs bg-gray-100 px-2 py-1 rounded-full">Reward: Coffee</span>
341
+ </div>
342
+ <div class="w-6 h-6 bg-blue-100 rounded-full flex items-center justify-center">
343
+ <i class="fas fa-check text-blue-500 text-xs"></i>
344
+ </div>
345
+ </div>
346
+ </div>
347
+
348
+ <!-- Habit Card 2 -->
349
+ <div class="habit-card bg-white border border-gray-100 rounded-lg p-4">
350
+ <div class="flex justify-between items-start mb-3">
351
+ <div class="flex items-center">
352
+ <div class="w-8 h-8 bg-green-100 rounded-full flex items-center justify-center mr-3">
353
+ <i class="fas fa-running text-green-500"></i>
354
+ </div>
355
+ <h3 class="font-medium">Lunchtime Walk</h3>
356
+ </div>
357
+ <span class="text-xs bg-yellow-100 text-yellow-800 px-2 py-1 rounded-full">Needs Work</span>
358
+ </div>
359
+ <p class="text-sm text-gray-500 mb-4">15-minute walk after lunch 3x/week</p>
360
+ <div class="flex justify-between items-center">
361
+ <div class="flex space-x-1">
362
+ <span class="text-xs bg-gray-100 px-2 py-1 rounded-full">Trigger: 12:30pm</span>
363
+ <span class="text-xs bg-gray-100 px-2 py-1 rounded-full">Reward: Podcast</span>
364
+ </div>
365
+ <div class="w-6 h-6 bg-green-100 rounded-full flex items-center justify-center">
366
+ <i class="fas fa-ellipsis-h text-green-500 text-xs"></i>
367
+ </div>
368
+ </div>
369
+ </div>
370
+
371
+ <!-- Habit Card 3 -->
372
+ <div class="habit-card bg-white border border-gray-100 rounded-lg p-4">
373
+ <div class="flex justify-between items-start mb-3">
374
+ <div class="flex items-center">
375
+ <div class="w-8 h-8 bg-purple-100 rounded-full flex items-center justify-center mr-3">
376
+ <i class="fas fa-book text-purple-500"></i>
377
+ </div>
378
+ <h3 class="font-medium">Evening Reading</h3>
379
+ </div>
380
+ <span class="text-xs bg-green-100 text-green-800 px-2 py-1 rounded-full">Strong</span>
381
+ </div>
382
+ <p class="text-sm text-gray-500 mb-4">Read 10 pages before bed</p>
383
+ <div class="flex justify-between items-center">
384
+ <div class="flex space-x-1">
385
+ <span class="text-xs bg-gray-100 px-2 py-1 rounded-full">Trigger: PJs</span>
386
+ <span class="text-xs bg-gray-100 px-2 py-1 rounded-full">Reward: Goodreads</span>
387
+ </div>
388
+ <div class="w-6 h-6 bg-purple-100 rounded-full flex items-center justify-center">
389
+ <i class="fas fa-check text-purple-500 text-xs"></i>
390
+ </div>
391
+ </div>
392
+ </div>
393
+
394
+ <!-- Habit Card 4 -->
395
+ <div class="habit-card bg-white border border-gray-100 rounded-lg p-4">
396
+ <div class="flex justify-between items-start mb-3">
397
+ <div class="flex items-center">
398
+ <div class="w-8 h-8 bg-red-100 rounded-full flex items-center justify-center mr-3">
399
+ <i class="fas fa-mobile-alt text-red-500"></i>
400
+ </div>
401
+ <h3 class="font-medium">Phone-Free Hour</h3>
402
+ </div>
403
+ <span class="text-xs bg-red-100 text-red-800 px-2 py-1 rounded-full">Struggling</span>
404
+ </div>
405
+ <p class="text-sm text-gray-500 mb-4">No screens 1 hour before bed</p>
406
+ <div class="flex justify-between items-center">
407
+ <div class="flex space-x-1">
408
+ <span class="text-xs bg-gray-100 px-2 py-1 rounded-full">Trigger: 9pm</span>
409
+ <span class="text-xs bg-gray-100 px-2 py-1 rounded-full">Reward: Tea</span>
410
+ </div>
411
+ <div class="w-6 h-6 bg-gray-100 rounded-full flex items-center justify-center">
412
+ <i class="fas fa-times text-gray-500 text-xs"></i>
413
+ </div>
414
+ </div>
415
+ </div>
416
+
417
+ <!-- Habit Card 5 -->
418
+ <div class="habit-card bg-white border border-gray-100 rounded-lg p-4">
419
+ <div class="flex justify-between items-start mb-3">
420
+ <div class="flex items-center">
421
+ <div class="w-8 h-8 bg-indigo-100 rounded-full flex items-center justify-center mr-3">
422
+ <i class="fas fa-brain text-indigo-500"></i>
423
+ </div>
424
+ <h3 class="font-medium">Daily Meditation</h3>
425
+ </div>
426
+ <span class="text-xs bg-blue-100 text-blue-800 px-2 py-1 rounded-full">Active</span>
427
+ </div>
428
+ <p class="text-sm text-gray-500 mb-4">5-minute mindfulness session</p>
429
+ <div class="flex justify-between items-center">
430
+ <div class="flex space-x-1">
431
+ <span class="text-xs bg-gray-100 px-2 py-1 rounded-full">Trigger: Shower</span>
432
+ <span class="text-xs bg-gray-100 px-2 py-1 rounded-full">Reward: Journal</span>
433
+ </div>
434
+ <div class="w-6 h-6 bg-indigo-100 rounded-full flex items-center justify-center">
435
+ <i class="fas fa-check text-indigo-500 text-xs"></i>
436
+ </div>
437
+ </div>
438
+ </div>
439
+
440
+ <!-- Add New Habit Card -->
441
+ <div class="habit-card bg-gray-50 border border-gray-200 border-dashed rounded-lg p-4 flex flex-col items-center justify-center">
442
+ <div class="w-10 h-10 bg-white rounded-full flex items-center justify-center mb-2 border border-gray-300">
443
+ <i class="fas fa-plus text-gray-400"></i>
444
+ </div>
445
+ <h3 class="font-medium text-gray-500">Design New Habit</h3>
446
+ </div>
447
+ </div>
448
+ </div>
449
+
450
+ <!-- Systems View -->
451
+ <div class="bg-white rounded-xl shadow-md p-6 mb-8">
452
+ <div class="flex justify-between items-center mb-6">
453
+ <h2 class="font-bold text-xl">System Interdependencies</h2>
454
+ <div class="flex space-x-2">
455
+ <button class="bg-gray-100 hover:bg-gray-200 p-2 rounded-lg transition">
456
+ <i class="fas fa-expand text-gray-600"></i>
457
+ </button>
458
+ </div>
459
+ </div>
460
+
461
+ <div class="bg-gray-50 rounded-lg p-4 mb-4">
462
+ <div class="flex justify-center">
463
+ <div class="relative w-full max-w-3xl">
464
+ <!-- This would be a more complex SVG diagram in a real implementation -->
465
+ <div class="grid grid-cols-5 gap-4 text-center">
466
+ <!-- Sleep -->
467
+ <div class="bg-purple-100 p-3 rounded-lg">
468
+ <div class="w-10 h-10 bg-purple-500 rounded-full flex items-center justify-center mx-auto mb-2">
469
+ <i class="fas fa-moon text-white"></i>
470
+ </div>
471
+ <span class="text-sm font-medium">Sleep</span>
472
+ <div class="h-4 w-full bg-white rounded-full mt-2 overflow-hidden">
473
+ <div class="h-full bg-purple-500 rounded-full" style="width: 85%"></div>
474
+ </div>
475
+ </div>
476
+
477
+ <!-- Arrow -->
478
+ <div class="flex items-center justify-center">
479
+ <i class="fas fa-arrow-right text-gray-400"></i>
480
+ </div>
481
+
482
+ <!-- Energy -->
483
+ <div class="bg-yellow-100 p-3 rounded-lg">
484
+ <div class="w-10 h-10 bg-yellow-500 rounded-full flex items-center justify-center mx-auto mb-2">
485
+ <i class="fas fa-bolt text-white"></i>
486
+ </div>
487
+ <span class="text-sm font-medium">Energy</span>
488
+ <div class="h-4 w-full bg-white rounded-full mt-2 overflow-hidden">
489
+ <div class="h-full bg-yellow-500 rounded-full" style="width: 70%"></div>
490
+ </div>
491
+ </div>
492
+
493
+ <!-- Arrow -->
494
+ <div class="flex items-center justify-center">
495
+ <i class="fas fa-arrow-right text-gray-400"></i>
496
+ </div>
497
+
498
+ <!-- Focus -->
499
+ <div class="bg-blue-100 p-3 rounded-lg">
500
+ <div class="w-10 h-10 bg-blue-500 rounded-full flex items-center justify-center mx-auto mb-2">
501
+ <i class="fas fa-bullseye text-white"></i>
502
+ </div>
503
+ <span class="text-sm font-medium">Focus</span>
504
+ <div class="h-4 w-full bg-white rounded-full mt-2 overflow-hidden">
505
+ <div class="h-full bg-blue-500 rounded-full" style="width: 65%"></div>
506
+ </div>
507
+ </div>
508
+
509
+ <!-- Arrow -->
510
+ <div class="flex items-center justify-center">
511
+ <i class="fas fa-arrow-right text-gray-400"></i>
512
+ </div>
513
+
514
+ <!-- Productivity -->
515
+ <div class="bg-green-100 p-3 rounded-lg">
516
+ <div class="w-10 h-10 bg-green-500 rounded-full flex items-center justify-center mx-auto mb-2">
517
+ <i class="fas fa-check-circle text-white"></i>
518
+ </div>
519
+ <span class="text-sm font-medium">Productivity</span>
520
+ <div class="h-4 w-full bg-white rounded-full mt-2 overflow-hidden">
521
+ <div class="h-full bg-green-500 rounded-full" style="width: 75%"></div>
522
+ </div>
523
+ </div>
524
+
525
+ <!-- Arrow -->
526
+ <div class="flex items-center justify-center">
527
+ <i class="fas fa-arrow-right text-gray-400"></i>
528
+ </div>
529
+
530
+ <!-- Stress -->
531
+ <div class="bg-red-100 p-3 rounded-lg">
532
+ <div class="w-10 h-10 bg-red-500 rounded-full flex items-center justify-center mx-auto mb-2">
533
+ <i class="fas fa-heartbeat text-white"></i>
534
+ </div>
535
+ <span class="text-sm font-medium">Stress</span>
536
+ <div class="h-4 w-full bg-white rounded-full mt-2 overflow-hidden">
537
+ <div class="h-full bg-red-500 rounded-full" style="width: 40%"></div>
538
+ </div>
539
+ </div>
540
+ </div>
541
+
542
+ <div class="mt-6 text-center">
543
+ <p class="text-sm text-gray-600">Improving sleep quality by 15% could increase daily productivity by ~22%</p>
544
+ </div>
545
+ </div>
546
+ </div>
547
+ </div>
548
+
549
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-4">
550
+ <div class="bg-blue-50 p-4 rounded-lg">
551
+ <div class="flex items-start">
552
+ <div class="mr-3 mt-1 text-blue-500">
553
+ <i class="fas fa-project-diagram"></i>
554
+ </div>
555
+ <div>
556
+ <h4 class="font-medium text-blue-800">System Leverage Point</h4>
557
+ <p class="text-blue-600 text-sm">Morning hydration habit improves both energy levels and cognitive performance</p>
558
+ </div>
559
+ </div>
560
+ </div>
561
+
562
+ <div class="bg-purple-50 p-4 rounded-lg">
563
+ <div class="flex items-start">
564
+ <div class="mr-3 mt-1 text-purple-500">
565
+ <i class="fas fa-exclamation-triangle"></i>
566
+ </div>
567
+ <div>
568
+ <h4 class="font-medium text-purple-800">Failure Recovery</h4>
569
+ <p class="text-purple-600 text-sm">When you miss evening reading, try a 5-minute meditation instead</p>
570
+ </div>
571
+ </div>
572
+ </div>
573
+ </div>
574
+ </div>
575
+
576
+ <!-- Data & Privacy -->
577
+ <div class="bg-white rounded-xl shadow-md p-6">
578
+ <div class="flex justify-between items-center mb-6">
579
+ <h2 class="font-bold text-xl">Data Governance</h2>
580
+ <div class="flex space-x-2">
581
+ <button class="bg-gray-100 hover:bg-gray-200 p-2 rounded-lg transition">
582
+ <i class="fas fa-shield-alt text-gray-600"></i>
583
+ </button>
584
+ </div>
585
+ </div>
586
+
587
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-4 mb-6">
588
+ <div class="border border-gray-200 rounded-lg p-4">
589
+ <div class="flex items-center mb-3">
590
+ <div class="w-10 h-10 bg-green-100 rounded-full flex items-center justify-center mr-3">
591
+ <i class="fas fa-lock text-green-500"></i>
592
+ </div>
593
+ <h3 class="font-medium">GDPR Compliance</h3>
594
+ </div>
595
+ <p class="text-sm text-gray-600">All data is encrypted and stored in EU-based servers</p>
596
+ </div>
597
+
598
+ <div class="border border-gray-200 rounded-lg p-4">
599
+ <div class="flex items-center mb-3">
600
+ <div class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center mr-3">
601
+ <i class="fas fa-eye-slash text-blue-500"></i>
602
+ </div>
603
+ <h3 class="font-medium">Data Minimization</h3>
604
+ </div>
605
+ <p class="text-sm text-gray-600">We only collect what's needed for your habit formation</p>
606
+ </div>
607
+
608
+ <div class="border border-gray-200 rounded-lg p-4">
609
+ <div class="flex items-center mb-3">
610
+ <div class="w-10 h-10 bg-purple-100 rounded-full flex items-center justify-center mr-3">
611
+ <i class="fas fa-user-cog text-purple-500"></i>
612
+ </div>
613
+ <h3 class="font-medium">Control Center</h3>
614
+ </div>
615
+ <p class="text-sm text-gray-600">Manage what data is shared and with which services</p>
616
+ </div>
617
+ </div>
618
+
619
+ <div class="bg-gray-50 p-4 rounded-lg">
620
+ <div class="flex items-center">
621
+ <div class="mr-3 text-gray-500">
622
+ <i class="fas fa-info-circle"></i>
623
+ </div>
624
+ <div>
625
+ <p class="text-sm text-gray-600">Your data is never sold to third parties. Our business model is based on subscriptions, not data.</p>
626
+ </div>
627
+ </div>
628
+ </div>
629
+ </div>
630
+ </div>
631
+
632
+ <script>
633
+ // Simple animation for habit cards
634
+ document.addEventListener('DOMContentLoaded', function() {
635
+ const habitCards = document.querySelectorAll('.habit-card');
636
+
637
+ habitCards.forEach((card, index) => {
638
+ setTimeout(() => {
639
+ card.classList.add('fade-in');
640
+ }, index * 100);
641
+ });
642
+
643
+ // Simulate progress ring animation
644
+ const progressRings = document.querySelectorAll('.progress-ring__circle');
645
+ progressRings.forEach(ring => {
646
+ const circumference = 2 * Math.PI * 15.9155;
647
+ const offset = circumference - (parseFloat(ring.getAttribute('stroke-dasharray').split(',')[0]) / 100) * circumference;
648
+ ring.style.strokeDashoffset = offset;
649
+ });
650
+
651
+ // Nudge interaction example
652
+ const nudgeButtons = document.querySelectorAll('.nudge-bubble button');
653
+ nudgeButtons.forEach(button => {
654
+ button.addEventListener('click', function() {
655
+ const bubble = this.closest('.nudge-bubble');
656
+ bubble.style.opacity = '0';
657
+ setTimeout(() => {
658
+ bubble.remove();
659
+ }, 300);
660
+ });
661
+ });
662
+ });
663
+ </script>
664
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=bjcstudentCOR/life-arc" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
665
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ # 🧠 Mega-Prompt 1: Holistic Life Architecture Blueprint #CONTEXT: Merge productivity, health, and mental wellness into a unified system using behavioral psychology principles #ROLE: Act as a Chief Product Designer specializing in habit-formation technology #RESPONSE GUIDELINES: 1. Analyze user archetypes through Jobs-To-Be-Done framework 2. Map feature interdependencies using systems thinking 3. Integrate ethical AI personalization with OODA loop optimization 4. Design failure recovery mechanisms for habit slippage #TASK CRITERIA: - Must include Quantified Self data layers - Implement nudge theory through UI microcopy - GDPR-compliant data governance model #INFORMATION ABOUT ME: [My primary improvement goals: ___, Current tech stack: ___] #OUTPUT: Technical spec document with user journey maps and API architecture diagram