hongpingzhang commited on
Commit
6f59888
·
verified ·
1 Parent(s): c5bac11

IntelliScript Workspace is an open-source, multi-platform AI writing and compliance solution. It integrates: CLI Tool: Command-line interface supporting Gemini AI writing and TextGuardAI compliance, with license management, unified configuration, and usage analytics. PyQt5 Desktop GUI: User-friendly desktop application for non-developers, enabling one-click AI content creation and compliance checking. VSCode Extension: Developer-oriented plugin with sidebar UI, command registration, and seamless CLI invocation for in-editor AI writing and compliance. TextGuardAI API: Local or private deployment for content safety, supporting custom models and endpoints. Comprehensive Documentation: Step-by-step guides for development, deployment, integration, troubleshooting, and advanced features. Key Features: All-in-one workspace for AI-powered writing, compliance, and multi-end integration. Supports both local and private deployment for security and privacy. Modular architecture: CLI, GUI, VSCode extension, compliance API, and docs are fully decoupled and extensible. Suitable for developers, content creators, enterprises, and educators. Example code, configuration templates, and automation scripts included. Directory Structure: IntelliScript_Workspace/ ├─ cli/ # CLI tool & dependencies ├─ gui/ # PyQt5 desktop app ├─ vscode-extension/ # VSCode extension source ├─ docs/ # Technical docs, API, deployment, FAQ ├─ textguardai/ # Compliance backend (clone separately) ├─ assets/ # Logo, screenshots, demo images Quick Start: Clone the repo: git clone https://github.com/algorithm07-ai/IntelliScript_Workspace.git Install dependencies: pip install -r cli/requirements.txt pip install -r gui/requirements.txt Run CLI: python cli/intelliscript_cli.py gemini "Your prompt" --guard Launch GUI: python gui/main.py Use VSCode extension: See vscode-extension/README.md for setup and usage. Deploy TextGuardAI: See textguardai/README.md for API server deployment. Documentation includes: CLI/GUI/VSCode usage and integration Gemini CLI and TextGuardAI API setup Deployment, configuration, and troubleshooting Advanced features and extensibility guide Ideal for: Secure, efficient AI content generation and management Teams or individuals needing local/private AI writing and compliance Rapid prototyping, productization, and open-source collaboration - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +495 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Intelliscript Workspace
3
- emoji: 🐢
4
- colorFrom: green
5
- colorTo: blue
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: intelliscript-workspace
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: yellow
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,495 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>IntelliScript Workspace - AI Writing & Compliance Solution</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .gradient-bg {
11
+ background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #9333ea 100%);
12
+ }
13
+ .feature-card:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
16
+ }
17
+ .directory-structure li::before {
18
+ content: "📁";
19
+ margin-right: 8px;
20
+ }
21
+ .directory-structure li.file::before {
22
+ content: "📄";
23
+ }
24
+ .terminal {
25
+ background-color: #1e293b;
26
+ border-radius: 0.5rem;
27
+ font-family: 'Courier New', monospace;
28
+ }
29
+ .terminal-header {
30
+ background-color: #334155;
31
+ border-top-left-radius: 0.5rem;
32
+ border-top-right-radius: 0.5rem;
33
+ }
34
+ .terminal-body {
35
+ min-height: 200px;
36
+ }
37
+ .prompt::before {
38
+ content: "$";
39
+ color: #84cc16;
40
+ margin-right: 8px;
41
+ }
42
+ .nav-link:hover::after {
43
+ content: '';
44
+ display: block;
45
+ width: 100%;
46
+ height: 2px;
47
+ background: white;
48
+ margin-top: 2px;
49
+ }
50
+ </style>
51
+ </head>
52
+ <body class="bg-gray-50">
53
+ <!-- Header -->
54
+ <header class="gradient-bg text-white">
55
+ <div class="container mx-auto px-4 py-6">
56
+ <div class="flex justify-between items-center">
57
+ <div class="flex items-center space-x-2">
58
+ <i class="fas fa-robot text-3xl"></i>
59
+ <h1 class="text-2xl font-bold">IntelliScript Workspace</h1>
60
+ </div>
61
+ <nav class="hidden md:flex space-x-8">
62
+ <a href="#features" class="nav-link font-medium">Features</a>
63
+ <a href="#components" class="nav-link font-medium">Components</a>
64
+ <a href="#quickstart" class="nav-link font-medium">Quick Start</a>
65
+ <a href="#docs" class="nav-link font-medium">Documentation</a>
66
+ </nav>
67
+ <button class="md:hidden text-2xl">
68
+ <i class="fas fa-bars"></i>
69
+ </button>
70
+ </div>
71
+ <div class="mt-16 mb-20 text-center">
72
+ <h2 class="text-4xl md:text-5xl font-bold mb-4">Open-Source AI Writing & Compliance</h2>
73
+ <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Multi-platform solution for secure, efficient content generation with built-in compliance checks</p>
74
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
75
+ <a href="#quickstart" class="bg-white text-indigo-600 px-6 py-3 rounded-lg font-bold hover:bg-gray-100 transition duration-300">
76
+ <i class="fas fa-rocket mr-2"></i> Get Started
77
+ </a>
78
+ <a href="https://github.com/algorithm07-ai/IntelliScript_Workspace" target="_blank" class="bg-indigo-900 text-white px-6 py-3 rounded-lg font-bold hover:bg-indigo-800 transition duration-300">
79
+ <i class="fab fa-github mr-2"></i> View on GitHub
80
+ </a>
81
+ </div>
82
+ </div>
83
+ </div>
84
+ </header>
85
+
86
+ <!-- Features -->
87
+ <section id="features" class="py-16 bg-white">
88
+ <div class="container mx-auto px-4">
89
+ <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Key Features</h2>
90
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
91
+ <!-- Feature 1 -->
92
+ <div class="feature-card bg-white p-6 rounded-xl shadow-lg border border-gray-100 transition duration-300">
93
+ <div class="text-indigo-600 mb-4">
94
+ <i class="fas fa-terminal text-3xl"></i>
95
+ </div>
96
+ <h3 class="text-xl font-bold mb-3 text-gray-800">Powerful CLI Tool</h3>
97
+ <p class="text-gray-600">Command-line interface supporting Gemini AI writing and TextGuardAI compliance with license management and analytics.</p>
98
+ </div>
99
+
100
+ <!-- Feature 2 -->
101
+ <div class="feature-card bg-white p-6 rounded-xl shadow-lg border border-gray-100 transition duration-300">
102
+ <div class="text-indigo-600 mb-4">
103
+ <i class="fas fa-window-maximize text-3xl"></i>
104
+ </div>
105
+ <h3 class="text-xl font-bold mb-3 text-gray-800">User-Friendly GUI</h3>
106
+ <p class="text-gray-600">PyQt5 desktop application for non-developers with one-click AI content creation and compliance checking.</p>
107
+ </div>
108
+
109
+ <!-- Feature 3 -->
110
+ <div class="feature-card bg-white p-6 rounded-xl shadow-lg border border-gray-100 transition duration-300">
111
+ <div class="text-indigo-600 mb-4">
112
+ <i class="fas fa-code text-3xl"></i>
113
+ </div>
114
+ <h3 class="text-xl font-bold mb-3 text-gray-800">VSCode Extension</h3>
115
+ <p class="text-gray-600">Developer-oriented plugin with sidebar UI and command registration for in-editor AI writing and compliance.</p>
116
+ </div>
117
+
118
+ <!-- Feature 4 -->
119
+ <div class="feature-card bg-white p-6 rounded-xl shadow-lg border border-gray-100 transition duration-300">
120
+ <div class="text-indigo-600 mb-4">
121
+ <i class="fas fa-shield-alt text-3xl"></i>
122
+ </div>
123
+ <h3 class="text-xl font-bold mb-3 text-gray-800">TextGuardAI API</h3>
124
+ <p class="text-gray-600">Local or private deployment for content safety with support for custom models and endpoints.</p>
125
+ </div>
126
+
127
+ <!-- Feature 5 -->
128
+ <div class="feature-card bg-white p-6 rounded-xl shadow-lg border border-gray-100 transition duration-300">
129
+ <div class="text-indigo-600 mb-4">
130
+ <i class="fas fa-book text-3xl"></i>
131
+ </div>
132
+ <h3 class="text-xl font-bold mb-3 text-gray-800">Comprehensive Docs</h3>
133
+ <p class="text-gray-600">Step-by-step guides for development, deployment, integration, troubleshooting, and advanced features.</p>
134
+ </div>
135
+
136
+ <!-- Feature 6 -->
137
+ <div class="feature-card bg-white p-6 rounded-xl shadow-lg border border-gray-100 transition duration-300">
138
+ <div class="text-indigo-600 mb-4">
139
+ <i class="fas fa-puzzle-piece text-3xl"></i>
140
+ </div>
141
+ <h3 class="text-xl font-bold mb-3 text-gray-800">Modular Architecture</h3>
142
+ <p class="text-gray-600">Fully decoupled components (CLI, GUI, VSCode extension, API) that are independently extensible.</p>
143
+ </div>
144
+ </div>
145
+ </div>
146
+ </section>
147
+
148
+ <!-- Components -->
149
+ <section id="components" class="py-16 bg-gray-50">
150
+ <div class="container mx-auto px-4">
151
+ <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Project Components</h2>
152
+
153
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-8 mb-12">
154
+ <!-- Directory Structure -->
155
+ <div class="bg-white p-6 rounded-xl shadow-lg">
156
+ <h3 class="text-xl font-bold mb-4 text-gray-800 flex items-center">
157
+ <i class="fas fa-folder-open text-indigo-600 mr-2"></i> Directory Structure
158
+ </h3>
159
+ <ul class="directory-structure space-y-2 text-gray-700">
160
+ <li>IntelliScript_Workspace/
161
+ <ul class="ml-6 mt-2 space-y-2">
162
+ <li>cli/ <span class="text-gray-500"># CLI tool & dependencies</span></li>
163
+ <li>gui/ <span class="text-gray-500"># PyQt5 desktop app</span></li>
164
+ <li>vscode-extension/ <span class="text-gray-500"># VSCode extension source</span></li>
165
+ <li>docs/ <span class="text-gray-500"># Technical docs, API, deployment, FAQ</span></li>
166
+ <li>textguardai/ <span class="text-gray-500"># Compliance backend</span></li>
167
+ <li>assets/ <span class="text-gray-500"># Logo, screenshots, demo images</span></li>
168
+ </ul>
169
+ </li>
170
+ </ul>
171
+ </div>
172
+
173
+ <!-- Target Users -->
174
+ <div class="bg-white p-6 rounded-xl shadow-lg">
175
+ <h3 class="text-xl font-bold mb-4 text-gray-800 flex items-center">
176
+ <i class="fas fa-users text-indigo-600 mr-2"></i> Ideal For
177
+ </h3>
178
+ <div class="space-y-4">
179
+ <div class="flex items-start">
180
+ <div class="bg-indigo-100 p-2 rounded-full mr-3">
181
+ <i class="fas fa-code text-indigo-600"></i>
182
+ </div>
183
+ <div>
184
+ <h4 class="font-bold text-gray-800">Developers</h4>
185
+ <p class="text-gray-600">Rapid prototyping and in-editor AI assistance</p>
186
+ </div>
187
+ </div>
188
+ <div class="flex items-start">
189
+ <div class="bg-indigo-100 p-2 rounded-full mr-3">
190
+ <i class="fas fa-pen-fancy text-indigo-600"></i>
191
+ </div>
192
+ <div>
193
+ <h4 class="font-bold text-gray-800">Content Creators</h4>
194
+ <p class="text-gray-600">Secure and efficient content generation</p>
195
+ </div>
196
+ </div>
197
+ <div class="flex items-start">
198
+ <div class="bg-indigo-100 p-2 rounded-full mr-3">
199
+ <i class="fas fa-building text-indigo-600"></i>
200
+ </div>
201
+ <div>
202
+ <h4 class="font-bold text-gray-800">Enterprises</h4>
203
+ <p class="text-gray-600">Private deployment for security and compliance</p>
204
+ </div>
205
+ </div>
206
+ <div class="flex items-start">
207
+ <div class="bg-indigo-100 p-2 rounded-full mr-3">
208
+ <i class="fas fa-chalkboard-teacher text-indigo-600"></i>
209
+ </div>
210
+ <div>
211
+ <h4 class="font-bold text-gray-800">Educators</h4>
212
+ <p class="text-gray-600">Teaching AI content generation best practices</p>
213
+ </div>
214
+ </div>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Screenshots -->
220
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
221
+ <div class="bg-white p-4 rounded-xl shadow-lg">
222
+ <div class="terminal mb-4">
223
+ <div class="terminal-header px-4 py-2 text-gray-300 flex items-center">
224
+ <div class="flex space-x-2 mr-4">
225
+ <div class="w-3 h-3 rounded-full bg-red-500"></div>
226
+ <div class="w-3 h-3 rounded-full bg-yellow-500"></div>
227
+ <div class="w-3 h-3 rounded-full bg-green-500"></div>
228
+ </div>
229
+ <span class="text-sm">Terminal</span>
230
+ </div>
231
+ <div class="terminal-body p-4 text-gray-300 font-mono text-sm">
232
+ <div class="prompt">python cli/intelliscript_cli.py gemini "Write a blog post about AI ethics" --guard</div>
233
+ <div class="mt-2 text-green-400">✓ Content generated</div>
234
+ <div class="mt-1 text-blue-400">✓ Compliance check passed</div>
235
+ </div>
236
+ </div>
237
+ <p class="text-center text-gray-600">CLI Interface</p>
238
+ </div>
239
+
240
+ <div class="bg-white p-4 rounded-xl shadow-lg">
241
+ <div class="bg-gray-100 h-40 rounded-lg mb-4 flex items-center justify-center">
242
+ <i class="fas fa-desktop text-4xl text-gray-400"></i>
243
+ </div>
244
+ <p class="text-center text-gray-600">Desktop GUI</p>
245
+ </div>
246
+
247
+ <div class="bg-white p-4 rounded-xl shadow-lg">
248
+ <div class="bg-gray-100 h-40 rounded-lg mb-4 flex items-center justify-center">
249
+ <i class="fas fa-code text-4xl text-gray-400"></i>
250
+ </div>
251
+ <p class="text-center text-gray-600">VSCode Extension</p>
252
+ </div>
253
+ </div>
254
+ </div>
255
+ </section>
256
+
257
+ <!-- Quick Start -->
258
+ <section id="quickstart" class="py-16 bg-white">
259
+ <div class="container mx-auto px-4">
260
+ <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Quick Start</h2>
261
+
262
+ <div class="max-w-4xl mx-auto">
263
+ <div class="bg-indigo-50 p-6 rounded-xl mb-8">
264
+ <h3 class="text-xl font-bold mb-4 text-indigo-800 flex items-center">
265
+ <i class="fas fa-download mr-2"></i> Installation
266
+ </h3>
267
+ <div class="terminal">
268
+ <div class="terminal-header px-4 py-2 text-gray-300 flex items-center">
269
+ <div class="flex space-x-2 mr-4">
270
+ <div class="w-3 h-3 rounded-full bg-red-500"></div>
271
+ <div class="w-3 h-3 rounded-full bg-yellow-500"></div>
272
+ <div class="w-3 h-3 rounded-full bg-green-500"></div>
273
+ </div>
274
+ <span class="text-sm">Terminal</span>
275
+ </div>
276
+ <div class="terminal-body p-4 text-gray-300 font-mono text-sm space-y-2">
277
+ <div class="prompt">git clone https://github.com/algorithm07-ai/IntelliScript_Workspace.git</div>
278
+ <div class="prompt">cd IntelliScript_Workspace</div>
279
+ <div class="prompt">pip install -r cli/requirements.txt</div>
280
+ <div class="prompt">pip install -r gui/requirements.txt</div>
281
+ </div>
282
+ </div>
283
+ </div>
284
+
285
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
286
+ <div class="bg-indigo-50 p-6 rounded-xl">
287
+ <h3 class="text-xl font-bold mb-4 text-indigo-800 flex items-center">
288
+ <i class="fas fa-terminal mr-2"></i> CLI Usage
289
+ </h3>
290
+ <div class="terminal">
291
+ <div class="terminal-body p-4 text-gray-700 font-mono text-sm space-y-2 bg-white rounded">
292
+ <div class="prompt text-black">python cli/intelliscript_cli.py gemini "Your prompt" --guard</div>
293
+ <div class="text-gray-500"># Basic generation</div>
294
+ <div class="prompt text-black">python cli/intelliscript_cli.py --config</div>
295
+ <div class="text-gray-500"># Configure settings</div>
296
+ <div class="prompt text-black">python cli/intelliscript_cli.py --analytics</div>
297
+ <div class="text-gray-500"># View usage analytics</div>
298
+ </div>
299
+ </div>
300
+ </div>
301
+
302
+ <div class="bg-indigo-50 p-6 rounded-xl">
303
+ <h3 class="text-xl font-bold mb-4 text-indigo-800 flex items-center">
304
+ <i class="fas fa-window-maximize mr-2"></i> GUI Usage
305
+ </h3>
306
+ <div class="terminal">
307
+ <div class="terminal-body p-4 text-gray-700 font-mono text-sm space-y-2 bg-white rounded">
308
+ <div class="prompt text-black">python gui/main.py</div>
309
+ <div class="text-gray-500"># Launch desktop app</div>
310
+ <div class="text-gray-500 mt-4">Features:</div>
311
+ <div class="flex items-center">
312
+ <i class="fas fa-check text-green-500 mr-2"></i>
313
+ <span>One-click content generation</span>
314
+ </div>
315
+ <div class="flex items-center">
316
+ <i class="fas fa-check text-green-500 mr-2"></i>
317
+ <span>Built-in compliance checker</span>
318
+ </div>
319
+ <div class="flex items-center">
320
+ <i class="fas fa-check text-green-500 mr-2"></i>
321
+ <span>History and templates</span>
322
+ </div>
323
+ </div>
324
+ </div>
325
+ </div>
326
+ </div>
327
+ </div>
328
+ </div>
329
+ </section>
330
+
331
+ <!-- Documentation -->
332
+ <section id="docs" class="py-16 bg-gray-50">
333
+ <div class="container mx-auto px-4">
334
+ <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Documentation</h2>
335
+
336
+ <div class="max-w-4xl mx-auto">
337
+ <div class="bg-white p-8 rounded-xl shadow-lg">
338
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
339
+ <div>
340
+ <h3 class="text-xl font-bold mb-4 text-gray-800 border-b pb-2">Topics Covered</h3>
341
+ <ul class="space-y-3">
342
+ <li class="flex items-center">
343
+ <i class="fas fa-book-open text-indigo-600 mr-3"></i>
344
+ <span>CLI/GUI/VSCode usage and integration</span>
345
+ </li>
346
+ <li class="flex items-center">
347
+ <i class="fas fa-cog text-indigo-600 mr-3"></i>
348
+ <span>Gemini CLI and TextGuardAI API setup</span>
349
+ </li>
350
+ <li class="flex items-center">
351
+ <i class="fas fa-server text-indigo-600 mr-3"></i>
352
+ <span>Deployment and configuration</span>
353
+ </li>
354
+ <li class="flex items-center">
355
+ <i class="fas fa-bug text-indigo-600 mr-3"></i>
356
+ <span>Troubleshooting common issues</span>
357
+ </li>
358
+ <li class="flex items-center">
359
+ <i class="fas fa-star text-indigo-600 mr-3"></i>
360
+ <span>Advanced features and extensibility</span>
361
+ </li>
362
+ </ul>
363
+ </div>
364
+
365
+ <div>
366
+ <h3 class="text-xl font-bold mb-4 text-gray-800 border-b pb-2">Resources</h3>
367
+ <div class="space-y-4">
368
+ <a href="#" class="flex items-center p-3 bg-gray-100 rounded-lg hover:bg-gray-200 transition">
369
+ <i class="fas fa-file-alt text-indigo-600 text-xl mr-3"></i>
370
+ <div>
371
+ <div class="font-medium">API Reference</div>
372
+ <div class="text-sm text-gray-500">Complete TextGuardAI API documentation</div>
373
+ </div>
374
+ </a>
375
+ <a href="#" class="flex items-center p-3 bg-gray-100 rounded-lg hover:bg-gray-200 transition">
376
+ <i class="fas fa-video text-indigo-600 text-xl mr-3"></i>
377
+ <div>
378
+ <div class="font-medium">Video Tutorials</div>
379
+ <div class="text-sm text-gray-500">Step-by-step setup and usage</div>
380
+ </div>
381
+ </a>
382
+ <a href="#" class="flex items-center p-3 bg-gray-100 rounded-lg hover:bg-gray-200 transition">
383
+ <i class="fas fa-question-circle text-indigo-600 text-xl mr-3"></i>
384
+ <div>
385
+ <div class="font-medium">FAQ</div>
386
+ <div class="text-sm text-gray-500">Common questions and solutions</div>
387
+ </div>
388
+ </a>
389
+ </div>
390
+ </div>
391
+ </div>
392
+
393
+ <div class="mt-8 text-center">
394
+ <a href="#" class="inline-flex items-center px-6 py-3 bg-indigo-600 text-white rounded-lg font-medium hover:bg-indigo-700 transition">
395
+ <i class="fas fa-external-link-alt mr-2"></i> View Full Documentation
396
+ </a>
397
+ </div>
398
+ </div>
399
+ </div>
400
+ </div>
401
+ </section>
402
+
403
+ <!-- CTA -->
404
+ <section class="gradient-bg text-white py-16">
405
+ <div class="container mx-auto px-4 text-center">
406
+ <h2 class="text-3xl font-bold mb-6">Ready to Transform Your Content Workflow?</h2>
407
+ <p class="text-xl mb-8 max-w-2xl mx-auto">Join thousands of developers and content creators using IntelliScript Workspace for secure, efficient AI-powered writing.</p>
408
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
409
+ <a href="https://github.com/algorithm07-ai/IntelliScript_Workspace" target="_blank" class="bg-white text-indigo-600 px-6 py-3 rounded-lg font-bold hover:bg-gray-100 transition duration-300">
410
+ <i class="fab fa-github mr-2"></i> Star on GitHub
411
+ </a>
412
+ <a href="#quickstart" class="bg-indigo-900 text-white px-6 py-3 rounded-lg font-bold hover:bg-indigo-800 transition duration-300">
413
+ <i class="fas fa-download mr-2"></i> Download Now
414
+ </a>
415
+ </div>
416
+ </div>
417
+ </section>
418
+
419
+ <!-- Footer -->
420
+ <footer class="bg-gray-900 text-gray-400 py-12">
421
+ <div class="container mx-auto px-4">
422
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
423
+ <div>
424
+ <div class="flex items-center mb-4">
425
+ <i class="fas fa-robot text-2xl text-indigo-500 mr-2"></i>
426
+ <span class="text-white font-bold text-xl">IntelliScript</span>
427
+ </div>
428
+ <p class="mb-4">Open-source AI writing and compliance solution for developers and content creators.</p>
429
+ <div class="flex space-x-4">
430
+ <a href="#" class="text-gray-400 hover:text-white">
431
+ <i class="fab fa-github text-xl"></i>
432
+ </a>
433
+ <a href="#" class="text-gray-400 hover:text-white">
434
+ <i class="fab fa-twitter text-xl"></i>
435
+ </a>
436
+ <a href="#" class="text-gray-400 hover:text-white">
437
+ <i class="fab fa-discord text-xl"></i>
438
+ </a>
439
+ </div>
440
+ </div>
441
+
442
+ <div>
443
+ <h3 class="text-white font-bold mb-4">Product</h3>
444
+ <ul class="space-y-2">
445
+ <li><a href="#features" class="hover:text-white transition">Features</a></li>
446
+ <li><a href="#components" class="hover:text-white transition">Components</a></li>
447
+ <li><a href="#quickstart" class="hover:text-white transition">Quick Start</a></li>
448
+ <li><a href="#docs" class="hover:text-white transition">Documentation</a></li>
449
+ </ul>
450
+ </div>
451
+
452
+ <div>
453
+ <h3 class="text-white font-bold mb-4">Community</h3>
454
+ <ul class="space-y-2">
455
+ <li><a href="#" class="hover:text-white transition">GitHub Discussions</a></li>
456
+ <li><a href="#" class="hover:text-white transition">Contributing Guide</a></li>
457
+ <li><a href="#" class="hover:text-white transition">Code of Conduct</a></li>
458
+ <li><a href="#" class="hover:text-white transition">Roadmap</a></li>
459
+ </ul>
460
+ </div>
461
+
462
+ <div>
463
+ <h3 class="text-white font-bold mb-4">Legal</h3>
464
+ <ul class="space-y-2">
465
+ <li><a href="#" class="hover:text-white transition">License</a></li>
466
+ <li><a href="#" class="hover:text-white transition">Privacy Policy</a></li>
467
+ <li><a href="#" class="hover:text-white transition">Terms of Service</a></li>
468
+ </ul>
469
+ </div>
470
+ </div>
471
+
472
+ <div class="border-t border-gray-800 mt-12 pt-8 text-center">
473
+ <p>&copy; 2023 IntelliScript Workspace. All rights reserved.</p>
474
+ </div>
475
+ </div>
476
+ </footer>
477
+
478
+ <script>
479
+ // Simple mobile menu toggle
480
+ document.querySelector('button.md\\:hidden').addEventListener('click', function() {
481
+ const nav = document.querySelector('nav.hidden.md\\:flex');
482
+ nav.classList.toggle('hidden');
483
+ nav.classList.toggle('flex');
484
+ nav.classList.toggle('flex-col');
485
+ nav.classList.toggle('absolute');
486
+ nav.classList.toggle('top-20');
487
+ nav.classList.toggle('right-4');
488
+ nav.classList.toggle('bg-indigo-800');
489
+ nav.classList.toggle('p-4');
490
+ nav.classList.toggle('rounded-lg');
491
+ nav.classList.toggle('z-50');
492
+ });
493
+ </script>
494
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=hongpingzhang/intelliscript-workspace" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
495
+ </html>