-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
658 lines (640 loc) · 34.5 KB
/
Copy pathindex.html
File metadata and controls
658 lines (640 loc) · 34.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Content Policy Platform - Complete Documentation</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🚀</text></svg>">
</head>
<body>
<!-- Navigation Header -->
<nav class="navbar">
<div class="nav-container">
<div class="nav-brand">
<span class="nav-icon">🚀</span>
<span class="nav-title">Moderato CMaaS</span>
</div>
<div class="nav-toggle" id="mobile-menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<ul class="nav-menu" id="nav-menu">
<li class="nav-item">
<a href="#overview" class="nav-link">Overview</a>
</li>
<li class="nav-item">
<a href="#architecture" class="nav-link">Architecture</a>
</li>
<li class="nav-item">
<a href="#api-gateway" class="nav-link">API Gateway</a>
</li>
<li class="nav-item">
<a href="#python-api" class="nav-link">Python API</a>
</li>
<li class="nav-item">
<a href="#quick-start" class="nav-link">Quick Start</a>
</li>
<li class="nav-item">
<a href="#api-docs" class="nav-link">API Docs</a>
</li>
</ul>
</div>
</nav>
<!-- Hero Section -->
<header class="hero">
<div class="hero-container">
<div class="hero-content">
<h1 class="hero-title">Moderato CMaaS</h1>
<p class="hero-subtitle">Complete Documentation & Developer Guide</p>
<p class="hero-description">
A comprehensive platform combining API Gateway, User Portal, and AI-powered content moderation
with vector database integration for custom content policies.
</p>
<div class="hero-buttons">
<a href="#quick-start" class="btn btn-primary">Get Started</a>
<a href="#architecture" class="btn btn-secondary">View Architecture</a>
</div>
</div>
<div class="hero-image">
<div class="code-preview">
<div class="code-header">
<div class="code-dots">
<span class="dot red"></span>
<span class="dot yellow"></span>
<span class="dot green"></span>
</div>
<span class="code-title">Quick Example</span>
</div>
<div class="code-content">
<pre><code><span class="comment">// Moderate Request</span>
POST /moderate/
Headers: X-API-Key: your-strong-secret-key
Body: {
"text_to_moderate": "This is some text to check"
}
<span class="comment">// Response</span>
{
"status": true,
"result": {
"flagged": false,
"confidence": 0.95,
"categories": [],
"severity": "none",
"action_recommended": "approve"
},
"metadata": {
"text_length": 42,
"processing_time_ms": 45,
"model_version": "v1.2.3",
"api_key_used": "My Moderation Key"
}
}</code></pre>
</div>
</div>
</div>
</div>
</header>
<!-- Main Content -->
<main class="main-content">
<!-- Overview Section -->
<section id="overview" class="section">
<div class="container">
<h2 class="section-title">📋 Project Overview</h2>
<div class="overview-grid">
<div class="overview-card">
<div class="card-icon">🌐</div>
<h3>API Gateway & User Portal</h3>
<p>Full-stack application built with Node.js backend and Next.js frontend providing user authentication, API key management, and usage analytics.</p>
<ul class="feature-list">
<li>🔐 JWT Authentication System</li>
<li>🔑 API Key Management (Max 3/user)</li>
<li>📊 Usage Analytics & Quota Tracking</li>
<li>💻 React-based Web Dashboard</li>
</ul>
</div>
<div class="overview-card">
<div class="card-icon">🐍</div>
<h3>Python RAG API</h3>
<p>FastAPI-based content moderation service with AI-powered analysis using Google Gemini and ChromaDB vector database.</p>
<ul class="feature-list">
<li>🛡️ AI-Powered Content Moderation</li>
<li>📚 Vector Database Integration</li>
<li>🎯 Custom Rule Management</li>
<li>🔒 Multi-User Environment Support</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Architecture Section -->
<section id="architecture" class="section">
<div class="container">
<h2 class="section-title">🏗️ System Architecture</h2>
<div class="architecture-container">
<div class="architecture-image">
<img src="images/pa.png" alt="System Architecture Diagram" class="arch-diagram">
</div>
<div class="architecture-details">
<h3>High-Level Architecture</h3>
<div class="arch-components">
<div class="component">
<h4>Frontend Layer</h4>
<p>Next.js 15 with React 19, TypeScript, and Tailwind CSS for modern, responsive UI</p>
</div>
<div class="component">
<h4>API Gateway Layer</h4>
<p>Node.js/Express backend with SQLite database and JWT authentication</p>
</div>
<div class="component">
<h4>AI Moderation Layer</h4>
<p>FastAPI with ChromaDB vector database and Google Gemini AI integration</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Video Demo Section -->
<section class="section bg-dark">
<div class="container">
<h2 class="section-title">🎥 Video Demo</h2>
<div class="video-container">
<div class="video-wrapper">
<iframe
src="https://www.youtube.com/embed/if3RSk4qULw?si=29NPm8wBdlV6UBSC"
title="Moderato Demo"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen>
</iframe>
</div>
<div class="video-description">
<h3>Platform Walkthrough</h3>
<p>Watch this comprehensive demo to see the Content Policy Platform in action, including user authentication, API key management, content moderation setup, and real-time testing of the AI-powered moderation system.</p>
<div class="video-features">
<span class="feature-tag">User Portal Demo</span>
<span class="feature-tag">API Key Creation</span>
<span class="feature-tag">Content Moderation</span>
<span class="feature-tag">Real-time Testing</span>
</div>
</div>
</div>
</div>
</section>
<!-- Project Structure Section -->
<section class="section">
<div class="container">
<h2 class="section-title">📁 Project Structure</h2>
<div class="structure-container">
<div class="structure-overview">
<h3>Complete Project Layout</h3>
<p>The project consists of two main applications with comprehensive documentation and testing scripts.</p>
</div>
<div class="folder-structure">
<div class="code-block">
<div class="code-header">
<div class="code-dots">
<span class="dot red"></span>
<span class="dot yellow"></span>
<span class="dot green"></span>
</div>
<span class="code-title">Project Directory Tree</span>
</div>
<div class="code-content">
<pre><code>📂 Moderato/
├── 📁 apigateway-v1/ <span class="comment">// API Gateway & User Portal</span>
│ ├── 📁 .github/workflows/
│ │ └── 📄 ci.yml <span class="comment">// GitHub Actions CI/CD</span>
│ ├── 📁 nodejs-backend/ <span class="comment">// Node.js API Service</span>
│ │ ├── 📁 database/
│ │ │ ├── 📄 schema.sql
│ │ │ └── 📄 sqlite-schema.sql
│ │ ├── 📁 src/
│ │ │ ├── 📄 server.js <span class="comment">// Express server & routes</span>
│ │ │ ├── 📄 auth.js <span class="comment">// JWT authentication</span>
│ │ │ ├── 📄 database.js <span class="comment">// SQLite operations</span>
│ │ │ ├── 📄 apikeys.js <span class="comment">// API key management</span>
│ │ │ ├── 📄 quota.js <span class="comment">// Usage tracking</span>
│ │ │ ├── 📄 models.js <span class="comment">// Data models</span>
│ │ │ ├── 📄 utils.js <span class="comment">// Utilities</span>
│ │ │ └── 📄 endpoints.js <span class="comment">// Public API endpoints</span>
│ │ ├── 📄 package.json <span class="comment">// Project configuration</span>
│ │ └── 📄 README.md
│ ├── 📁 userportal/ <span class="comment">// Next.js Frontend</span>
│ │ ├── 📁 app/ <span class="comment">// Next.js app router</span>
│ │ │ ├── 📁 api-testing/
│ │ │ ├── 📁 apikeys/
│ │ │ ├── 📁 auth/
│ │ │ ├── 📁 docs/
│ │ │ ├── 📁 settings/
│ │ │ ├── 📄 layout.tsx
│ │ │ └── 📄 page.tsx
│ │ ├── 📁 components/ <span class="comment">// React components</span>
│ │ │ ├── 📄 ApiKeyManagement.tsx
│ │ │ ├── 📄 DashboardHome.tsx
│ │ │ ├── 📄 LoginForm.tsx
│ │ │ └── 📄 ... (15+ components)
│ │ ├── 📁 hooks/ <span class="comment">// Custom React hooks</span>
│ │ ├── 📁 lib/ <span class="comment">// Utility libraries</span>
│ │ ├── 📄 package.json
│ │ └── 📄 tsconfig.json
│ ├── 📄 API_DOCUMENTATION.md <span class="comment">// Complete API docs</span>
│ ├── 📄 README.md <span class="comment">// Main documentation</span>
│ └── 📄 *.bat, *.sh, *.ps1 <span class="comment">// Testing & setup scripts</span>
├── 📁 python-rag-api/ <span class="comment">// AI Content Moderation API</span>
│ ├── 📁 app/
│ │ ├── 📁 core/
│ │ │ └── 📄 config.py <span class="comment">// Environment configuration</span>
│ │ ├── 📁 endpoints/
│ │ │ └── 📄 moderation.py <span class="comment">// API endpoints</span>
│ │ ├── 📄 main.py <span class="comment">// FastAPI application</span>
│ │ ├── 📄 services.py <span class="comment">// Business logic</span>
│ │ └── 📄 schemas.py <span class="comment">// Pydantic models</span>
│ ├── 📁 chroma_db/ <span class="comment">// Vector database storage</span>
│ ├── 📄 requirements.txt <span class="comment">// Python dependencies</span>
│ ├── 📄 test_client.html <span class="comment">// HTML test interface</span>
│ └── 📄 README.md
├── 📁 docs/ <span class="comment">// Documentation Website</span>
│ ├── 📄 index.html <span class="comment">// Main documentation page</span>
│ ├── 📄 styles.css <span class="comment">// Dark theme styling</span>
│ └── 📄 script.js <span class="comment">// Interactive functionality</span>
└── 📄 COMPLETE_PROJECT_DOCUMENTATION.md <span class="comment">// Comprehensive guide</span></code></pre>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Technology Stack -->
<section class="section bg-dark">
<div class="container">
<h2 class="section-title">🛠️ Technology Stack</h2>
<div class="tech-grid">
<div class="tech-category">
<h3>Backend</h3>
<div class="tech-items">
<span class="tech-item">Node.js</span>
<span class="tech-item">Express.js</span>
<span class="tech-item">FastAPI</span>
<span class="tech-item">SQLite</span>
<span class="tech-item">ChromaDB</span>
<span class="tech-item">Google Gemini AI</span>
</div>
</div>
<div class="tech-category">
<h3>Frontend</h3>
<div class="tech-items">
<span class="tech-item">Next.js 15</span>
<span class="tech-item">React 19</span>
<span class="tech-item">TypeScript</span>
<span class="tech-item">Tailwind CSS 4</span>
<span class="tech-item">Heroicons</span>
</div>
</div>
<div class="tech-category">
<h3>Security</h3>
<div class="tech-items">
<span class="tech-item">JWT Tokens</span>
<span class="tech-item">SHA256 Hashing</span>
<span class="tech-item">API Key Auth</span>
<span class="tech-item">CORS</span>
<span class="tech-item">Environment Variables</span>
</div>
</div>
</div>
</div>
</section>
<!-- API Gateway Section -->
<section id="api-gateway" class="section">
<div class="container">
<h2 class="section-title">🌐 API Gateway & User Portal</h2>
<div class="project-details">
<div class="detail-card">
<h3>🔐 Authentication System</h3>
<ul>
<li><strong>User Registration/Login:</strong> Email validation and secure password handling</li>
<li><strong>JWT Token Management:</strong> 1-hour expiry with secure token tracking</li>
<li><strong>Password Security:</strong> SHA256 hashing with salt protection</li>
<li><strong>Token Revocation:</strong> Immediate invalidation on logout</li>
</ul>
</div>
<div class="detail-card">
<h3>🔑 API Key Management</h3>
<ul>
<li><strong>Secure Generation:</strong> 32-character hash with 'ak_' prefix</li>
<li><strong>User Limits:</strong> Maximum 3 API keys per user account</li>
<li><strong>Status Control:</strong> Active/inactive/revoked states</li>
<li><strong>Usage Tracking:</strong> Lifetime and monthly statistics</li>
</ul>
</div>
<div class="detail-card">
<h3>📊 Quota System</h3>
<ul>
<li><strong>Monthly Limits:</strong> 100 requests per API key per month</li>
<li><strong>Auto Reset:</strong> Automatic quota reset on first day of month</li>
<li><strong>Real-time Monitoring:</strong> Live usage updates and warnings</li>
<li><strong>Enforcement:</strong> HTTP 429 when quota exceeded</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Python API Section -->
<section id="python-api" class="section bg-dark">
<div class="container">
<h2 class="section-title">🐍 Python RAG API</h2>
<div class="project-details">
<div class="detail-card">
<h3>🤖 AI-Powered Moderation</h3>
<ul>
<li><strong>Google Gemini Integration:</strong> Advanced language model for content analysis</li>
<li><strong>Semantic Rule Matching:</strong> Vector similarity search for relevant rules</li>
<li><strong>Multi-Rule Evaluation:</strong> Comprehensive analysis against multiple policies</li>
<li><strong>Confidence Scoring:</strong> Detailed reasoning for moderation decisions</li>
</ul>
</div>
<div class="detail-card">
<h3>📚 Vector Database</h3>
<ul>
<li><strong>ChromaDB Integration:</strong> Efficient semantic search capabilities</li>
<li><strong>Rule Storage:</strong> Persistent storage with metadata and context</li>
<li><strong>Top-K Retrieval:</strong> Finds 5 most relevant rules per query</li>
<li><strong>Auto Initialization:</strong> Automatic database setup and management</li>
</ul>
</div>
<div class="detail-card">
<h3>🎯 Custom Rules</h3>
<ul>
<li><strong>User-Specific Rules:</strong> Organized by API key and user ID</li>
<li><strong>CRUD Operations:</strong> Complete rule lifecycle management</li>
<li><strong>Flexible Format:</strong> Support for complex, multi-paragraph policies</li>
<li><strong>Real-time Updates:</strong> No service restart required for rule changes</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Quick Start Section -->
<section id="quick-start" class="section">
<div class="container">
<h2 class="section-title">🚀 Quick Start Guide</h2>
<div class="quickstart-steps">
<div class="step">
<div class="step-number">1</div>
<div class="step-content">
<h3>Prerequisites</h3>
<div class="code-block">
<pre><code># Required Software
- Node.js (18.0+)
- npm or yarn
- Python (3.11+)</code></pre>
</div>
</div>
</div>
<div class="step">
<div class="step-number">2</div>
<div class="step-content">
<h3>Start API Gateway</h3>
<div class="code-block">
<pre><code># Backend (Node.js)
cd apigateway-v1/nodejs-backend
npm install
npm start
# Frontend (Next.js)
cd apigateway-v1/userportal
npm install
npm run dev</code></pre>
</div>
</div>
</div>
<div class="step">
<div class="step-number">3</div>
<div class="step-content">
<h3>Start Python RAG API</h3>
<div class="code-block">
<pre><code># Setup Environment
cd python-rag-api
python -m venv .venv
.venv\Scripts\activate # Windows
# Install & Configure
pip install -r requirements.txt
# Create .env with GEMINI_API_KEY
# Start Service
uvicorn app.main:app --reload</code></pre>
</div>
</div>
</div>
<div class="step">
<div class="step-number">4</div>
<div class="step-content">
<h3>Access Applications</h3>
<div class="access-links">
<a href="http://localhost:3000" class="access-link" target="_blank">
<span class="link-icon">🌐</span>
<span>User Portal</span>
<span class="link-url">localhost:3000</span>
</a>
<a href="http://localhost:8080/api/health" class="access-link" target="_blank">
<span class="link-icon">⚡</span>
<span>API Gateway</span>
<span class="link-url">localhost:8080</span>
</a>
<a href="http://127.0.0.1:8000/docs" class="access-link" target="_blank">
<span class="link-icon">🐍</span>
<span>Python API</span>
<span class="link-url">127.0.0.1:8000</span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- API Documentation Section -->
<section id="api-docs" class="section bg-dark">
<div class="container">
<h2 class="section-title">📚 API Documentation</h2>
<div class="api-sections">
<div class="api-section">
<h3>API Gateway Endpoints (Port 8080)</h3>
<div class="endpoint-grid">
<div class="endpoint-category">
<h4>Authentication</h4>
<div class="endpoint">
<span class="method post">POST</span>
<span class="path">/api/auth/register</span>
<span class="desc">User registration</span>
</div>
<div class="endpoint">
<span class="method post">POST</span>
<span class="path">/api/auth/login</span>
<span class="desc">User login</span>
</div>
<div class="endpoint">
<span class="method get">GET</span>
<span class="path">/api/auth/profile</span>
<span class="desc">User profile (protected)</span>
</div>
</div>
<div class="endpoint-category">
<h4>API Key Management</h4>
<div class="endpoint">
<span class="method post">POST</span>
<span class="path">/api/apikeys</span>
<span class="desc">Create API key</span>
</div>
<div class="endpoint">
<span class="method get">GET</span>
<span class="path">/api/apikeys</span>
<span class="desc">List user's keys</span>
</div>
<div class="endpoint">
<span class="method put">PUT</span>
<span class="path">/api/apikeys/{id}/status</span>
<span class="desc">Enable/disable key</span>
</div>
</div>
</div>
</div>
<div class="api-section">
<h3>Python RAG API Endpoints (Port 8000)</h3>
<div class="endpoint-grid">
<div class="endpoint-category">
<h4>Rule Management</h4>
<div class="endpoint">
<span class="method post">POST</span>
<span class="path">/add-rule/</span>
<span class="desc">Add moderation rule</span>
</div>
<div class="endpoint">
<span class="method get">GET</span>
<span class="path">/rules/{user_id}/{api_key}/</span>
<span class="desc">Get user's rules</span>
</div>
<div class="endpoint">
<span class="method delete">DELETE</span>
<span class="path">/delete-rule/{rule_id}/</span>
<span class="desc">Delete specific rule</span>
</div>
</div>
<div class="endpoint-category">
<h4>Content Moderation</h4>
<div class="endpoint">
<span class="method post">POST</span>
<span class="path">/moderate/</span>
<span class="desc">Moderate text content</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Use Cases Section -->
<section class="section">
<div class="container">
<h2 class="section-title">🎯 Use Cases</h2>
<div class="usecase-grid">
<div class="usecase-card">
<div class="usecase-icon">📱</div>
<h3>Social Media Platform</h3>
<p>AI-powered content moderation for user-generated content with custom community guidelines and real-time analysis.</p>
<div class="usecase-features">
<span class="feature-tag">Real-time Moderation</span>
<span class="feature-tag">Custom Rules</span>
<span class="feature-tag">Multi-language</span>
</div>
</div>
<div class="usecase-card">
<div class="usecase-icon">🏢</div>
<h3>Enterprise SaaS</h3>
<p>Multi-tenant content policy management with client isolation and environment-specific rule sets.</p>
<div class="usecase-features">
<span class="feature-tag">Client Isolation</span>
<span class="feature-tag">Environment Separation</span>
<span class="feature-tag">Compliance</span>
</div>
</div>
<div class="usecase-card">
<div class="usecase-icon">💻</div>
<h3>Developer Platform</h3>
<p>API key management with quota tracking and usage analytics for development teams.</p>
<div class="usecase-features">
<span class="feature-tag">Quota Management</span>
<span class="feature-tag">Team Access</span>
<span class="feature-tag">Analytics</span>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h4>Documentation</h4>
<ul>
<li><a href="#overview">Project Overview</a></li>
<li><a href="#architecture">System Architecture</a></li>
<li><a href="#quick-start">Quick Start Guide</a></li>
<li><a href="#api-docs">API Documentation</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Applications</h4>
<ul>
<li><a href="http://localhost:3000" target="_blank">User Portal</a></li>
<li><a href="http://localhost:8080/api/health" target="_blank">API Gateway</a></li>
<li><a href="http://127.0.0.1:8000/docs" target="_blank">Python API Docs</a></li>
<li><a href="http://127.0.0.1:8000/test_client.html" target="_blank">Test Interface</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Resources</h4>
<ul>
<li><a href="https://nodejs.org/" target="_blank">Node.js Downloads</a></li>
<li><a href="https://expressjs.com/" target="_blank">Express.js Documentation</a></li>
<li><a href="https://python.org/" target="_blank">Python Downloads</a></li>
<li><a href="https://nextjs.org/docs" target="_blank">Next.js Documentation</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Status</h4>
<div class="status-indicators">
<div class="status-item">
<span class="status-dot green"></span>
<span>Production Ready</span>
</div>
<div class="status-item">
<span class="status-dot blue"></span>
<span>Actively Maintained</span>
</div>
<div class="status-item">
<span class="status-dot purple"></span>
<span>Documentation Complete</span>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Moderato - Content Policy Platform. Documentation last updated: September 7, 2025</p>
</div>
</div>
</footer>
<!-- Back to Top Button -->
<button id="back-to-top" class="back-to-top" aria-label="Back to top">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="18,15 12,9 6,15"></polyline>
</svg>
</button>
<script src="script.js"></script>
</body>
</html>