forked from tysonsawchuk/promptforge-online
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
447 lines (407 loc) · 29.3 KB
/
index.html
File metadata and controls
447 lines (407 loc) · 29.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ===== META / SEO ===== -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PromptForge • Free AI Prompt Studio — Images, Video & ASCII Tools</title>
<meta name="description" content="PromptForge: free, creator‑first AI prompt studio. Image prompt builder, video prompts, ASCII/ANSI art generator, watermark & privacy tools, and model compare—plus J1NX assistant. 100% client‑side."/>
<link rel="canonical" href="https://promptforge.online/"/>
<meta name="theme-color" content="#0b141c"/>
<!-- Open Graph / Twitter -->
<meta property="og:site_name" content="PromptForge"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="PromptForge • Free AI Prompt Studio — Images, Video & ASCII Tools"/>
<meta property="og:description" content="Creator‑first: image/video prompt builders, ASCII playground, watermark tools, model compare. J1NX on tap."/>
<meta property="og:url" content="https://promptforge.online/"/>
<meta property="og:image" content="https://promptforge.online/og/promptforge_og.jpg"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="PromptForge • Free AI Prompt Studio"/>
<meta name="twitter:description" content="Image & video prompt builders, ASCII art, watermark tools, model compare. J1NX assistant included."/>
<meta name="twitter:image" content="https://promptforge.online/og/promptforge_og.jpg"/>
<!-- JSON-LD (Org + WebSite + FAQ) -->
<script type="application/ld+json">{
"@context":"https://schema.org",
"@type":"Organization",
"name":"PromptForge Online",
"url":"https://promptforge.online/",
"logo":"https://promptforge.online/og/logo.png",
"sameAs":[
"https://bsky.app/profile/goreandgiggles.bsky.social",
"https://x.com/GoreandGiggles"
]
}</script>
<script type="application/ld+json">{
"@context":"https://schema.org",
"@type":"WebSite",
"name":"PromptForge",
"url":"https://promptforge.online/",
"potentialAction":{"@type":"SearchAction","target":"https://promptforge.online/?q={q}","query-input":"required name=q"}
}</script>
<script type="application/ld+json">{
"@context":"https://schema.org",
"@type":"FAQPage",
"mainEntity":[
{"@type":"Question","name":"Is the homepage brand-safe?","acceptedAnswer":{"@type":"Answer","text":"Yes. Experimental or adult tools live on segregated routes with interstitials."}},
{"@type":"Question","name":"What data do you collect?","acceptedAnswer":{"@type":"Answer","text":"Minimal analytics and error logs. See Legal for details."}},
{"@type":"Question","name":"How can I support PromptForge?","acceptedAnswer":{"@type":"Answer","text":"See /support.html for tips or subscriptions."}}
]
}</script>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&family=Fira+Mono:wght@400;700&display=swap" rel="stylesheet">
<style>
:root{
--bg:#081017; --chrome:#0b141c; --surface:#0e1822; --surface-2:#0c1520;
--panel:#101c26; --panel-2:#0f1a24; --edge:#203040; --edge-strong:#2b4256;
--ink:#e9f6ff; --dim:#9fb6c6; --aqua:#64f2e3; --vio:#be9cff; --gold:#ffd166;
--radius:14px; --shadow:0 10px 28px rgba(0,0,0,.36);
--glow: 0 0 0 2px #1a3a34 inset, 0 0 12px #2af0c877;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial}
a{color:var(--aqua);text-decoration:none} a:hover{text-decoration:underline}
.kbd{font:600 12px/1 Inter;background:#0b1620;border:1px solid #274a63;border-radius:6px;padding:2px 6px;color:#cfeaff}
/* Layout */
.wrap{display:grid;grid-template-columns:1fr minmax(0,1100px) 1fr}
.center{grid-column:2}
.sidebar{grid-column:3; position:sticky; top:86px; align-self:start; display:none}
@media(min-width:1240px){ .sidebar{display:block} }
/* Header */
header{border-bottom:1px solid var(--edge-strong);background:linear-gradient(180deg,var(--chrome),#0a1219);position:sticky;top:0;z-index:80}
.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px}
.brand{display:flex;align-items:center;gap:12px}
.logo{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--aqua),var(--vio));box-shadow:0 0 0 2px #18222b}
.brand h1{margin:0;font-weight:800;letter-spacing:.2px;font-size:clamp(18px,2.2vw,24px)}
.tag{color:var(--dim);font-weight:600}
.socials{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.pill{padding:7px 10px;border:1px solid var(--edge-strong);border-radius:9px;background:#0f1b25;color:#cfeaff}
/* ANSI banner + EYES */
.eyes-wrap{padding:10px 12px;border-bottom:1px solid var(--edge);background:linear-gradient(180deg,#0c141b,#081017)}
.ansi-art{font-family:monospace,'Fira Mono',Consolas,Menlo,'Courier New';white-space:pre;line-height:1.07;letter-spacing:.02em;text-align:center;color:var(--aqua);text-shadow:0 0 12px var(--aqua),0 0 2px #fff5;margin:0;overflow:auto}
.eye-mini{display:inline-block;position:relative;width:1ch;height:1em;vertical-align:baseline}
.eye-mini .eye-ball{position:absolute;left:50%;top:50%;width:0.86em;height:0.86em;transform:translate(-50%,-50%);border-radius:50%;background:#fff;border:2px solid var(--aqua);box-shadow:0 0 8px #64f2e390,0 0 .2em #64f2e333;pointer-events:none}
.eye-mini .pupil{position:absolute;left:50%;top:50%;width:.3em;height:.3em;border-radius:50%;background:#41bbff;border:2px solid #1c3566;box-shadow:0 0 9px 3px #2a24c9,0 0 2px 1px #fff2;transform:translate(-50%,-50%);transition:transform .08s linear;animation:blink 4.6s infinite steps(1,end);pointer-events:none}
@keyframes blink{0%,92%,100%{opacity:1}93%,99%{opacity:0}}
/* Hero / Cards / Grid */
.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:12px;align-items:stretch;padding:14px 16px;border-top:1px solid #0c151e;border-bottom:1px solid var(--edge)}
.card{background:var(--surface-2);border:1px solid var(--edge);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow)}
.summary{font-size:15px;color:#cfe3f2}
.chipbar{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}
.chip{background:#121a22;border:1px solid #22303c;color:#bfefff;border-radius:999px;padding:6px 10px;font-size:12px}
main{padding:16px}
.grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:12px}
.tile{background:var(--surface);border:1px solid var(--edge);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:6px;transition:box-shadow .15s,border-color .15s,transform .15s}
.tile h3{margin:0 0 2px 0}
.tile p{margin:0;color:#def2ffb3}
.tile:hover{border-color:#3a5569;box-shadow:0 6px 26px rgba(0,0,0,.36);transform:translateY(-1px)}
.tile .cta{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}
/* Highlight AIHacks */
.tile.highlight{position:relative;border-color:#2ef9e8;background:linear-gradient(110deg,#10242a 70%,#2ef9e81c);box-shadow:0 0 0 1px #2ef9e845 inset, 0 6px 30px #2ef9e833}
.tile.highlight::after{content:"FEATURED";position:absolute;top:10px;right:10px;font-size:11px;font-weight:800;letter-spacing:.06em;color:#10242a;background:#2ef9e8;border-radius:999px;padding:3px 7px}
/* J1NX (from your canonical demo/footer) */
.j1nx-float-true { position: fixed; z-index: 4000; right: 2vw; bottom: calc(2.8vh + 125px); display: flex; flex-direction: column; align-items: center; pointer-events: all; user-select: none; min-width: 0; max-width: 360px; }
.j1nx-true-cutout-img { width: 320px; height: 320px; object-fit: contain; border-radius: 32px; background: transparent !important; margin-bottom: -30px; position: relative; z-index: 9; pointer-events: auto; transition: box-shadow .2s; box-shadow: none !important; }
.j1nx-bubble-true-main { background: rgba(22,23,31,0.97); border-radius: 17px; box-shadow: 0 4px 22px #be9cff66, 0 0 0 3px #23231f; border: 2px solid var(--aqua); padding: 1.1em 1.3em 1em 1.3em; margin-top: 0; margin-bottom: 0.3em; display: flex; flex-direction: column; align-items: center; min-width: 290px; max-width: 330px; position: relative; z-index: 1; }
.j1nx-bubble-text-true { font-size: 1.05em; color: #fff; margin: 0.42em 0 0.20em 0; text-align: center; font-weight: 600; text-shadow: 0 1px 11px #1e1111cc; line-height: 1.22; z-index: 1; }
.j1nx-bubble-row-true { width: 100%; display: flex; justify-content: center; gap: 7px; margin: 0.13em 0 0.10em 0; }
.j1nx-input-true { flex: 1; font-size: 1em; border-radius: 8px; padding: 7.5px 12px; border: 1px solid var(--aqua); background: #171b22; color: var(--aqua); min-width: 0; }
.j1nx-btn-true { font-size: .98em; padding: 6.5px 14px; border-radius: 8px; background: #22252b; border: 1.3px solid var(--aqua); color: var(--aqua); font-family: inherit; font-weight: 600; cursor: pointer; transition: background .13s, color .13s, border .13s; box-shadow: 0 1.5px 9px #be9cff33; }
.j1nx-btn-true:hover { background: var(--aqua); color:#171b22; border-color:#fff; }
.j1nx-easteregg-true { font-size: .91em; color: #be9cff; background: #171b22e6; border-radius: 7px 13px 12px 17px; margin-top: 7px; padding: 7px 17px 6px 13px; opacity: .85; pointer-events: none; text-align: center; width: 94%; user-select: none; box-shadow: 0 3px 13px #be9cff28; font-weight: 600; }
@media (max-width:900px){.j1nx-float-true{min-width:99vw;max-width:99vw;right:1vw}.j1nx-bubble-true-main{min-width:97vw;max-width:99vw}.j1nx-true-cutout-img{width:112px;height:112px}}
@media (max-width:700px){.j1nx-float-true{min-width:99vw;max-width:99vw;right:1vw}.j1nx-bubble-true-main{min-width:98vw;max-width:99vw}.j1nx-true-cutout-img{width:66px;height:66px}}
/* Footer */
footer{margin:12px;padding:14px;background:var(--surface-2);border:1px solid var(--edge);border-radius:var(--radius);text-align:center;color:#eaf7ff;box-shadow:var(--shadow)}
.footgrid{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin:8px 0}
.footcol{min-width:220px;max-width:360px;text-align:left}
.footcol h5{margin:0 0 6px 0}
.footnote{font-size:12.5px;color:#a9c2d1}
.footer-art{font-family:Fira Mono,monospace;font-size:.91em;line-height:1.01;letter-spacing:1.1px;color:#64f2e3;white-space:pre;user-select:none;margin:0 0 8px 0}
.footer-camo{font-family:Fira Mono,monospace;font-size:.85em;letter-spacing:2px;color:#64f2e3;min-height:.8em}
/* Ad wrappers: CLS-safe */
.ad-wrap{display:flex;align-items:center;justify-content:center;margin:10px auto}
.ad-728x90{width:728px;min-height:90px}
.ad-300x250{width:300px;min-height:250px}
.ad-160x600{width:160px;min-height:600px}
/* Responsive */
@media (max-width:1100px){ .grid{grid-template-columns:repeat(2,minmax(260px,1fr))} }
@media (max-width:700px){ .grid{grid-template-columns:1fr} }
</style>
</head>
<body>
<noscript>PromptForge works best with JavaScript enabled.</noscript>
<!-- HEADER -->
<header role="banner" aria-label="site header">
<div class="topbar">
<div class="brand">
<div class="logo" aria-hidden="true"></div>
<div>
<h1>PromptForge <span class="tag">/ Underground Studio</span></h1>
<div class="tag">Engine-aware prompts • Tutorials • Tools</div>
</div>
</div>
<nav class="socials" aria-label="social links">
<a class="pill" href="https://bsky.app/profile/goreandgiggles.bsky.social" target="_blank" rel="noopener">Bluesky</a>
<a class="pill" href="https://x.com/GoreandGiggles" target="_blank" rel="noopener">Twitter/X</a>
<a class="pill" href="/support.html">Support</a>
</nav>
</div>
<!-- Header AD (728x90) — canonical per-zone snippet for reliability -->
<div class="ad-wrap ad-728x90">
<script type="text/javascript" data-cfasync="false" async src="https://poweredby.jads.co/js/jads.js"></script>
<ins id="1101674" data-width="728" data-height="90" style="display:inline-block;width:728px;height:90px"></ins>
<script type="text/javascript" data-cfasync="false" async>(adsbyjuicy = window.adsbyjuicy || []).push({'adzone':1101674});</script>
</div>
</header>
<!-- ASCII banner with “eyes” (no matrix rain on this page) -->
<section class="eyes-wrap" aria-label="ansi eyes banner">
<pre class="ansi-art" id="ansiArt">
)) )) .-. \ /// )) (o)__(o) .-. )) \/
(o0)-.(Oo)-. c(O_O)c ((O) (O))(o0)-.(__ __)wWw c(O_O)c (Oo)-. (OO) wWw
| (_))| (_)),'.---.`, | \ / | | (_)) ( ) (O)_ ,'.---.`, | (_)),'.--.) (O)_
| .-' | .'/ /|_|_|\ \||\\//|| | .-' )( .' __)/ /|_|_|\ \ | .'/ /|_|_\ .' __)
|( )|\\ | \_____/ ||| \/ || |( ( )( _) | \_____/ | )|\\ | \_.--.( _)
\) (/ \)'. `---' .`|| || \) )/ )/ '. `---' .`(/ \)'. \) \`.__)
( ) `-...-' (_/ \_) ( ( ( `-...-' ) `-.(_.'
</pre>
</section>
<div class="wrap">
<!-- center column -->
<div class="center">
<!-- HERO -->
<section class="hero" aria-label="intro">
<div class="card">
<h2>Pro Prompt Authoring (Your Way)</h2>
<p class="summary">Shot grammar, continuity locks, platform hooks, shader stacks, captions—paired with real examples. Build reliable prompts that survive remixing, with negative lists and engine tokens handled for you. Everything runs client‑side for speed and privacy.</p>
<div class="chipbar">
<span class="chip">engine‑aware</span><span class="chip">shot grammar</span><span class="chip">platform hooks</span>
<span class="chip">ADR/SSML</span><span class="chip">continuity locks</span><span class="chip">tutorials</span>
</div>
</div>
<div class="card">
<strong>Start here:</strong>
<ul class="summary" style="margin:6px 0 0 18px">
<li><a href="picture.html">Image Prompt Builder</a> • <a href="movie.html">Video Prompt Builder</a></li>
<li><a href="ansiart.html">ANSI/ASCII Studio</a> • <a href="watermark.html">Watermark & Privacy</a></li>
<li><a href="compare.html">Compare Models</a> • <a href="playground.html">Prompt Patterns</a></li>
</ul>
</div>
</section>
<!-- GRID of tools -->
<main aria-label="main content">
<section class="grid" aria-label="tools and guides">
<a class="tile highlight" href="aihacks.html">
<h3>🔥 AIHacks Encyclopedia</h3>
<p>Viral AI pranks & party games across Alexa, Google, Siri, Bixby, and ChatGPT. Curated prompts, safety notes, and classroom‑friendly variants, with an optional 18+ section isolated off the main route. Skim, remix, and deploy fast.</p>
<div class="cta"><span class="kbd">Explore</span></div>
</a>
<a class="tile" href="picture.html">
<h3>Image Prompt Builder</h3>
<p>Create engine‑aware image prompts with pose/face continuity, lighting kits, lenses, and stylistic blueprints. Mix negatives, aspect hints, and seed logic without breaking your vibe. Built to feed SDXL, Flux, Midjourney, and more.</p>
<div class="cta"><span class="kbd">Open</span></div>
</a>
<a class="tile" href="movie.html">
<h3>Video Prompt Builder</h3>
<p>Compose shot‑by‑shot prompts for Runway, Luma, and Pika with continuity locks and motion cues. Add transitions, timing marks, and ADR/SSML to keep narration and edits in sync. Export shotlists that teams can actually follow.</p>
<div class="cta"><span class="kbd">Open</span></div>
</a>
<a class="tile" href="playground.html">
<h3>Prompt Patterns & Encyclopedia</h3>
<p>Battle‑tested prompt patterns for structure, style transfer, camera grammar, and narrative beats. Includes guardrails, debug prompts, and platform‑specific gotchas. Learn fast; steal responsibly.</p>
<div class="cta"><span class="kbd">Read</span></div>
</a>
<a class="tile" href="ansiart.html">
<h3>ANSI & ASCII Art Generator</h3>
<p>Convert text or images to classic ANSI/ASCII with palettes, dithers, and FIGlet fonts. Live preview, webcam mode, and export to TXT/PNG/SVG/GIF for instant sharing. Nostalgia with modern controls.</p>
<div class="cta"><span class="kbd">Try</span></div>
</a>
<a class="tile" href="watermark.html">
<h3>Watermark & Privacy Tools</h3>
<p>Add visible overlays or invisible marks to protect and attribute your creations. Strip EXIF when needed, and generate audit notes for collabs. Practical privacy with zero drama.</p>
<div class="cta"><span class="kbd">Try</span></div>
</a>
<a class="tile" href="compare.html">
<h3>Compare AI Models</h3>
<p>Quick notes on strengths, weaknesses, and best‑fit use cases across major image/video models. Keep expectations realistic with example prompts and pitfalls. Updated as engines shift.</p>
<div class="cta"><span class="kbd">Explore</span></div>
</a>
<a class="tile" href="j1nx.html">
<h3>J1NX Assistant</h3>
<p>Lightweight page for demos, prompt polish, and micro‑workflows. J1NX keeps grammar tight without killing your voice, and suggests fixes that fit your style. Copy faster; sound like you.</p>
<div class="cta"><span class="kbd">Open</span></div>
</a>
<!-- Image → Prompt: now live (links to imageintel.html). Subtle face‑mapping "easter egg" badge kept brand‑safe. -->
<a class="tile" id="img2prompt" href="imageintel.html" aria-label="Image to Prompt featuring on-device face mapping">
<h3>Image → Prompt</h3>
<p>Upload an image, get a clean, engine‑aware base prompt with pro scene captioning. <span class="kbd" title="hidden in plain sight">Face mapping (on‑device)</span> included.</p>
<div class="cta"><span class="kbd">New</span><span class="kbd" style="opacity:.78">facial recognition</span></div>
</a>
<a class="tile" href="support.html">
<h3>Support</h3>
<p>Keep the tools running: tips and memberships fund bandwidth, testing, and docs. Zero junk mail; pure impact. Thank you for letting this stay free.</p>
<div class="cta"><span class="kbd">Visit</span></div>
</a>
<a class="tile" href="legal.html">
<h3>Legal / Privacy</h3>
<p>Terms, privacy, and brand‑safe routes. Ads appear only on general‑audience pages; labs/NSFW live off main routes with no mixed ad inventory. Read how we keep the split clean.</p>
<div class="cta"><span class="kbd">Read</span></div>
</a>
</section>
<!-- MID AD (300x250) — canonical snippet -->
<section class="ad-wrap ad-300x250">
<script type="text/javascript" data-cfasync="false" async src="https://poweredby.jads.co/js/jads.js"></script>
<ins id="1101622" data-width="300" data-height="250" style="display:inline-block;width:300px;height:250px"></ins>
<script type="text/javascript" data-cfasync="false" async>(adsbyjuicy = window.adsbyjuicy || []).push({'adzone':1101622});</script>
</section>
<!-- “Why ads?” — hidden to users (collapsed), visible to bots (content exists in DOM) -->
<section class="card" style="margin-top:14px;max-width:1100px">
<details>
<summary style="cursor:pointer;font-weight:800">About the ads (tap to expand)</summary>
<div style="margin-top:8px">
<p><strong>Why ads?</strong> PromptForge is a free, creator‑first project. Ads help cover hosting, bandwidth, and time spent maintaining the tools. We keep ad slots light and out of your way, and we do not sell personal data.</p>
<p><strong>Brand‑safe split:</strong> any experimental or 18+ labs live on isolated routes with an interstitial and no mixed ad inventory. The homepage and core tools remain general‑audience.</p>
<p><strong>Privacy:</strong> we log minimal analytics for reliability and abuse prevention. See <a href="legal.html">Legal</a> for details.</p>
</div>
</details>
<noscript>
<p><strong>About the ads:</strong> Ads fund hosting and feature work so the studio stays free. We keep things brand‑safe here and isolate any adult labs separately. Minimal analytics; see Legal.</p>
</noscript>
</section>
<!-- About / Privacy / Terms (kept, concise) -->
<section id="about" class="card" style="margin-top:14px;max-width:1100px">
<h2>About</h2>
<p>PromptForge publishes tools and patterns to get consistent, pro results from AI image/video engines. We love ANSI/ASCII and keep J1NX on every page for quick help.</p>
<h3>Contact</h3>
<p>Email: <a href="mailto:hello@promptforge.online">hello@promptforge.online</a> • Region: British Columbia, Canada</p>
</section>
<section id="privacy" class="card" style="margin-top:14px;max-width:1100px">
<h2>Privacy Policy</h2>
<p><strong>Last updated:</strong> <span id="ppDate"></span></p>
<p>Minimal analytics and error logs to improve pages. Third‑party ad partners may set their own cookies; see their policies for details.</p>
</section>
<section id="terms" class="card" style="margin-top:14px;max-width:1100px">
<h2>Terms of Use</h2>
<p><strong>Effective date:</strong> <span id="tosDate"></span></p>
<p>Use tools responsibly and in compliance with platform rules. Adult/experimental content appears on segregated routes with interstitials.</p>
</section>
</main>
</div>
<!-- right sidebar (160x600) -->
<aside class="sidebar" aria-label="sponsored sidebar">
<div class="ad-wrap ad-160x600">
<script type="text/javascript" data-cfasync="false" async src="https://poweredby.jads.co/js/jads.js"></script>
<ins id="1101675" data-width="160" data-height="600" style="display:inline-block;width:160px;height:600px"></ins>
<script type="text/javascript" data-cfasync="false" async>(adsbyjuicy = window.adsbyjuicy || []).push({'adzone':1101675});</script>
</div>
</aside>
</div>
<!-- BOTTOM AD (728x90 reuse header zone) -->
<div class="ad-wrap ad-728x90">
<script type="text/javascript" data-cfasync="false" async src="https://poweredby.jads.co/js/jads.js"></script>
<ins id="1101674" data-width="728" data-height="90" style="display:inline-block;width:728px;height:90px"></ins>
<script type="text/javascript" data-cfasync="false" async>(adsbyjuicy = window.adsbyjuicy || []).push({'adzone':1101674});</script>
</div>
<!-- J1NX (from your canonical demo/footer) -->
<div class="j1nx-float-true" id="j1nxFloatTrue" aria-label="J1nx chat">
<img src="j1nx/j1nx_cutout.png" alt="J1nx" class="j1nx-true-cutout-img" id="j1nxCutoutTrue" fetchpriority="low"/>
<div class="j1nx-bubble-true-main" id="j1nxBubbleTrueMain">
<div class="j1nx-bubble-text-true" id="j1nxBubbleTextTrue">
<b>J1nx:</b> Hey you 👀—I’m J1nx. Ready to stir up a little trouble, or do you want to keep it PG today? <br>(Don’t worry, I’m good at both…)
</div>
<div class="j1nx-bubble-row-true">
<input class="j1nx-input-true" id="j1nxInputTrue" placeholder="Say something to J1nx..." maxlength="120" autocomplete="off" />
<button class="j1nx-btn-true" id="j1nxSendTrue">Send</button>
</div>
<div class="j1nx-bubble-row-true">
<button class="j1nx-btn-true" id="j1nxClearTrue">Clear Chat</button>
<button class="j1nx-btn-true" id="j1nxSaveTrue">Save Chat</button>
</div>
<div class="j1nx-easteregg-true" id="j1nxEasterEggTrue">Double-tap the chat bubble or type <b>'unlock'</b> to reveal NSFW mode…</div>
</div>
</div>
<!-- FOOTER -->
<footer role="contentinfo" aria-label="footer">
<pre class="footer-art">
____ ____ U ___ u __ __ ____ _____ _____ U ___ u ____ ____ U _____ u
U| _"\ uU | _"\ u \"/_ \/U|' \/ '|uU| _"\ u|_ " _| |" ___| \"/_ \/U | _"\ uU /"___|u\| ___"|/
\| |_) |/ \| |_) |/ | | | |\| |\/| |/\| |_) |/ | | U| |_ u | | | | \| |_) |/\| | _ / | _|"
| __/ | _ <.-,_| |_| | | | | | | __/ /| |\ \| _|/.-,_| |_| | | _ < | |_| | | |___
|_| |_| \_\\_)-\___/ |_| |_| |_| u |_|U |_| \_)-\___/ |_| \_\ \____| |_____|
||>>_ // \\_ \\ <<,-,,-. ||>>_ _// \\_ )(\\,- \\ // \\_ _)(|_ << >>
(__)__) (__) (__) (__) (./ \\.) (__)__) (__) (__)(__)(_/_ (__) (__) (__)(__)__) (__) (__)
</pre>
<div class="footgrid">
<div class="footcol">
<h5>About PromptForge</h5>
<p>Creator‑first studio for AI prompts. Tools, patterns, examples.</p>
</div>
<div class="footcol">
<h5>Useful</h5>
<ul style="margin:6px 0 0 18px">
<li><a href="https://bsky.app/profile/goreandgiggles.bsky.social">Bluesky</a></li>
<li><a href="https://x.com/GoreandGiggles">Twitter/X</a></li>
<li><a href="#about">About</a></li>
<li><a href="#privacy">Privacy</a></li>
<li><a href="#terms">Legal</a></li>
<li><a href="sitemap.xml">Sitemap</a></li>
</ul>
</div>
<div class="footcol">
<h5>Respect & Safety</h5>
<p>This page is general‑audience. Any 18+ labs will be clearly marked and isolated.</p>
</div>
</div>
<div class="footnote">BC, Canada • #PromptForge • © <span id="yearNow"></span></div>
<pre class="footer-camo" id="footerCamo"></pre>
</footer>
<!-- External Brain first (as on picture page) -->
<script src="assets/j1nx_brain.js" defer></script>
<script>
// ANSI footer camo (subtle animated bar)
(function(){
const el = document.getElementById('footerCamo'); if(!el) return;
const colors=['#64f2e3','#23d7ba','#4df6a0','#bdf6c3','#abffe6','#abb8b8'];
const chars='░▒▓▚▞▐▉█▛';
let t=0; function tick(){ let out=''; for(let i=0;i<62;i++){ out += `<span style="color:${colors[(i+t)%colors.length]}">${chars[Math.floor(Math.random()*chars.length)]}</span>`; } el.innerHTML=out; t=(t+1)%colors.length; }
setInterval(tick, 1800); tick();
})();
// Dates (Policy / Terms)
(function(){
const d = new Date();
const yyyy = d.getFullYear();
const m = d.toLocaleString(undefined,{month:'long'});
const day = d.getDate();
const fmt = `${m} ${day}, ${yyyy}`;
const y = document.getElementById('yearNow'); if(y) y.textContent = yyyy;
const pp = document.getElementById('ppDate'); if(pp) pp.textContent = fmt;
const tos = document.getElementById('tosDate'); if(tos) tos.textContent = fmt;
})();
// ANSI eye wrapper + subtle mouse‑tracking pupils (render‑time only; preserves ASCII spacing)
(function(){
const pre = document.getElementById('ansiArt'); if(!pre) return;
const raw = pre.textContent; // preserve spacing
const wrapped = raw.replace(/[oO0●]/g, (m)=>`<span class="eye-mini" aria-hidden="true"><span class="eye-ball"></span><span class="pupil"></span></span>`);
pre.innerHTML = wrapped;
const eyes = Array.from(pre.querySelectorAll('.eye-mini .pupil'));
function track(e){ const {clientX, clientY} = e; eyes.forEach(p=>{ const b = p.parentElement.getBoundingClientRect(); const dx = (clientX - (b.left + b.width/2)) / b.width; const dy = (clientY - (b.top + b.height/2)) / b.height; p.style.transform = `translate(calc(-50% + ${dx*4}px), calc(-50% + ${dy*3}px))`; }); }
window.addEventListener('mousemove', track, {passive:true});
})();
// J1NX micro‑wiring (safe)
(function(){
const input = document.getElementById('j1nxInputTrue');
const sendBtn = document.getElementById('j1nxSendTrue');
const clearBtn = document.getElementById('j1nxClearTrue');
const saveBtn = document.getElementById('j1nxSaveTrue');
const bubble = document.getElementById('j1nxBubbleTextTrue');
const egg = document.getElementById('j1nxEasterEggTrue');
function say(txt){ bubble.innerHTML += `<br/>${(txt||'').replace(/</g,'<')}`; bubble.scrollTop = bubble.scrollHeight; }
sendBtn?.addEventListener('click', ()=>{ if(!input.value.trim()) return; say(`<b>You:</b> ${input.value}`); input.value=''; });
clearBtn?.addEventListener('click', ()=>{ bubble.innerHTML = "<b>J1nx:</b> Reset. What's next?"; });
saveBtn?.addEventListener('click', ()=>{ try{ const blob = new Blob([bubble.textContent||'' ],{type:'text/plain'}); const a=document.createElement('a'); a.href=URL.createObjectURL(blob); a.download='j1nx_chat.txt'; a.click(); URL.revokeObjectURL(a.href);}catch(e){} });
let taps=0, tid; document.getElementById('j1nxBubbleTrueMain')?.addEventListener('click', ()=>{ clearTimeout(tid); taps++; tid=setTimeout(()=>{ if(taps>=2){ egg.textContent = "NSFW hint unlocked (demo): try the labs when available."; egg.style.opacity = 1; } taps=0; }, 240); }, {passive:true});
})();
</script>
</body>
</html>