ghostai1 commited on
Commit
f777669
ยท
verified ยท
1 Parent(s): 3985fb7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +72 -48
index.html CHANGED
@@ -13,35 +13,46 @@
13
  .shadow-hover { transition: box-shadow 0.3s ease; }
14
  .shadow-hover:hover { box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5); }
15
  .icon { width: 1.5rem; height: 1.5rem; }
 
 
 
 
 
 
 
16
  </style>
17
  </head>
18
  <body class="min-h-screen">
19
  <header class="hero-bg text-white py-8 sticky top-0 z-10 shadow-lg">
20
  <div class="container mx-auto px-4 flex flex-col md:flex-row items-center justify-between">
21
  <div class="flex items-center mb-4 md:mb-0">
22
- <img src="https://via.placeholder.com/60" alt="GhostAI Logo" class="w-12 h-12 mr-4 rounded-full">
23
  <h1 class="text-3xl font-bold">GhostAI: Secure Web3 Payment Platform</h1>
24
  </div>
25
  <nav class="flex flex-col md:flex-row space-y-3 md:space-y-0 md:space-x-6">
26
- <a href="https://www.givesendgo.com/adultgaming" target="_blank" rel="noopener noreferrer" class="text-white hover:text-blue-300 font-semibold flex items-center" aria-label="Donate to GiveSendGo Campaign (opens in new tab)">
27
  <svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
28
- Donate
29
  </a>
30
- <a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="text-white hover:text-blue-300 font-semibold flex items-center" aria-label="Hugging Face Profile (opens in new tab)">
31
  <svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01"></path></svg>
32
- Hugging Face Profile
33
  </a>
34
- <a href="https://ghostainews.com" target="_blank" rel="noopener noreferrer" class="text-white hover:text-blue-300 font-semibold flex items-center" aria-label="GhostAI News (opens in new tab)">
35
  <svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 20H5a2 2 0 01-2-2V6a2 2 0 012-2h10a2 2 0 012 2v1m2 13a2 2 0 01-2-2V7m2 13a2 2 0 002-2V9a2 2 0 00-2-2h-2m-4-3H9M7 16h6M7 8h6v4H7V8z"></path></svg>
36
- GhostAI News
37
  </a>
38
- <a href="https://www.instagram.com/ghostai3/" target="_blank" rel="noopener noreferrer" class="text-white hover:text-blue-300 font-semibold flex items-center" aria-label="Instagram Profile (opens in new tab)">
39
  <svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"></path></svg>
40
- Instagram Profile
41
  </a>
42
- <a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-white hover:text-blue-300 font-semibold flex items-center" aria-label="Beta Showcase (opens in new tab)">
43
  <svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"></path></svg>
44
- Beta Showcase
 
 
 
 
45
  </a>
46
  </div>
47
  </div>
@@ -49,28 +60,28 @@
49
 
50
  <main class="container mx-auto px-4 py-12">
51
  <section class="mb-16 hero-bg p-8 rounded-lg shadow-hover">
52
- <h2 class="text-4xl font-bold mb-6 accent-color">Mission: Defending Creative Freedom</h2>
53
  <p class="text-lg leading-relaxed">
54
- GhostAI is raising USD 20,000 to launch a secure, decentralized payment platform for 18+ game developers, enabling them to create and monetize mature content without censorship or harassment. As stewards of creative freedom, we defend the right of all developers to produce bold content, including violent video games and provocative themes, regardless of personal alignment with ideologies such as LGBT advocacy. Our Web3-powered platform, now in beta at <a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">our Space (opens in new tab)</a>, ensures a transparent, secure environment for creators, protecting them from external pressures that threaten artistic expression. Explore our AI models and activity at <a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Hugging Face profile (opens in new tab)</a> and follow updates on <a href="https://www.instagram.com/ghostai3/" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Instagram profile (opens in new tab)</a>.
55
  </p>
56
  </section>
57
 
58
  <section class="mb-16">
59
- <h2 class="text-3xl font-bold mb-6 accent-color">The Stakes: A Growing Threat</h2>
60
  <p class="text-lg leading-relaxed">
61
- The 18+ gaming community faces escalating censorship. Developers of mature content are targeted by NGOs and groups enforcing restrictive language standards, often called โ€œlanguage police.โ€ This trend is likely to expand, potentially restricting violent video games, explicit dialogue, and other genres, stifling innovation. Our platform, with its beta live at <a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">our Space (opens in new tab)</a>, is a proactive defense to ensure creators can operate freely now and in the future. Check our latest AI updates on <a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Hugging Face profile (opens in new tab)</a> and <a href="https://ghostainews.com" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">GhostAI News (opens in new tab)</a>.
62
  </p>
63
  </section>
64
 
65
  <section class="mb-16">
66
- <h2 class="text-3xl font-bold mb-6 accent-color">Platform Overview</h2>
67
  <p class="text-lg leading-relaxed">
68
- Modeled after itch.io, our Secure Web3 Payment Platform is tailored for 18+ gaming, offering a secure environment for content distribution and monetization. The beta, hosted at <a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">our Space (opens in new tab)</a>, leverages Web3 technologies to protect developers from financial and creative interference, ensuring a trusted space for bold games. Follow our journey on <a href="https://www.instagram.com/ghostai3/" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Instagram profile (opens in new tab)</a> and support us at <a href="https://www.givesendgo.com/adultgaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">GiveSendGo (opens in new tab)</a>.
69
  </p>
70
  </section>
71
 
72
  <section class="mb-16 grid grid-cols-1 md:grid-cols-2 gap-6">
73
- <h2 class="text-3xl font-bold mb-6 accent-color col-span-full">Technical Framework</h2>
74
  <div class="bg-gray-800 p-6 rounded-lg shadow-hover">
75
  <h3 class="text-xl font-bold mb-2">Platform Design</h3>
76
  <p>A customized itch.io clone, optimized for 18+ gaming with a user-friendly interface and robust security.</p>
@@ -90,89 +101,93 @@
90
  </section>
91
 
92
  <section class="mb-16">
93
- <h2 class="text-3xl font-bold mb-6 accent-color">GhostAI Expertise</h2>
94
  <p class="text-lg leading-relaxed mb-4">
95
- GhostAI is a leader in AI, blockchain, and payment systems, with a proven track record. See our recent AI models like internalRAGCX and ccengine1 at <a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Hugging Face profile (opens in new tab)</a>.
96
  </p>
97
  <ul class="list-none space-y-4">
98
- <li class="bg-gray-800 p-6 rounded-lg shadow-hover">
99
  <strong>Payment Systems ๐Ÿ’ณ</strong>: Developed multiple fast, secure payment systems, including automated flows and cryptocurrency integrations.
100
  </li>
101
- <li class="bg-gray-800 p-6 rounded-lg shadow-hover">
102
  <strong>AI & Machine Learning ๐Ÿค–</strong>: Built solutions in NLP, RAG, and CAG, including the GhostAI Music Generator and Arabic law AI application.
103
  </li>
104
- <li class="bg-gray-800 p-6 rounded-lg shadow-hover">
105
  <strong>Blockchain & Web3 โ›“๏ธ</strong>: Expertise in decentralized systems, integrating APIs like Blockonomics for secure transactions.
106
  </li>
107
- <li class="bg-gray-800 p-6 rounded-lg shadow-hover">
108
  <strong>FastAPI Development ๐Ÿš€</strong>: Created high-performance web applications using FastAPI for robust backends.
109
  </li>
110
- <li class="bg-gray-800 p-6 rounded-lg shadow-hover">
111
  <strong>Cloud Platforms โ˜๏ธ</strong>: Proficient in GCP, Google Vertex AI, Oracle OCI, Azure, and AWS for scalable deployments.
112
  </li>
113
  </ul>
114
  </section>
115
 
116
  <section class="mb-16">
117
- <h2 class="text-3xl font-bold mb-6 accent-color">Proven Builds</h2>
118
  <ul class="list-none space-y-4">
119
- <li class="bg-gray-800 p-6 rounded-lg shadow-hover">
120
- <strong>GhostAI Music Generator</strong>: An AI-powered tool for music creation using NLP and RAG.
121
  </li>
122
- <li class="bg-gray-800 p-6 rounded-lg shadow-hover">
123
- <strong>Arabic Law AI Application</strong>: A system for analyzing legal texts, leveraging advanced machine learning.
124
  </li>
125
- <li class="bg-gray-800 p-6 rounded-lg shadow-hover">
126
- <strong>Payment Automation Systems</strong>: Secure, automated payment flows for platforms, including cryptocurrency support.
127
  </li>
128
- <li class="bg-gray-800 p-6 rounded-lg shadow-hover">
129
- <strong>GhostAI News Platform</strong>: Curated news at <a href="https://ghostainews.com" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">ghostainews.com (opens in new tab)</a> on AI and technology.
130
  </li>
131
- <li class="bg-gray-800 p-6 rounded-lg shadow-hover">
132
- <strong>Beta Payment Platform</strong>: Live beta at <a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">our Space (opens in new tab)</a> for 18+ gaming transactions.
133
  </li>
134
  </ul>
135
  </section>
136
 
137
  <section class="mb-16">
138
- <h2 class="text-3xl font-bold mb-6 accent-color">Support Our Vision</h2>
139
  <p class="text-lg leading-relaxed mb-4">
140
- Join GhostAI in defending creative freedom for 18+ gaming. Support us at <a href="https://www.givesendgo.com/adultgaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">GiveSendGo (opens in new tab)</a> and follow updates on <a href="https://www.instagram.com/ghostai3/" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Instagram profile (opens in new tab)</a>.
141
  </p>
142
  <div class="flex flex-col md:flex-row space-y-4 md:space-y-0 md:space-x-4">
143
- <a href="https://www.givesendgo.com/adultgaming" target="_blank" rel="noopener noreferrer" class="bg-blue-600 text-white font-bold py-3 px-6 rounded-lg hover:bg-blue-500 transition flex items-center justify-center" aria-label="Donate to GiveSendGo Campaign (opens in new tab)">
144
  <svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
145
- Donate Now
146
  </a>
147
- <a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="bg-gray-700 text-white font-bold py-3 px-6 rounded-lg hover:bg-gray-600 transition flex items-center justify-center" aria-label="View Hugging Face Profile (opens in new tab)">
148
  <svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01"></path></svg>
149
- View Hugging Face Profile
150
  </a>
151
  </div>
152
  </section>
153
 
154
  <section class="mb-16">
155
- <h2 class="text-3xl font-bold mb-6 accent-color">Stay Connected</h2>
156
  <ul class="list-none space-y-4">
157
  <li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center">
158
  <svg class="icon mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path></svg>
159
- <a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Open an Issue on Hugging Face Profile (opens in new tab)</a>
160
  </li>
161
  <li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center">
162
  <svg class="icon mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 20H5a2 2 0 01-2-2V6a2 2 0 012-2h10a2 2 0 012 2v1m2 13a2 2 0 01-2-2V7m2 13a2 2 0 002-2V9a2 2 0 00-2-2h-2m-4-3H9M7 16h6M7 8h6v4H7V8z"></path></svg>
163
- <a href="https://ghostainews.com" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Visit GhostAI News (opens in new tab)</a>
164
  </li>
165
  <li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center">
166
  <svg class="icon mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"></path></svg>
167
- <a href="https://www.instagram.com/ghostai3/" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Follow on Instagram Profile (opens in new tab)</a>
168
  </li>
169
  <li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center">
170
  <svg class="icon mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"></path></svg>
171
- <a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Explore Beta (opens in new tab)</a>
172
  </li>
173
  <li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center">
174
  <svg class="icon mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
175
- <a href="https://www.givesendgo.com/adultgaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Track Campaign (opens in new tab)</a>
 
 
 
 
176
  </li>
177
  </ul>
178
  </section>
@@ -185,5 +200,14 @@
185
  <p class="mt-2 text-sm">ยฉ 2025 GhostAI. All rights reserved.</p>
186
  </div>
187
  </footer>
 
 
 
 
 
 
 
 
 
188
  </body>
189
  </html>
 
13
  .shadow-hover { transition: box-shadow 0.3s ease; }
14
  .shadow-hover:hover { box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5); }
15
  .icon { width: 1.5rem; height: 1.5rem; }
16
+ #cusdis_thread { margin-top: 2rem; padding: 1rem; background-color: #1f2937; border-radius: 0.5rem; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); }
17
+ .colored-bullet::before { content: 'โ€ข'; font-size: 1.5rem; margin-right: 0.5rem; }
18
+ .blue-circle::before { color: #3b82f6; }
19
+ .green-circle::before { color: #10b981; }
20
+ .purple-circle::before { color: #a855f7; }
21
+ .yellow-circle::before { color: #eab308; }
22
+ .red-circle::before { color: #ef4444; }
23
  </style>
24
  </head>
25
  <body class="min-h-screen">
26
  <header class="hero-bg text-white py-8 sticky top-0 z-10 shadow-lg">
27
  <div class="container mx-auto px-4 flex flex-col md:flex-row items-center justify-between">
28
  <div class="flex items-center mb-4 md:mb-0">
29
+ <span class="text-4xl mr-4">๐Ÿ‘ป</span>
30
  <h1 class="text-3xl font-bold">GhostAI: Secure Web3 Payment Platform</h1>
31
  </div>
32
  <nav class="flex flex-col md:flex-row space-y-3 md:space-y-0 md:space-x-6">
33
+ <a href="https://www.givesendgo.com/adultgaming" target="_blank" rel="noopener noreferrer" class="text-white hover:text-blue-300 font-semibold flex items-center" aria-label="Donate to GiveSendGo Campaign">
34
  <svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
35
+ Donate ๐Ÿ’ฐ
36
  </a>
37
+ <a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="text-white hover:text-blue-300 font-semibold flex items-center" aria-label="Hugging Face Profile">
38
  <svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01"></path></svg>
39
+ Hugging Face Profile ๐Ÿค—
40
  </a>
41
+ <a href="https://ghostainews.com" target="_blank" rel="noopener noreferrer" class="text-white hover:text-blue-300 font-semibold flex items-center" aria-label="GhostAI News">
42
  <svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 20H5a2 2 0 01-2-2V6a2 2 0 012-2h10a2 2 0 012 2v1m2 13a2 2 0 01-2-2V7m2 13a2 2 0 002-2V9a2 2 0 00-2-2h-2m-4-3H9M7 16h6M7 8h6v4H7V8z"></path></svg>
43
+ GhostAI News ๐Ÿ“ฐ
44
  </a>
45
+ <a href="https://www.instagram.com/ghostai3/" target="_blank" rel="noopener noreferrer" class="text-white hover:text-blue-300 font-semibold flex items-center" aria-label="Instagram Profile">
46
  <svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"></path></svg>
47
+ Instagram Profile ๐Ÿ“ธ
48
  </a>
49
+ <a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-white hover:text-blue-300 font-semibold flex items-center" aria-label="Beta Showcase">
50
  <svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"></path></svg>
51
+ Beta Showcase ๐Ÿš€
52
+ </a>
53
+ <a href="https://steamcommunity.com/groups/saveadultgaming" target="_blank" rel="noopener noreferrer" class="text-white hover:text-blue-300 font-semibold flex items-center" aria-label="Steam Group">
54
+ <svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.828 14.828a4 4 0 01-5.656 0M9 10h.01M15 10h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
55
+ Steam Group SAGHOST ๐ŸŽฎ
56
  </a>
57
  </div>
58
  </div>
 
60
 
61
  <main class="container mx-auto px-4 py-12">
62
  <section class="mb-16 hero-bg p-8 rounded-lg shadow-hover">
63
+ <h2 class="text-4xl font-bold mb-6 accent-color">Mission: Defending Creative Freedom ๐Ÿ‘ป</h2>
64
  <p class="text-lg leading-relaxed">
65
+ GhostAI is raising USD 20,000 to launch a secure, decentralized payment platform for 18+ game developers, enabling them to create and monetize mature content without censorship or harassment. As stewards of creative freedom, we defend the right of all developers to produce bold content, including violent video games and provocative themes, regardless of personal alignment with ideologies such as LGBT advocacy. Our Web3-powered platform, now in beta at <a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">our Space</a>, ensures a transparent, secure environment for creators, protecting them from external pressures that threaten artistic expression. Explore our AI models and activity at <a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Hugging Face profile</a> and follow updates on <a href="https://www.instagram.com/ghostai3/" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Instagram profile</a>. Join our Steam group SAGHOST at <a href="https://steamcommunity.com/groups/saveadultgaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Steam Community</a>.
66
  </p>
67
  </section>
68
 
69
  <section class="mb-16">
70
+ <h2 class="text-3xl font-bold mb-6 accent-color">The Stakes: A Growing Threat โš ๏ธ</h2>
71
  <p class="text-lg leading-relaxed">
72
+ The 18+ gaming community faces escalating censorship. Developers of mature content are targeted by NGOs and groups enforcing restrictive language standards, often called โ€œlanguage police.โ€ This trend is likely to expand, potentially restricting violent video games, explicit dialogue, and other genres, stifling innovation. Our platform, with its beta live at <a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">our Space</a>, is a proactive defense to ensure creators can operate freely now and in the future. Check our latest AI updates on <a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Hugging Face profile</a> and <a href="https://ghostainews.com" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">GhostAI News</a>.
73
  </p>
74
  </section>
75
 
76
  <section class="mb-16">
77
+ <h2 class="text-3xl font-bold mb-6 accent-color">Platform Overview ๐ŸŽฎ</h2>
78
  <p class="text-lg leading-relaxed">
79
+ Modeled after itch.io, our Secure Web3 Payment Platform is tailored for 18+ gaming, offering a secure environment for content distribution and monetization. The beta, hosted at <a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">our Space</a>, leverages Web3 technologies to protect developers from financial and creative interference, ensuring a trusted space for bold games. Follow our journey on <a href="https://www.instagram.com/ghostai3/" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Instagram profile</a> and support us at <a href="https://www.givesendgo.com/adultgaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">GiveSendGo</a>.
80
  </p>
81
  </section>
82
 
83
  <section class="mb-16 grid grid-cols-1 md:grid-cols-2 gap-6">
84
+ <h2 class="text-3xl font-bold mb-6 accent-color col-span-full">Technical Framework ๐Ÿ› ๏ธ</h2>
85
  <div class="bg-gray-800 p-6 rounded-lg shadow-hover">
86
  <h3 class="text-xl font-bold mb-2">Platform Design</h3>
87
  <p>A customized itch.io clone, optimized for 18+ gaming with a user-friendly interface and robust security.</p>
 
101
  </section>
102
 
103
  <section class="mb-16">
104
+ <h2 class="text-3xl font-bold mb-6 accent-color">GhostAI Expertise ๐Ÿค–</h2>
105
  <p class="text-lg leading-relaxed mb-4">
106
+ GhostAI is a leader in AI, blockchain, and payment systems, with a proven track record. See our recent AI models like internalRAGCX and ccengine1 at <a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Hugging Face profile</a>.
107
  </p>
108
  <ul class="list-none space-y-4">
109
+ <li class="bg-gray-800 p-6 rounded-lg shadow-hover blue-circle colored-bullet">
110
  <strong>Payment Systems ๐Ÿ’ณ</strong>: Developed multiple fast, secure payment systems, including automated flows and cryptocurrency integrations.
111
  </li>
112
+ <li class="bg-gray-800 p-6 rounded-lg shadow-hover green-circle colored-bullet">
113
  <strong>AI & Machine Learning ๐Ÿค–</strong>: Built solutions in NLP, RAG, and CAG, including the GhostAI Music Generator and Arabic law AI application.
114
  </li>
115
+ <li class="bg-gray-800 p-6 rounded-lg shadow-hover purple-circle colored-bullet">
116
  <strong>Blockchain & Web3 โ›“๏ธ</strong>: Expertise in decentralized systems, integrating APIs like Blockonomics for secure transactions.
117
  </li>
118
+ <li class="bg-gray-800 p-6 rounded-lg shadow-hover yellow-circle colored-bullet">
119
  <strong>FastAPI Development ๐Ÿš€</strong>: Created high-performance web applications using FastAPI for robust backends.
120
  </li>
121
+ <li class="bg-gray-800 p-6 rounded-lg shadow-hover red-circle colored-bullet">
122
  <strong>Cloud Platforms โ˜๏ธ</strong>: Proficient in GCP, Google Vertex AI, Oracle OCI, Azure, and AWS for scalable deployments.
123
  </li>
124
  </ul>
125
  </section>
126
 
127
  <section class="mb-16">
128
+ <h2 class="text-3xl font-bold mb-6 accent-color">Proven Builds ๐Ÿ—๏ธ</h2>
129
  <ul class="list-none space-y-4">
130
+ <li class="bg-gray-800 p-6 rounded-lg shadow-hover blue-circle colored-bullet">
131
+ <strong>GhostAI Music Generator ๐ŸŽต</strong>: An AI-powered tool for music creation using NLP and RAG.
132
  </li>
133
+ <li class="bg-gray-800 p-6 rounded-lg shadow-hover green-circle colored-bullet">
134
+ <strong>Arabic Law AI Application โš–๏ธ</strong>: A system for analyzing legal texts, leveraging advanced machine learning.
135
  </li>
136
+ <li class="bg-gray-800 p-6 rounded-lg shadow-hover purple-circle colored-bullet">
137
+ <strong>Payment Automation Systems ๐Ÿ’ฐ</strong>: Secure, automated payment flows for platforms, including cryptocurrency support.
138
  </li>
139
+ <li class="bg-gray-800 p-6 rounded-lg shadow-hover yellow-circle colored-bullet">
140
+ <strong>GhostAI News Platform ๐Ÿ“ฐ</strong>: Curated news at <a href="https://ghostainews.com" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">ghostainews.com</a> on AI and technology.
141
  </li>
142
+ <li class="bg-gray-800 p-6 rounded-lg shadow-hover red-circle colored-bullet">
143
+ <strong>Beta Payment Platform ๐Ÿš€</strong>: Live beta at <a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">our Space</a> for 18+ gaming transactions.
144
  </li>
145
  </ul>
146
  </section>
147
 
148
  <section class="mb-16">
149
+ <h2 class="text-3xl font-bold mb-6 accent-color">Support Our Vision ๐Ÿค</h2>
150
  <p class="text-lg leading-relaxed mb-4">
151
+ Join GhostAI in defending creative freedom for 18+ gaming. Support us at <a href="https://www.givesendgo.com/adultgaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">GiveSendGo</a> and follow updates on <a href="https://www.instagram.com/ghostai3/" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Instagram profile</a>.
152
  </p>
153
  <div class="flex flex-col md:flex-row space-y-4 md:space-y-0 md:space-x-4">
154
+ <a href="https://www.givesendgo.com/adultgaming" target="_blank" rel="noopener noreferrer" class="bg-blue-600 text-white font-bold py-3 px-6 rounded-lg hover:bg-blue-500 transition flex items-center justify-center">
155
  <svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
156
+ Donate Now ๐Ÿ’ฐ
157
  </a>
158
+ <a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="bg-gray-700 text-white font-bold py-3 px-6 rounded-lg hover:bg-gray-600 transition flex items-center justify-center">
159
  <svg class="icon mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01"></path></svg>
160
+ View Hugging Face Profile ๐Ÿค—
161
  </a>
162
  </div>
163
  </section>
164
 
165
  <section class="mb-16">
166
+ <h2 class="text-3xl font-bold mb-6 accent-color">Stay Connected ๐Ÿ“ก</h2>
167
  <ul class="list-none space-y-4">
168
  <li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center">
169
  <svg class="icon mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path></svg>
170
+ <a href="https://huggingface.co/ghostai1" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Open an Issue on Hugging Face Profile</a>
171
  </li>
172
  <li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center">
173
  <svg class="icon mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 20H5a2 2 0 01-2-2V6a2 2 0 012-2h10a2 2 0 012 2v1m2 13a2 2 0 01-2-2V7m2 13a2 2 0 002-2V9a2 2 0 00-2-2h-2m-4-3H9M7 16h6M7 8h6v4H7V8z"></path></svg>
174
+ <a href="https://ghostainews.com" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Visit GhostAI News</a>
175
  </li>
176
  <li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center">
177
  <svg class="icon mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"></path></svg>
178
+ <a href="https://www.instagram.com/ghostai3/" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Follow on Instagram Profile</a>
179
  </li>
180
  <li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center">
181
  <svg class="icon mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"></path></svg>
182
+ <a href="https://huggingface.co/spaces/ghostai1/savegaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Explore Beta</a>
183
  </li>
184
  <li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center">
185
  <svg class="icon mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
186
+ <a href="https://www.givesendgo.com/adultgaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Track Campaign</a>
187
+ </li>
188
+ <li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center">
189
+ <svg class="icon mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.828 14.828a4 4 0 01-5.656 0M9 10h.01M15 10h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
190
+ <a href="https://steamcommunity.com/groups/saveadultgaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Join Steam Group SAGHOST</a>
191
  </li>
192
  </ul>
193
  </section>
 
200
  <p class="mt-2 text-sm">ยฉ 2025 GhostAI. All rights reserved.</p>
201
  </div>
202
  </footer>
203
+
204
+ <div id="cusdis_thread"
205
+ data-host="https://cusdis.com"
206
+ data-app-id="e55de362-91ce-47f1-a036-afeda6352489"
207
+ data-page-id="savegaming"
208
+ data-page-url="https://huggingface.co/spaces/ghostai1/savegaming"
209
+ data-page-title="Secure Web3 Payment Platform for 18+ Gaming"
210
+ ></div>
211
+ <script async defer src="https://cusdis.com/js/cusdis.es.js"></script>
212
  </body>
213
  </html>