Jason4Cheese commited on
Commit
5ff9c26
·
verified ·
1 Parent(s): b634326

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +580 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Business Plan
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: business-plan
3
+ emoji: 🐳
4
+ colorFrom: pink
5
+ colorTo: blue
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,580 @@
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>Sarcastic Serenity POD Business Builder | Just Creative Solutions</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, #f6d365 0%, #fda085 100%);
12
+ }
13
+ .y2k-text {
14
+ font-family: 'Impact', sans-serif;
15
+ text-shadow: 3px 3px 0 #ff00ff, -1px -1px 0 #00ffff;
16
+ color: #000;
17
+ }
18
+ .trend-card:hover {
19
+ transform: scale(1.03);
20
+ box-shadow: 0 10px 25px rgba(0,0,0,0.2);
21
+ }
22
+ .progress-step.active {
23
+ background-color: #4f46e5;
24
+ color: white;
25
+ }
26
+ .progress-step.completed {
27
+ background-color: #10b981;
28
+ color: white;
29
+ }
30
+ .quote-card {
31
+ background: white;
32
+ border-left: 5px solid #f59e0b;
33
+ transition: all 0.3s ease;
34
+ }
35
+ .quote-card:hover {
36
+ transform: translateY(-5px);
37
+ box-shadow: 0 10px 15px rgba(0,0,0,0.1);
38
+ }
39
+ .drawing-area {
40
+ border: 2px dashed #ccc;
41
+ background-color: #f9fafb;
42
+ }
43
+ .tooltip {
44
+ position: relative;
45
+ display: inline-block;
46
+ }
47
+ .tooltip .tooltiptext {
48
+ visibility: hidden;
49
+ width: 200px;
50
+ background-color: #333;
51
+ color: #fff;
52
+ text-align: center;
53
+ border-radius: 6px;
54
+ padding: 5px;
55
+ position: absolute;
56
+ z-index: 1;
57
+ bottom: 125%;
58
+ left: 50%;
59
+ margin-left: -100px;
60
+ opacity: 0;
61
+ transition: opacity 0.3s;
62
+ }
63
+ .tooltip:hover .tooltiptext {
64
+ visibility: visible;
65
+ opacity: 1;
66
+ }
67
+ @keyframes float {
68
+ 0% { transform: translateY(0px); }
69
+ 50% { transform: translateY(-10px); }
70
+ 100% { transform: translateY(0px); }
71
+ }
72
+ .floating {
73
+ animation: float 3s ease-in-out infinite;
74
+ }
75
+ </style>
76
+ </head>
77
+ <body class="bg-gray-50">
78
+ <!-- Header -->
79
+ <header class="gradient-bg text-white py-6 px-4 shadow-lg">
80
+ <div class="container mx-auto flex justify-between items-center">
81
+ <div class="flex items-center">
82
+ <i class="fas fa-robot text-3xl mr-3 floating"></i>
83
+ <h1 class="y2k-text text-3xl md:text-4xl font-bold">Sarcastic Serenity POD</h1>
84
+ </div>
85
+ <div class="hidden md:flex space-x-4">
86
+ <a href="#dashboard" class="hover:text-yellow-200 transition">Dashboard</a>
87
+ <a href="#trends" class="hover:text-yellow-200 transition">Trends</a>
88
+ <a href="#plan" class="hover:text-yellow-200 transition">Business Plan</a>
89
+ <a href="#design" class="hover:text-yellow-200 transition">Design Studio</a>
90
+ </div>
91
+ <button class="md:hidden text-2xl">
92
+ <i class="fas fa-bars"></i>
93
+ </button>
94
+ </div>
95
+ </header>
96
+
97
+ <!-- Main Content -->
98
+ <main class="container mx-auto px-4 py-8">
99
+ <!-- Dashboard Section -->
100
+ <section id="dashboard" class="mb-16">
101
+ <div class="bg-white rounded-xl shadow-md p-6 mb-8">
102
+ <h2 class="text-2xl font-bold text-gray-800 mb-4">Welcome to Your POD Business Builder</h2>
103
+ <p class="text-gray-600 mb-6">This step-by-step guide will help you launch a lucrative print-on-demand business with zero upfront costs, targeting Gen Z with Y2K aesthetic and sarcastic humor.</p>
104
+
105
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-6">
106
+ <div class="bg-indigo-50 p-4 rounded-lg border border-indigo-100">
107
+ <h3 class="font-semibold text-indigo-800 mb-2">Current Progress</h3>
108
+ <div class="h-2 bg-gray-200 rounded-full mb-2">
109
+ <div class="h-2 bg-indigo-600 rounded-full" style="width: 15%"></div>
110
+ </div>
111
+ <p class="text-sm text-gray-600">3 of 20 steps completed</p>
112
+ </div>
113
+ <div class="bg-green-50 p-4 rounded-lg border border-green-100">
114
+ <h3 class="font-semibold text-green-800 mb-2">Today's Trend Score</h3>
115
+ <p class="text-2xl font-bold text-green-600">87/100</p>
116
+ <p class="text-sm text-gray-600">Excellent day for sarcastic Y2K designs</p>
117
+ </div>
118
+ <div class="bg-yellow-50 p-4 rounded-lg border border-yellow-100">
119
+ <h3 class="font-semibold text-yellow-800 mb-2">Quick Actions</h3>
120
+ <div class="flex space-x-2">
121
+ <button class="bg-yellow-500 text-white px-3 py-1 rounded text-sm hover:bg-yellow-600 transition">Generate Quote</button>
122
+ <button class="bg-indigo-500 text-white px-3 py-1 rounded text-sm hover:bg-indigo-600 transition">Check Trends</button>
123
+ </div>
124
+ </div>
125
+ </div>
126
+
127
+ <div class="bg-blue-50 border border-blue-200 rounded-lg p-4">
128
+ <h3 class="font-semibold text-blue-800 mb-2">Today's Motivation from JDog</h3>
129
+ <p class="italic text-blue-700">"The market is saturated with basic designs. Your edge? Combine nostalgic Y2K with savage Gen Z humor. Make them laugh while they swipe."</p>
130
+ </div>
131
+ </div>
132
+ </section>
133
+
134
+ <!-- Trends Section -->
135
+ <section id="trends" class="mb-16">
136
+ <div class="bg-white rounded-xl shadow-md p-6">
137
+ <div class="flex justify-between items-center mb-6">
138
+ <h2 class="text-2xl font-bold text-gray-800">Trend Analysis & AI Recommendations</h2>
139
+ <button class="bg-purple-600 text-white px-4 py-2 rounded-lg hover:bg-purple-700 transition flex items-center">
140
+ <i class="fas fa-sync-alt mr-2"></i> Refresh Trends
141
+ </button>
142
+ </div>
143
+
144
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 mb-8">
145
+ <div class="trend-card bg-pink-50 p-4 rounded-lg border border-pink-200 transition cursor-pointer">
146
+ <div class="flex items-center mb-2">
147
+ <span class="bg-pink-500 text-white text-xs px-2 py-1 rounded-full mr-2">HOT</span>
148
+ <span class="text-xs text-gray-500">Google Trends +42%</span>
149
+ </div>
150
+ <h3 class="font-bold text-pink-800">"I'm not lazy, I'm in energy-saving mode"</h3>
151
+ <p class="text-sm text-gray-600 mt-2">Sarcastic productivity quotes trending with Y2K aesthetic</p>
152
+ <div class="mt-3 flex justify-between items-center">
153
+ <span class="text-xs bg-pink-100 text-pink-800 px-2 py-1 rounded">#GenZHumor</span>
154
+ <button class="text-pink-600 hover:text-pink-800">
155
+ <i class="fas fa-plus-circle"></i> Add to Ideas
156
+ </button>
157
+ </div>
158
+ </div>
159
+
160
+ <div class="trend-card bg-blue-50 p-4 rounded-lg border border-blue-200 transition cursor-pointer">
161
+ <div class="flex items-center mb-2">
162
+ <span class="bg-blue-500 text-white text-xs px-2 py-1 rounded-full mr-2">NEW</span>
163
+ <span class="text-xs text-gray-500">TikTok 1.2M views</span>
164
+ </div>
165
+ <h3 class="font-bold text-blue-800">"Error 404: Motivation not found"</h3>
166
+ <p class="text-sm text-gray-600 mt-2">Tech-error style humor with retro computer graphics</p>
167
+ <div class="mt-3 flex justify-between items-center">
168
+ <span class="text-xs bg-blue-100 text-blue-800 px-2 py-1 rounded">#Y2KAesthetic</span>
169
+ <button class="text-blue-600 hover:text-blue-800">
170
+ <i class="fas fa-plus-circle"></i> Add to Ideas
171
+ </button>
172
+ </div>
173
+ </div>
174
+
175
+ <div class="trend-card bg-green-50 p-4 rounded-lg border border-green-200 transition cursor-pointer">
176
+ <div class="flex items-center mb-2">
177
+ <span class="bg-green-500 text-white text-xs px-2 py-1 rounded-full mr-2">RISING</span>
178
+ <span class="text-xs text-gray-500">Instagram +68%</span>
179
+ </div>
180
+ <h3 class="font-bold text-green-800">"My social battery died in 1999"</h3>
181
+ <p class="text-sm text-gray-600 mt-2">Combining retro tech with modern introvert humor</p>
182
+ <div class="mt-3 flex justify-between items-center">
183
+ <span class="text-xs bg-green-100 text-green-800 px-2 py-1 rounded">#Relatable</span>
184
+ <button class="text-green-600 hover:text-green-800">
185
+ <i class="fas fa-plus-circle"></i> Add to Ideas
186
+ </button>
187
+ </div>
188
+ </div>
189
+ </div>
190
+
191
+ <div class="bg-gray-50 p-4 rounded-lg border border-gray-200">
192
+ <h3 class="font-semibold text-gray-800 mb-3">AI Trend Customizer</h3>
193
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-4">
194
+ <div>
195
+ <label class="block text-sm font-medium text-gray-700 mb-1">Humor Style</label>
196
+ <select class="w-full rounded border-gray-300 focus:border-indigo-500 focus:ring-indigo-500">
197
+ <option>Sarcastic</option>
198
+ <option>Self-Deprecating</option>
199
+ <option>Dark Humor</option>
200
+ <option>Puns</option>
201
+ </select>
202
+ </div>
203
+ <div>
204
+ <label class="block text-sm font-medium text-gray-700 mb-1">Aesthetic</label>
205
+ <select class="w-full rounded border-gray-300 focus:border-indigo-500 focus:ring-indigo-500">
206
+ <option>Y2K Retro</option>
207
+ <option>90s Grunge</option>
208
+ <option>Early Internet</option>
209
+ <option>Psychedelic</option>
210
+ </select>
211
+ </div>
212
+ </div>
213
+ <button class="mt-4 bg-indigo-600 text-white px-4 py-2 rounded-lg hover:bg-indigo-700 transition">
214
+ Generate Custom Trend Ideas
215
+ </button>
216
+ </div>
217
+ </div>
218
+ </section>
219
+
220
+ <!-- Business Plan Section -->
221
+ <section id="plan" class="mb-16">
222
+ <div class="bg-white rounded-xl shadow-md p-6">
223
+ <h2 class="text-2xl font-bold text-gray-800 mb-6">Zero-Cost Startup Business Plan</h2>
224
+
225
+ <div class="flex overflow-x-auto pb-4 mb-6">
226
+ <div class="flex space-x-2">
227
+ <div class="progress-step active px-4 py-2 rounded-full border border-indigo-300">1. Niche</div>
228
+ <div class="progress-step px-4 py-2 rounded-full border border-gray-300">2. Research</div>
229
+ <div class="progress-step px-4 py-2 rounded-full border border-gray-300">3. Branding</div>
230
+ <div class="progress-step px-4 py-2 rounded-full border border-gray-300">4. Designs</div>
231
+ <div class="progress-step px-4 py-2 rounded-full border border-gray-300">5. Platform</div>
232
+ <div class="progress-step px-4 py-2 rounded-full border border-gray-300">6. Listings</div>
233
+ <div class="progress-step px-4 py-2 rounded-full border border-gray-300">7. Marketing</div>
234
+ </div>
235
+ </div>
236
+
237
+ <div class="mb-8">
238
+ <h3 class="text-xl font-semibold text-gray-800 mb-4">Step 1: Cornering Your Niche</h3>
239
+ <div class="bg-yellow-50 border-l-4 border-yellow-400 p-4 mb-4">
240
+ <p class="text-yellow-800 font-medium">Pro Tip from JDog:</p>
241
+ <p>"Don't just do 'funny shirts' - combine Y2K nostalgia with Gen Z burnout humor. Example: 'My Tamagotchi outlived my will to live' on a glitter background."</p>
242
+ </div>
243
+
244
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
245
+ <div class="bg-gray-50 p-4 rounded-lg">
246
+ <h4 class="font-medium text-gray-800 mb-2">Niche Combination Formula</h4>
247
+ <p class="text-sm text-gray-600 mb-3">Combine these elements for a unique angle:</p>
248
+ <ul class="list-disc pl-5 text-sm space-y-1">
249
+ <li>Y2K aesthetic (glitter, neon, pixel art)</li>
250
+ <li>Gen Z humor (self-deprecating, ironic)</li>
251
+ <li>Current pop culture references</li>
252
+ <li>Nostalgic tech (Tamagotchi, dial-up)</li>
253
+ </ul>
254
+ </div>
255
+ <div class="bg-gray-50 p-4 rounded-lg">
256
+ <h4 class="font-medium text-gray-800 mb-2">Niche Validation Checklist</h4>
257
+ <div class="space-y-3">
258
+ <div class="flex items-start">
259
+ <input type="checkbox" class="mt-1 mr-2" id="check1">
260
+ <label for="check1" class="text-sm">At least 3 trending hashtags related to niche</label>
261
+ </div>
262
+ <div class="flex items-start">
263
+ <input type="checkbox" class="mt-1 mr-2" id="check2">
264
+ <label for="check2" class="text-sm">Available merch in this style is under 100 designs</label>
265
+ </div>
266
+ <div class="flex items-start">
267
+ <input type="checkbox" class="mt-1 mr-2" id="check3">
268
+ <label for="check3" class="text-sm">You can name 3 influencers in this space</label>
269
+ </div>
270
+ </div>
271
+ <button class="mt-3 bg-green-600 text-white px-3 py-1 rounded text-sm hover:bg-green-700 transition">
272
+ Validate My Niche
273
+ </button>
274
+ </div>
275
+ </div>
276
+ </div>
277
+
278
+ <div class="border-t pt-6">
279
+ <h3 class="text-xl font-semibold text-gray-800 mb-4">Step 2: Market Research (Zero-Cost Methods)</h3>
280
+ <div class="bg-blue-50 border-l-4 border-blue-400 p-4 mb-4">
281
+ <p class="text-blue-800 font-medium">Sarcastic Serenity Method:</p>
282
+ <p>"Steal like an artist. Not the designs, but the engagement tactics. Find what's working for similar accounts and put your unique spin on it."</p>
283
+ </div>
284
+
285
+ <div class="space-y-4">
286
+ <div class="p-4 border rounded-lg">
287
+ <h4 class="font-medium flex items-center">
288
+ <span class="w-6 h-6 bg-blue-500 text-white rounded-full flex items-center justify-center mr-2">1</span>
289
+ TikTok Hashtag Research
290
+ </h4>
291
+ <p class="text-sm text-gray-600 mt-1">Search these hashtags and note which videos get 10k+ likes:</p>
292
+ <div class="mt-2 flex flex-wrap gap-2">
293
+ <span class="bg-blue-100 text-blue-800 px-2 py-1 rounded-full text-xs">#Y2Khumor</span>
294
+ <span class="bg-blue-100 text-blue-800 px-2 py-1 rounded-full text-xs">#GenZproblems</span>
295
+ <span class="bg-blue-100 text-blue-800 px-2 py-1 rounded-full text-xs">#2000skids</span>
296
+ <span class="bg-blue-100 text-blue-800 px-2 py-1 rounded-full text-xs">#nostalgicmemes</span>
297
+ </div>
298
+ </div>
299
+
300
+ <div class="p-4 border rounded-lg">
301
+ <h4 class="font-medium flex items-center">
302
+ <span class="w-6 h-6 bg-blue-500 text-white rounded-full flex items-center justify-center mr-2">2</span>
303
+ Instagram Competitor Analysis
304
+ </h4>
305
+ <p class="text-sm text-gray-600 mt-1">Find 3 accounts with 10k-50k followers in your niche and analyze:</p>
306
+ <ul class="list-disc pl-5 text-sm space-y-1 mt-2">
307
+ <li>Which posts get most comments?</li>
308
+ <li>What design styles are they using?</li>
309
+ <li>How do they write captions?</li>
310
+ </ul>
311
+ </div>
312
+
313
+ <div class="p-4 border rounded-lg">
314
+ <h4 class="font-medium flex items-center">
315
+ <span class="w-6 h-6 bg-blue-500 text-white rounded-full flex items-center justify-center mr-2">3</span>
316
+ Free Google Trends Validation
317
+ </h4>
318
+ <div class="mt-2">
319
+ <div class="flex items-center mb-2">
320
+ <input type="text" placeholder="Enter your niche keyword" class="flex-1 rounded-l border-gray-300 focus:border-indigo-500">
321
+ <button class="bg-indigo-600 text-white px-3 py-2 rounded-r hover:bg-indigo-700">Check</button>
322
+ </div>
323
+ <p class="text-xs text-gray-500">Example: "Y2K humor shirts"</p>
324
+ </div>
325
+ </div>
326
+ </div>
327
+ </div>
328
+
329
+ <div class="mt-6 bg-purple-50 border border-purple-200 rounded-lg p-4">
330
+ <h4 class="font-medium text-purple-800 mb-2">Ready for Step 3?</h4>
331
+ <p class="text-sm text-purple-700 mb-3">Complete all research tasks to unlock Branding Guide</p>
332
+ <button class="bg-purple-600 text-white px-4 py-2 rounded-lg hover:bg-purple-700 transition disabled:opacity-50" disabled>
333
+ Continue to Branding Guide (Complete Steps First)
334
+ </button>
335
+ </div>
336
+ </div>
337
+ </section>
338
+
339
+ <!-- Design Studio Section -->
340
+ <section id="design" class="mb-16">
341
+ <div class="bg-white rounded-xl shadow-md p-6">
342
+ <h2 class="text-2xl font-bold text-gray-800 mb-6">Y2K Design Studio</h2>
343
+
344
+ <div class="grid grid-cols-1 lg:grid-cols-3 gap-6">
345
+ <div class="lg:col-span-2">
346
+ <div class="drawing-area rounded-lg p-4 mb-4" style="height: 400px;">
347
+ <!-- This would be a canvas element in a real app -->
348
+ <div class="flex items-center justify-center h-full text-gray-400">
349
+ <p>Design canvas will appear here</p>
350
+ </div>
351
+ </div>
352
+
353
+ <div class="grid grid-cols-4 gap-2 mb-4">
354
+ <button class="p-2 border rounded hover:bg-gray-100 tooltip">
355
+ <i class="fas fa-font"></i>
356
+ <span class="tooltiptext">Add Y2K Style Text</span>
357
+ </button>
358
+ <button class="p-2 border rounded hover:bg-gray-100 tooltip">
359
+ <i class="fas fa-image"></i>
360
+ <span class="tooltiptext">Add Retro Clipart</span>
361
+ </button>
362
+ <button class="p-2 border rounded hover:bg-gray-100 tooltip">
363
+ <i class="fas fa-palette"></i>
364
+ <span class="tooltiptext">Gradient Tool</span>
365
+ </button>
366
+ <button class="p-2 border rounded hover:bg-gray-100 tooltip">
367
+ <i class="fas fa-glitter"></i>
368
+ <span class="tooltiptext">Add Glitter Effect</span>
369
+ </button>
370
+ </div>
371
+ </div>
372
+
373
+ <div>
374
+ <div class="bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4">
375
+ <h3 class="font-medium text-gray-800 mb-3">Design Elements</h3>
376
+ <div class="space-y-3">
377
+ <div>
378
+ <label class="block text-sm font-medium text-gray-700 mb-1">Text</label>
379
+ <input type="text" placeholder="Enter sarcastic quote" class="w-full rounded border-gray-300">
380
+ </div>
381
+ <div>
382
+ <label class="block text-sm font-medium text-gray-700 mb-1">Font</label>
383
+ <select class="w-full rounded border-gray-300">
384
+ <option>Y2K Pixel</option>
385
+ <option>90s Comic Sans</option>
386
+ <option>Retro Computer</option>
387
+ <option>Grunge</option>
388
+ </select>
389
+ </div>
390
+ <div>
391
+ <label class="block text-sm font-medium text-gray-700 mb-1">Color Scheme</label>
392
+ <div class="flex space-x-2">
393
+ <div class="w-6 h-6 rounded-full bg-pink-500 border-2 border-white shadow"></div>
394
+ <div class="w-6 h-6 rounded-full bg-blue-500 border-2 border-white shadow"></div>
395
+ <div class="w-6 h-6 rounded-full bg-purple-500 border-2 border-white shadow"></div>
396
+ <div class="w-6 h-6 rounded-full bg-yellow-500 border-2 border-white shadow"></div>
397
+ </div>
398
+ </div>
399
+ </div>
400
+ </div>
401
+
402
+ <div class="bg-gray-50 p-4 rounded-lg border border-gray-200">
403
+ <h3 class="font-medium text-gray-800 mb-3">AI Design Assistant</h3>
404
+ <div class="mb-3">
405
+ <label class="block text-sm font-medium text-gray-700 mb-1">Mood</label>
406
+ <select class="w-full rounded border-gray-300">
407
+ <option>Sarcastic</option>
408
+ <option>Ironic</option>
409
+ <option>Nostalgic</option>
410
+ <option>Dark Humor</option>
411
+ </select>
412
+ </div>
413
+ <button class="w-full bg-indigo-600 text-white py-2 rounded-lg hover:bg-indigo-700 transition">
414
+ Generate Design Concept
415
+ </button>
416
+ <div class="mt-3 p-2 bg-indigo-50 rounded border border-indigo-100">
417
+ <p class="text-xs text-indigo-800">AI Suggestion: Try "My therapist said I need more glitter" with a Lisa Frank-esque rainbow background</p>
418
+ </div>
419
+ </div>
420
+ </div>
421
+ </div>
422
+
423
+ <div class="mt-6 bg-green-50 border border-green-200 rounded-lg p-4">
424
+ <h3 class="font-medium text-green-800 mb-2">Design Validation Checklist</h3>
425
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-4">
426
+ <div class="flex items-start">
427
+ <input type="checkbox" class="mt-1 mr-2" id="designCheck1">
428
+ <label for="designCheck1" class="text-sm">Readable at thumbnail size</label>
429
+ </div>
430
+ <div class="flex items-start">
431
+ <input type="checkbox" class="mt-1 mr-2" id="designCheck2">
432
+ <label for="designCheck2" class="text-sm">Uses trending colors</label>
433
+ </div>
434
+ <div class="flex items-start">
435
+ <input type="checkbox" class="mt-1 mr-2" id="designCheck3">
436
+ <label for="designCheck3" class="text-sm">Makes you smirk</label>
437
+ </div>
438
+ </div>
439
+ <button class="mt-4 bg-green-600 text-white px-4 py-2 rounded-lg hover:bg-green-700 transition">
440
+ Save to My Designs
441
+ </button>
442
+ </div>
443
+ </div>
444
+ </section>
445
+
446
+ <!-- Success Stories -->
447
+ <section class="mb-16">
448
+ <div class="bg-white rounded-xl shadow-md p-6">
449
+ <h2 class="text-2xl font-bold text-gray-800 mb-6">Success Stories Using This Method</h2>
450
+
451
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
452
+ <div class="border rounded-lg p-4 hover:shadow-md transition">
453
+ <div class="flex items-center mb-3">
454
+ <div class="w-10 h-10 bg-purple-500 rounded-full flex items-center justify-center text-white mr-3">JD</div>
455
+ <div>
456
+ <h4 class="font-medium">Jason D. (Just Creative Solutions)</h4>
457
+ <p class="text-xs text-gray-500">@SarcasticSerenity</p>
458
+ </div>
459
+ </div>
460
+ <p class="text-sm text-gray-700 mb-3">"Started with $0, now making $8k/month selling Y2K burnout humor shirts. Key was combining nostalgic elements with Gen Z sarcasm."</p>
461
+ <div class="flex justify-between text-xs text-gray-500">
462
+ <span>6 months in</span>
463
+ <span>Top design: "My Tamagotchi had more friends than me"</span>
464
+ </div>
465
+ </div>
466
+
467
+ <div class="border rounded-lg p-4 hover:shadow-md transition">
468
+ <div class="flex items-center mb-3">
469
+ <div class="w-10 h-10 bg-pink-500 rounded-full flex items-center justify-center text-white mr-3">AM</div>
470
+ <div>
471
+ <h4 class="font-medium">Alex M.</h4>
472
+ <p class="text-xs text-gray-500">@Y2KTraumaDump</p>
473
+ </div>
474
+ </div>
475
+ <p class="text-sm text-gray-700 mb-3">"Followed the niche formula exactly - dark humor + Lisa Frank colors. First $100 day in week 3. Now scaling to other products."</p>
476
+ <div class="flex justify-between text-xs text-gray-500">
477
+ <span>3 months in</span>
478
+ <span>Top design: "My childhood trauma is vintage now"</span>
479
+ </div>
480
+ </div>
481
+ </div>
482
+
483
+ <div class="mt-6 bg-yellow-50 border border-yellow-200 rounded-lg p-4">
484
+ <h3 class="font-medium text-yellow-800 mb-2">Ready to Start Your Journey?</h3>
485
+ <p class="text-sm text-yellow-700 mb-3">Get the complete Sarcastic Serenity Business Plan PDF</p>
486
+ <button class="bg-yellow-600 text-white px-4 py-2 rounded-lg hover:bg-yellow-700 transition flex items-center">
487
+ <i class="fas fa-download mr-2"></i> Download Full Guide
488
+ </button>
489
+ </div>
490
+ </div>
491
+ </section>
492
+ </main>
493
+
494
+ <!-- Footer -->
495
+ <footer class="bg-gray-800 text-white py-8 px-4">
496
+ <div class="container mx-auto">
497
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
498
+ <div>
499
+ <h3 class="text-lg font-semibold mb-4">Sarcastic Serenity</h3>
500
+ <p class="text-sm text-gray-400">A Just Creative Solutions product by Jason Christian (JDog)</p>
501
+ </div>
502
+ <div>
503
+ <h3 class="text-lg font-semibold mb-4">Resources</h3>
504
+ <ul class="space-y-2 text-sm text-gray-400">
505
+ <li><a href="#" class="hover:text-white transition">Business Plan</a></li>
506
+ <li><a href="#" class="hover:text-white transition">Design Templates</a></li>
507
+ <li><a href="#" class="hover:text-white transition">Trend Reports</a></li>
508
+ </ul>
509
+ </div>
510
+ <div>
511
+ <h3 class="text-lg font-semibold mb-4">Community</h3>
512
+ <ul class="space-y-2 text-sm text-gray-400">
513
+ <li><a href="#" class="hover:text-white transition">Facebook Group</a></li>
514
+ <li><a href="#" class="hover:text-white transition">Discord</a></li>
515
+ <li><a href="#" class="hover:text-white transition">Success Stories</a></li>
516
+ </ul>
517
+ </div>
518
+ <div>
519
+ <h3 class="text-lg font-semibold mb-4">Connect</h3>
520
+ <div class="flex space-x-4">
521
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-tiktok"></i></a>
522
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-instagram"></i></a>
523
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-twitter"></i></a>
524
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-youtube"></i></a>
525
+ </div>
526
+ <p class="text-xs text-gray-500 mt-4">© 2023 Just Creative Solutions. All rights reserved.</p>
527
+ </div>
528
+ </div>
529
+ </div>
530
+ </footer>
531
+
532
+ <script>
533
+ // Simple script for demo purposes
534
+ document.addEventListener('DOMContentLoaded', function() {
535
+ // Tooltip functionality
536
+ const tooltips = document.querySelectorAll('.tooltip');
537
+ tooltips.forEach(tooltip => {
538
+ tooltip.addEventListener('mouseenter', function() {
539
+ const tooltipText = this.querySelector('.tooltiptext');
540
+ tooltipText.style.visibility = 'visible';
541
+ tooltipText.style.opacity = '1';
542
+ });
543
+ tooltip.addEventListener('mouseleave', function() {
544
+ const tooltipText = this.querySelector('.tooltiptext');
545
+ tooltipText.style.visibility = 'hidden';
546
+ tooltipText.style.opacity = '0';
547
+ });
548
+ });
549
+
550
+ // Progress steps
551
+ const steps = document.querySelectorAll('.progress-step');
552
+ steps.forEach((step, index) => {
553
+ step.addEventListener('click', function() {
554
+ steps.forEach(s => s.classList.remove('active'));
555
+ for (let i = 0; i <= index; i++) {
556
+ steps[i].classList.add('completed');
557
+ if (i === index) steps[i].classList.add('active');
558
+ }
559
+ });
560
+ });
561
+
562
+ // Generate quote button
563
+ const generateQuoteBtn = document.querySelector('#generateQuote');
564
+ if (generateQuoteBtn) {
565
+ generateQuoteBtn.addEventListener('click', function() {
566
+ const quotes = [
567
+ '"My social battery is permanently on 1%"',
568
+ '"I peaked in middle school computer lab"',
569
+ '"My therapist said I need more glitter"',
570
+ '"My will to live is out of stock"',
571
+ '"I was born to be a background character"'
572
+ ];
573
+ const randomQuote = quotes[Math.floor(Math.random() * quotes.length)];
574
+ alert("AI Generated Quote:\n" + randomQuote + "\n\nAdd this to your designs?");
575
+ });
576
+ }
577
+ });
578
+ </script>
579
+ <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=Jason4Cheese/business-plan" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
580
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Develop an app with a hyper detailed step by step guide inline with following a program guaranteed to be a very lucrative print on demand business plan with by cornering a niche style and theme on the economic rise and not saturated. target audience is youth teens and young adults. built in analytical trending refinement ai tool to recommend satirical and humorous quotes and or graphics from online sources like googletrends.com keep the graphics and quotes similar to y2k, hot topic, and spencer's. Must be a very detailed oriented app to ensure sucess by anyone that follows the plan closely. the plan must be geared to a low to zero income start up. ensure the app is developed by Just Creative Solutions aka Sarcastic Serenity by Jason Christian AKA JDog