Spaces:
Running
Running
Update index.html
Browse files- index.html +278 -69
index.html
CHANGED
|
@@ -6,6 +6,7 @@
|
|
| 6 |
<title>Secure Web3 Payment Platform for 18+ Gaming - GhostAI</title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
|
|
|
|
| 9 |
<style>
|
| 10 |
body { font-family: 'Inter', sans-serif; background-color: #111827; color: #f3f4f6; }
|
| 11 |
.hero-bg { background: linear-gradient(to right, #1f2937, #374151); }
|
|
@@ -13,46 +14,245 @@
|
|
| 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:
|
| 17 |
-
.
|
| 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 |
-
<
|
| 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 |
-
|
| 54 |
-
|
| 55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
</a>
|
| 57 |
</div>
|
| 58 |
</div>
|
|
@@ -60,28 +260,28 @@
|
|
| 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
|
| 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>.
|
| 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
|
| 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
|
| 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
|
| 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,69 +301,69 @@
|
|
| 101 |
</section>
|
| 102 |
|
| 103 |
<section class="mb-16">
|
| 104 |
-
<h2 class="text-3xl font-bold mb-6 accent-color">GhostAI Expertise
|
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| 129 |
<ul class="list-none space-y-4">
|
| 130 |
-
<li class="bg-gray-800 p-6 rounded-lg shadow-hover
|
| 131 |
-
<strong>GhostAI Music Generator
|
| 132 |
</li>
|
| 133 |
-
<li class="bg-gray-800 p-6 rounded-lg shadow-hover
|
| 134 |
-
<strong>Arabic Law AI Application
|
| 135 |
</li>
|
| 136 |
-
<li class="bg-gray-800 p-6 rounded-lg shadow-hover
|
| 137 |
-
<strong>Payment Automation Systems
|
| 138 |
</li>
|
| 139 |
-
<li class="bg-gray-800 p-6 rounded-lg shadow-hover
|
| 140 |
-
<strong>GhostAI News Platform
|
| 141 |
</li>
|
| 142 |
-
<li class="bg-gray-800 p-6 rounded-lg shadow-hover
|
| 143 |
-
<strong>Beta Payment Platform
|
| 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
|
| 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
|
| 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>
|
|
@@ -185,32 +385,34 @@
|
|
| 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>
|
| 194 |
-
<section class="mb-20">
|
| 195 |
-
<div id="cusdis_thread"
|
| 196 |
-
data-host="https://cusdis.com"
|
| 197 |
-
data-app-id="e55de362-91ce-47f1-a036-afeda6352489"
|
| 198 |
-
data-page-id="savegaming"
|
| 199 |
-
data-page-url="https://huggingface.co/spaces/ghostai1/savegaming"
|
| 200 |
-
data-page-title="Secure Web3 Payment Platform for 18+ Gaming"
|
| 201 |
-
></div>
|
| 202 |
-
<br>
|
| 203 |
-
<br>
|
| 204 |
-
<script async defer src="https://cusdis.com/js/cusdis.es.js"></script>
|
| 205 |
-
<br>
|
| 206 |
-
<br>
|
| 207 |
-
</section>
|
| 208 |
-
|
| 209 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 210 |
</main>
|
| 211 |
|
| 212 |
-
<br>
|
| 213 |
-
|
| 214 |
<footer class="bg-gray-800 text-white py-8">
|
| 215 |
<div class="container mx-auto px-4 text-center">
|
| 216 |
<p class="text-lg">GhostAI | Defending Creative Freedom in Gaming</p>
|
|
@@ -219,6 +421,13 @@
|
|
| 219 |
</div>
|
| 220 |
</footer>
|
| 221 |
|
| 222 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 223 |
</body>
|
| 224 |
</html>
|
|
|
|
| 6 |
<title>Secure Web3 Payment Platform for 18+ Gaming - GhostAI</title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
|
| 9 |
+
<script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
|
| 10 |
<style>
|
| 11 |
body { font-family: 'Inter', sans-serif; background-color: #111827; color: #f3f4f6; }
|
| 12 |
.hero-bg { background: linear-gradient(to right, #1f2937, #374151); }
|
|
|
|
| 14 |
.shadow-hover { transition: box-shadow 0.3s ease; }
|
| 15 |
.shadow-hover:hover { box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5); }
|
| 16 |
.icon { width: 1.5rem; height: 1.5rem; }
|
| 17 |
+
#cusdis_thread { margin-top: 2rem; padding: 1.5rem; background-color: #1f2937; border-radius: 0.5rem; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); margin-bottom: 30px; overflow: auto; }
|
| 18 |
+
.mermaid { text-align: center; background-color: #1f2937; padding: 1rem; border-radius: 0.5rem; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
</style>
|
| 20 |
+
<script>
|
| 21 |
+
mermaid.initialize({ startOnLoad: true, theme: 'dark' });
|
| 22 |
+
</script>
|
| 23 |
</head>
|
| 24 |
<body class="min-h-screen">
|
| 25 |
<header class="hero-bg text-white py-8 sticky top-0 z-10 shadow-lg">
|
| 26 |
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center justify-between">
|
| 27 |
<div class="flex items-center mb-4 md:mb-0">
|
| 28 |
+
<img src="https://via.placeholder.com/60" alt="GhostAI Logo" class="w-12 h-12 mr-4 rounded-full">
|
| 29 |
<h1 class="text-3xl font-bold">GhostAI: Secure Web3 Payment Platform</h1>
|
| 30 |
</div>
|
| 31 |
<nav class="flex flex-col md:flex-row space-y-3 md:space-y-0 md:space-x-6">
|
| 32 |
+
<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)">
|
| 33 |
<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>
|
| 34 |
+
Donate
|
| 35 |
</a>
|
| 36 |
+
<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)">
|
| 37 |
<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>
|
| 38 |
+
Hugging Face Profile
|
| 39 |
</a>
|
| 40 |
+
<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)">
|
| 41 |
<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>
|
| 42 |
+
GhostAI News
|
| 43 |
</a>
|
| 44 |
+
<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)">
|
| 45 |
<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>
|
| 46 |
+
Instagram Profile
|
| 47 |
</a>
|
| 48 |
+
<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)">
|
| 49 |
<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>
|
| 50 |
+
Beta Showcase
|
| 51 |
</a>
|
| 52 |
+
</div>
|
| 53 |
+
</div>
|
| 54 |
+
</header>
|
| 55 |
+
|
| 56 |
+
<main class="container mx-auto px-4 py-12">
|
| 57 |
+
<section class="mb-16 hero-bg p-8 rounded-lg shadow-hover">
|
| 58 |
+
<h2 class="text-4xl font-bold mb-6 accent-color">Mission: Defending Creative Freedom</h2>
|
| 59 |
+
<p class="text-lg leading-relaxed">
|
| 60 |
+
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>.
|
| 61 |
+
</p>
|
| 62 |
+
</section>
|
| 63 |
+
|
| 64 |
+
<section class="mb-16">
|
| 65 |
+
<h2 class="text-3xl font-bold mb-6 accent-color">The Stakes: A Growing Threat</h2>
|
| 66 |
+
<p class="text-lg leading-relaxed">
|
| 67 |
+
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>.
|
| 68 |
+
</p>
|
| 69 |
+
</section>
|
| 70 |
+
|
| 71 |
+
<section class="mb-16">
|
| 72 |
+
<h2 class="text-3xl font-bold mb-6 accent-color">Platform Overview</h2>
|
| 73 |
+
<p class="text-lg leading-relaxed">
|
| 74 |
+
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>.
|
| 75 |
+
</p>
|
| 76 |
+
</section>
|
| 77 |
+
|
| 78 |
+
<section class="mb-16 grid grid-cols-1 md:grid-cols-2 gap-6">
|
| 79 |
+
<h2 class="text-3xl font-bold mb-6 accent-color col-span-full">Technical Framework</h2>
|
| 80 |
+
<div class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 81 |
+
<h3 class="text-xl font-bold mb-2">Platform Design</h3>
|
| 82 |
+
<p>A customized itch.io clone, optimized for 18+ gaming with a user-friendly interface and robust security.</p>
|
| 83 |
+
</div>
|
| 84 |
+
<div class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 85 |
+
<h3 class="text-xl font-bold mb-2">Web3 Payments 💸</h3>
|
| 86 |
+
<p>Blockonomics API for fast, secure, decentralized cryptocurrency transactions, ensuring direct payments.</p>
|
| 87 |
+
</div>
|
| 88 |
+
<div class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 89 |
+
<h3 class="text-xl font-bold mb-2">Key Management 🔑</h3>
|
| 90 |
+
<p>Fastly API for efficient, secure access key management, streamlining authentication and delivery.</p>
|
| 91 |
+
</div>
|
| 92 |
+
<div class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 93 |
+
<h3 class="text-xl font-bold mb-2">Backend ⚙️</h3>
|
| 94 |
+
<p>FastAPI for a scalable, high-performance backend supporting rapid transactions.</p>
|
| 95 |
+
</div>
|
| 96 |
+
</section>
|
| 97 |
+
|
| 98 |
+
<section class="mb-16">
|
| 99 |
+
<h2 class="text-3xl font-bold mb-6 accent-color">GhostAI Expertise</h2>
|
| 100 |
+
<p class="text-lg leading-relaxed mb-4">
|
| 101 |
+
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>.
|
| 102 |
+
</p>
|
| 103 |
+
<ul class="list-none space-y-4">
|
| 104 |
+
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 105 |
+
<strong>Payment Systems 💳</strong>: Developed multiple fast, secure payment systems, including automated flows and cryptocurrency integrations.
|
| 106 |
+
</li>
|
| 107 |
+
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 108 |
+
<strong>AI & Machine Learning 🤖</strong>: Built solutions in NLP, RAG, and CAG, including the GhostAI Music Generator and Arabic law AI application.
|
| 109 |
+
</li>
|
| 110 |
+
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 111 |
+
<strong>Blockchain & Web3 ⛓️</strong>: Expertise in decentralized systems, integrating APIs like Blockonomics for secure transactions.
|
| 112 |
+
</li>
|
| 113 |
+
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 114 |
+
<strong>FastAPI Development 🚀</strong>: Created high-performance web applications using FastAPI for robust backends.
|
| 115 |
+
</li>
|
| 116 |
+
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 117 |
+
<strong>Cloud Platforms ☁️</strong>: Proficient in GCP, Google Vertex AI, Oracle OCI, Azure, and AWS for scalable deployments.
|
| 118 |
+
</li>
|
| 119 |
+
</ul>
|
| 120 |
+
</section>
|
| 121 |
+
|
| 122 |
+
<section class="mb-16">
|
| 123 |
+
<h2 class="text-3xl font-bold mb-6 accent-color">Proven Builds</h2>
|
| 124 |
+
<ul class="list-none space-y-4">
|
| 125 |
+
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 126 |
+
<strong>GhostAI Music Generator The user is saying: "ok baack to code let smake a nice chart and some work flow explain they key system with both sec build and keys for buyers and payment gateways im prob gonna do a blocknomics to solona to start and to payment gateways"
|
| 127 |
+
|
| 128 |
+
This seems like a request to create code for a nice chart and workflow that explains the key system, involving "sec build" (perhaps "secure build"), keys for buyers, and payment gateways. They mention using Blockonomics to Solana to start, and to payment gateways.
|
| 129 |
+
|
| 130 |
+
The user wants to go back to code, make a nice chart (perhaps a flowchart or diagram), and explain the key system with secure build, keys for buyers, and payment gateways.
|
| 131 |
+
|
| 132 |
+
Since it's code, likely JavaScript or Python to generate a chart, but since it's a Hugging Face Space, perhaps HTML with a library like Mermaid for flowcharts.
|
| 133 |
+
|
| 134 |
+
The tools include Code Execution, which is a Python interpreter, so I can use that to generate a chart if needed.
|
| 135 |
+
|
| 136 |
+
But the final response should be the code or the explanation.
|
| 137 |
+
|
| 138 |
+
The user is asking to "make a nice chart and some work flow explain the key system".
|
| 139 |
+
|
| 140 |
+
To create a flowchart, I can use Mermaid syntax, which can be rendered in HTML.
|
| 141 |
+
|
| 142 |
+
Since the context is the HTML page, perhaps add a section with a Mermaid diagram for the workflow.
|
| 143 |
+
|
| 144 |
+
The workflow is for the payment system: Blockonomics (for Bitcoin payments) to Solana, and payment gateways.
|
| 145 |
+
|
| 146 |
+
Blockonomics is for BTC, Solana is another chain, so perhaps integrating multiple gateways.
|
| 147 |
+
|
| 148 |
+
The key system likely refers to key management with Fastly API, as previously mentioned.
|
| 149 |
+
|
| 150 |
+
To respond, I need to create an updated HTML that includes a flowchart section explaining the workflow.
|
| 151 |
+
|
| 152 |
+
Use Mermaid for the chart, as it's easy to embed in HTML.
|
| 153 |
+
|
| 154 |
+
First, plan the workflow chart.
|
| 155 |
+
|
| 156 |
+
Workflow:
|
| 157 |
+
|
| 158 |
+
- Buyer selects game/product.
|
| 159 |
+
|
| 160 |
+
- Payment via Blockonomics (BTC) or Solana wallet.
|
| 161 |
+
|
| 162 |
+
- Upon payment confirmation, generate key for buyer using Fastly API.
|
| 163 |
+
|
| 164 |
+
- Secure build for the system.
|
| 165 |
+
|
| 166 |
+
Make a simple flowchart.
|
| 167 |
+
|
| 168 |
+
Embed Mermaid in the HTML.
|
| 169 |
+
|
| 170 |
+
Add a section "Workflow and Key System" with the diagram and explanation.
|
| 171 |
+
|
| 172 |
+
Since the user said "no more code were gonna update this ok" in a previous message, but now "ok baack to code", so provide the updated HTML.
|
| 173 |
+
|
| 174 |
+
The response should be the HTML in a code box.
|
| 175 |
+
|
| 176 |
+
To make it nice, use colors, emojis as per previous.
|
| 177 |
+
|
| 178 |
+
For the chart, use Mermaid with code like:
|
| 179 |
+
|
| 180 |
+
div class="mermaid"
|
| 181 |
+
|
| 182 |
+
graph TD
|
| 183 |
+
|
| 184 |
+
A[Buyer Selects Game] --> B[Choose Payment Gateway]
|
| 185 |
+
|
| 186 |
+
B --> C[Blockonomics for BTC]
|
| 187 |
+
|
| 188 |
+
B --> D[Solana Wallet]
|
| 189 |
+
|
| 190 |
+
C --> E[Payment Confirmation]
|
| 191 |
+
|
| 192 |
+
D --> E
|
| 193 |
+
|
| 194 |
+
E --> F[Generate Access Key with Fastly API]
|
| 195 |
+
|
| 196 |
+
F --> G[Deliver Key to Buyer]
|
| 197 |
+
|
| 198 |
+
G --> H[Buyer Accesses Content]
|
| 199 |
+
|
| 200 |
+
Then include the script for Mermaid.
|
| 201 |
+
|
| 202 |
+
Mermaid needs a library, so add <script src="https://unpkg.com/mermaid@10.9.1/dist/mermaid.min.js"></script> and mermaid.initialize({startOnLoad: true});
|
| 203 |
+
|
| 204 |
+
Yes.
|
| 205 |
+
|
| 206 |
+
Update the HTML accordingly.```html
|
| 207 |
+
<!DOCTYPE html>
|
| 208 |
+
<html lang="en">
|
| 209 |
+
<head>
|
| 210 |
+
<meta charset="UTF-8">
|
| 211 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 212 |
+
<title>Secure Web3 Payment Platform for 18+ Gaming - GhostAI</title>
|
| 213 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 214 |
+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
|
| 215 |
+
<script src="https://unpkg.com/mermaid@10.9.1/dist/mermaid.min.js"></script>
|
| 216 |
+
<script>
|
| 217 |
+
mermaid.initialize({startOnLoad: true});
|
| 218 |
+
</script>
|
| 219 |
+
<style>
|
| 220 |
+
body { font-family: 'Inter', sans-serif; background-color: #111827; color: #f3f4f6; }
|
| 221 |
+
.hero-bg { background: linear-gradient(to right, #1f2937, #374151); }
|
| 222 |
+
.accent-color { color: #3b82f6; }
|
| 223 |
+
.shadow-hover { transition: box-shadow 0.3s ease; }
|
| 224 |
+
.shadow-hover:hover { box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5); }
|
| 225 |
+
.icon { width: 1.5rem; height: 1.5rem; }
|
| 226 |
+
#cusdis_thread { margin-top: 2rem; padding: 1.5rem; padding-bottom: 30px; background-color: #1f2937; border-radius: 0.5rem; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); min-height: 200px; overflow: auto; }
|
| 227 |
+
</style>
|
| 228 |
+
</head>
|
| 229 |
+
<body class="min-h-screen">
|
| 230 |
+
<header class="hero-bg text-white py-8 sticky top-0 z-10 shadow-lg">
|
| 231 |
+
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center justify-between">
|
| 232 |
+
<div class="flex items-center mb-4 md:mb-0">
|
| 233 |
+
<img src="https://via.placeholder.com/60" alt="GhostAI Logo" class="w-12 h-12 mr-4 rounded-full">
|
| 234 |
+
<h1 class="text-3xl font-bold">GhostAI: Secure Web3 Payment Platform</h1>
|
| 235 |
+
</div>
|
| 236 |
+
<nav class="flex flex-col md:flex-row space-y-3 md:space-y-0 md:space-x-6">
|
| 237 |
+
<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)">
|
| 238 |
+
<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>
|
| 239 |
+
Donate
|
| 240 |
+
</a>
|
| 241 |
+
<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)">
|
| 242 |
+
<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>
|
| 243 |
+
Hugging Face Profile
|
| 244 |
+
</a>
|
| 245 |
+
<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)">
|
| 246 |
+
<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>
|
| 247 |
+
GhostAI News
|
| 248 |
+
</a>
|
| 249 |
+
<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)">
|
| 250 |
+
<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>
|
| 251 |
+
Instagram Profile
|
| 252 |
+
</a>
|
| 253 |
+
<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)">
|
| 254 |
+
<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>
|
| 255 |
+
Beta Showcase
|
| 256 |
</a>
|
| 257 |
</div>
|
| 258 |
</div>
|
|
|
|
| 260 |
|
| 261 |
<main class="container mx-auto px-4 py-12">
|
| 262 |
<section class="mb-16 hero-bg p-8 rounded-lg shadow-hover">
|
| 263 |
+
<h2 class="text-4xl font-bold mb-6 accent-color">Mission: Defending Creative Freedom</h2>
|
| 264 |
<p class="text-lg leading-relaxed">
|
| 265 |
+
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>.
|
| 266 |
</p>
|
| 267 |
</section>
|
| 268 |
|
| 269 |
<section class="mb-16">
|
| 270 |
+
<h2 class="text-3xl font-bold mb-6 accent-color">The Stakes: A Growing Threat</h2>
|
| 271 |
<p class="text-lg leading-relaxed">
|
| 272 |
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>.
|
| 273 |
</p>
|
| 274 |
</section>
|
| 275 |
|
| 276 |
<section class="mb-16">
|
| 277 |
+
<h2 class="text-3xl font-bold mb-6 accent-color">Platform Overview</h2>
|
| 278 |
<p class="text-lg leading-relaxed">
|
| 279 |
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>.
|
| 280 |
</p>
|
| 281 |
</section>
|
| 282 |
|
| 283 |
<section class="mb-16 grid grid-cols-1 md:grid-cols-2 gap-6">
|
| 284 |
+
<h2 class="text-3xl font-bold mb-6 accent-color col-span-full">Technical Framework</h2>
|
| 285 |
<div class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 286 |
<h3 class="text-xl font-bold mb-2">Platform Design</h3>
|
| 287 |
<p>A customized itch.io clone, optimized for 18+ gaming with a user-friendly interface and robust security.</p>
|
|
|
|
| 301 |
</section>
|
| 302 |
|
| 303 |
<section class="mb-16">
|
| 304 |
+
<h2 class="text-3xl font-bold mb-6 accent-color">GhostAI Expertise</h2>
|
| 305 |
<p class="text-lg leading-relaxed mb-4">
|
| 306 |
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>.
|
| 307 |
</p>
|
| 308 |
<ul class="list-none space-y-4">
|
| 309 |
+
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 310 |
<strong>Payment Systems 💳</strong>: Developed multiple fast, secure payment systems, including automated flows and cryptocurrency integrations.
|
| 311 |
</li>
|
| 312 |
+
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 313 |
<strong>AI & Machine Learning 🤖</strong>: Built solutions in NLP, RAG, and CAG, including the GhostAI Music Generator and Arabic law AI application.
|
| 314 |
</li>
|
| 315 |
+
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 316 |
<strong>Blockchain & Web3 ⛓️</strong>: Expertise in decentralized systems, integrating APIs like Blockonomics for secure transactions.
|
| 317 |
</li>
|
| 318 |
+
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 319 |
<strong>FastAPI Development 🚀</strong>: Created high-performance web applications using FastAPI for robust backends.
|
| 320 |
</li>
|
| 321 |
+
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 322 |
<strong>Cloud Platforms ☁️</strong>: Proficient in GCP, Google Vertex AI, Oracle OCI, Azure, and AWS for scalable deployments.
|
| 323 |
</li>
|
| 324 |
</ul>
|
| 325 |
</section>
|
| 326 |
|
| 327 |
<section class="mb-16">
|
| 328 |
+
<h2 class="text-3xl font-bold mb-6 accent-color">Proven Builds</h2>
|
| 329 |
<ul class="list-none space-y-4">
|
| 330 |
+
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 331 |
+
<strong>GhostAI Music Generator</strong>: An AI-powered tool for music creation using NLP and RAG.
|
| 332 |
</li>
|
| 333 |
+
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 334 |
+
<strong>Arabic Law AI Application</strong>: A system for analyzing legal texts, leveraging advanced machine learning.
|
| 335 |
</li>
|
| 336 |
+
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 337 |
+
<strong>Payment Automation Systems</strong>: Secure, automated payment flows for platforms, including cryptocurrency support.
|
| 338 |
</li>
|
| 339 |
+
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 340 |
+
<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.
|
| 341 |
</li>
|
| 342 |
+
<li class="bg-gray-800 p-6 rounded-lg shadow-hover">
|
| 343 |
+
<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.
|
| 344 |
</li>
|
| 345 |
</ul>
|
| 346 |
</section>
|
| 347 |
|
| 348 |
<section class="mb-16">
|
| 349 |
+
<h2 class="text-3xl font-bold mb-6 accent-color">Support Our Vision</h2>
|
| 350 |
<p class="text-lg leading-relaxed mb-4">
|
| 351 |
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>.
|
| 352 |
</p>
|
| 353 |
<div class="flex flex-col md:flex-row space-y-4 md:space-y-0 md:space-x-4">
|
| 354 |
<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">
|
| 355 |
<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>
|
| 356 |
+
Donate Now
|
| 357 |
</a>
|
| 358 |
<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">
|
| 359 |
<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>
|
| 360 |
+
View Hugging Face Profile
|
| 361 |
</a>
|
| 362 |
</div>
|
| 363 |
</section>
|
| 364 |
|
| 365 |
<section class="mb-16">
|
| 366 |
+
<h2 class="text-3xl font-bold mb-6 accent-color">Stay Connected</h2>
|
| 367 |
<ul class="list-none space-y-4">
|
| 368 |
<li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center">
|
| 369 |
<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>
|
|
|
|
| 385 |
<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>
|
| 386 |
<a href="https://www.givesendgo.com/adultgaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Track Campaign</a>
|
| 387 |
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 388 |
</ul>
|
| 389 |
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 390 |
|
| 391 |
+
<section class="mb-16">
|
| 392 |
+
<h2 class="text-3xl font-bold mb-6 accent-color">Workflow and Key System</h2>
|
| 393 |
+
<p class="text-lg leading-relaxed mb-4">
|
| 394 |
+
The system ensures secure builds, key management for buyers, and seamless payment gateways. It starts with Blockonomics for initial crypto payments, integrates Solana for efficient transactions, and connects to payment gateways for broader access.
|
| 395 |
+
</p>
|
| 396 |
+
<div class="mermaid">
|
| 397 |
+
graph TD
|
| 398 |
+
A[Buyer Selects Game] --> B[Choose Payment Method]
|
| 399 |
+
B --> C[Blockonomics for BTC/Crypto]
|
| 400 |
+
B --> D[Solana Wallet Transaction]
|
| 401 |
+
C --> E[Payment Confirmation]
|
| 402 |
+
D --> E
|
| 403 |
+
E --> F[Secure Build Process]
|
| 404 |
+
F --> G[Generate Buyer Access Key with Fastly API]
|
| 405 |
+
G --> H[Deliver Key via Secure Channel]
|
| 406 |
+
H --> I[Buyer Accesses Content]
|
| 407 |
+
I --> J[Payment Gateway Integration for Fiat/Crypto Conversion]
|
| 408 |
+
style A fill:#3b82f6,stroke:#ffffff
|
| 409 |
+
style E fill:#10b981,stroke:#ffffff
|
| 410 |
+
style G fill:#a855f7,stroke:#ffffff
|
| 411 |
+
style J fill:#eab308,stroke:#ffffff
|
| 412 |
+
</div>
|
| 413 |
+
</section>
|
| 414 |
</main>
|
| 415 |
|
|
|
|
|
|
|
| 416 |
<footer class="bg-gray-800 text-white py-8">
|
| 417 |
<div class="container mx-auto px-4 text-center">
|
| 418 |
<p class="text-lg">GhostAI | Defending Creative Freedom in Gaming</p>
|
|
|
|
| 421 |
</div>
|
| 422 |
</footer>
|
| 423 |
|
| 424 |
+
<div id="cusdis_thread"
|
| 425 |
+
data-host="https://cusdis.com"
|
| 426 |
+
data-app-id="e55de362-91ce-47f1-a036-afeda6352489"
|
| 427 |
+
data-page-id="{{ PAGE_ID }}"
|
| 428 |
+
data-page-url="{{ PAGE_URL }}"
|
| 429 |
+
data-page-title="{{ PAGE_TITLE }}"
|
| 430 |
+
></div>
|
| 431 |
+
<script async defer src="https://cusdis.com/js/cusdis.es.js"></script>
|
| 432 |
</body>
|
| 433 |
</html>
|