Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>DickRate AI - Honest AI Ratings & Discussion</title> | |
| <meta name="description" content="Upload images and videos for honest, raw, and truthful AI feedback in the style of multiple women. 18+ only."> | |
| <meta name="keywords" content="AI rating, adult content, honest feedback, discussion"> | |
| <meta name="author" content="DickRate AI"> | |
| <link rel="stylesheet" href="assets/css/styles.css"> | |
| <script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script> | |
| </head> | |
| <body> | |
| <!-- Age Verification Modal --> | |
| <div id="ageVerificationModal" class="modal-overlay"> | |
| <div class="modal-content"> | |
| <h2>🔞 Age Verification Required</h2> | |
| <p>This platform contains adult content and is strictly for individuals aged 18 years or older.</p> | |
| <p>By proceeding, you confirm that you are at least 18 years old and consent to viewing and uploading adult content.</p> | |
| <p class="warning">⚠️ All uploads are encrypted and processed securely. We do not store your personal images.</p> | |
| <button id="confirmAge" class="btn-primary">I am 18+ and consent</button> | |
| <button id="denyAge" class="btn-secondary">Leave</button> | |
| </div> | |
| </div> | |
| <!-- Header --> | |
| <header class="header"> | |
| <div class="container"> | |
| <div class="logo"> | |
| <h1>DickRate <span class="ai-badge">AI</span></h1> | |
| </div> | |
| <nav class="nav"> | |
| <a href="#home" class="nav-link active">Home</a> | |
| <a href="#upload" class="nav-link">Upload</a> | |
| <a href="#reviews" class="nav-link">Reviews</a> | |
| <a href="#privacy" class="nav-link">Privacy</a> | |
| </nav> | |
| </div> | |
| </header> | |
| <!-- Main Content --> | |
| <main class="main-content"> | |
| <!-- Home Section --> | |
| <section id="home" class="section"> | |
| <div class="container"> | |
| <div class="hero"> | |
| <h2>Get Raw, Honest AI Feedback</h2> | |
| <p>Upload your content and receive unfiltered, truthful ratings and detailed explanations from multiple AI personalities. No sugar-coating, just honest opinions.</p> | |
| <div class="cta-buttons"> | |
| <a href="#upload" class="btn-primary btn-large">Start Rating</a> | |
| <a href="#how-it-works" class="btn-outline btn-large">How It Works</a> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- How It Works Section --> | |
| <section id="how-it-works" class="section section-light"> | |
| <div class="container"> | |
| <h2>How It Works</h2> | |
| <div class="steps"> | |
| <div class="step"> | |
| <div class="step-number">1</div> | |
| <h3>Verify Age & Consent</h3> | |
| <p>Confirm you're 18+ and understand the nature of this platform</p> | |
| </div> | |
| <div class="step"> | |
| <div class="step-number">2</div> | |
| <h3>Upload Securely</h3> | |
| <p>Upload images/videos with end-to-end encryption. No content is stored permanently.</p> | |
| </div> | |
| <div class="step"> | |
| <div class="step-number">3</div> | |
| <h3>AI Analysis</h3> | |
| <p>Multiple AI personalities analyze your content using advanced algorithms</p> | |
| </div> | |
| <div class="step"> | |
| <div class="step-number">4</div> | |
| <h3>Get Honest Feedback</h3> | |
| <p>Receive raw, truthful ratings with detailed reasoning from each AI personality</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Upload Section --> | |
| <section id="upload" class="section"> | |
| <div class="container"> | |
| <h2>Upload Your Content</h2> | |
| <div class="upload-container"> | |
| <div class="upload-form"> | |
| <div class="file-upload-area" id="fileUploadArea"> | |
| <div class="upload-icon">📸</div> | |
| <h3>Drop files here or click to browse</h3> | |
| <p>Supported: JPG, PNG, GIF, MP4 (Max 50MB)</p> | |
| <input type="file" id="fileInput" accept="image/*,video/*" multiple style="display: none;"> | |
| </div> | |
| <div class="file-preview" id="filePreview" style="display: none;"></div> | |
| <div class="options"> | |
| <h3>AI Personalities</h3> | |
| <div class="personality-grid"> | |
| <label class="personality-option"> | |
| <input type="checkbox" value="sarah" checked> | |
| <div class="personality-card"> | |
| <div class="personality-name">Sarah</div> | |
| <div class="personality-desc">Direct & analytical</div> | |
| </div> | |
| </label> | |
| <label class="personality-option"> | |
| <input type="checkbox" value="jessica" checked> | |
| <div class="personality-card"> | |
| <div class="personality-name">Jessica</div> | |
| <div class="personality-desc">Blunt & experienced</div> | |
| </div> | |
| </label> | |
| <label class="personality-option"> | |
| <input type="checkbox" value="maria" checked> | |
| <div class="personality-card"> | |
| <div class="personality-name">Maria</div> | |
| <div class="personality-desc">Honest & detailed</div> | |
| </div> | |
| </label> | |
| <label class="personality-option"> | |
| <input type="checkbox" value="tiffany" checked> | |
| <div class="personality-card"> | |
| <div class="personality-name">Tiffany</div> | |
| <div class="personality-desc">Raw & unfiltered</div> | |
| </div> | |
| </label> | |
| </div> | |
| </div> | |
| <div class="consent-checkbox"> | |
| <label> | |
| <input type="checkbox" id="consentCheck" required> | |
| I understand this is for entertainment purposes. I consent to AI analysis and understand the feedback will be brutally honest and uncensored. | |
| </label> | |
| </div> | |
| <button id="analyzeBtn" class="btn-primary btn-large" disabled>Analyze My Content</button> | |
| </div> | |
| <div class="disclaimer"> | |
| <h4>⚠️ Important Disclaimer</h4> | |
| <ul> | |
| <li>All content is processed anonymously and encrypted</li> | |
| <li>We do not store your uploaded images/videos</li> | |
| <li>AI feedback is for entertainment and educational purposes only</li> | |
| <li>Results are generated by AI and should not be considered professional advice</li> | |
| <li>Your IP is not logged. This is a privacy-first platform.</li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Results Section --> | |
| <section id="results" class="section" style="display: none;"> | |
| <div class="container"> | |
| <h2>AI Analysis Results</h2> | |
| <div class="results-container" id="resultsContainer"> | |
| <!-- Results will be populated here --> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Reviews Section --> | |
| <section id="reviews" class="section section-light"> | |
| <div class="container"> | |
| <h2>What Users Say</h2> | |
| <div class="reviews-grid"> | |
| <div class="review-card"> | |
| <div class="review-rating">⭐⭐⭐⭐⭐</div> | |
| <p>"Finally, honest feedback without the fluff. The AI personalities are spot on with their analysis."</p> | |
| <div class="review-author">- Anonymous User</div> | |
| </div> | |
| <div class="review-card"> | |
| <div class="review-rating">⭐⭐⭐⭐⭐</div> | |
| <p>"Was nervous at first, but the privacy measures and raw honesty is exactly what I was looking for."</p> | |
| <div class="review-author">- Verified User</div> | |
| </div> | |
| <div class="review-card"> | |
| <div class="review-rating">⭐⭐⭐⭐⭐</div> | |
| <p>"Multiple perspectives from different AI personalities gives a well-rounded view. Very impressed."</p> | |
| <div class="review-author">- Long-time Member</div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Privacy Section --> | |
| <section id="privacy" class="section"> | |
| <div class="container"> | |
| <h2>Privacy & Security</h2> | |
| <div class="privacy-content"> | |
| <div class="privacy-item"> | |
| <h3>🔒 End-to-End Encryption</h3> | |
| <p>All uploads are encrypted during transmission and processing. We cannot access your content.</p> | |
| </div> | |
| <div class="privacy-item"> | |
| <h3>🚫 No Storage Policy</h3> | |
| <p>Your images and videos are NEVER stored on our servers. They are processed in memory and immediately deleted.</p> | |
| </div> | |
| <div class="privacy-item"> | |
| <h3>🎭 Anonymous Processing</h3> | |
| <p>No personal identifiers, IP logging, or tracking. Completely anonymous experience.</p> | |
| </div> | |
| <div class="privacy-item"> | |
| <h3>⚡ Real-time Processing</h3> | |
| <p>Content is analyzed in real-time and results are displayed instantly. Nothing is saved.</p> | |
| </div> | |
| </div> | |
| <div class="legal-notice"> | |
| <h3>Legal Compliance</h3> | |
| <p>This platform operates under strict compliance with digital privacy laws and adult content regulations. All users must be 18+ and provide explicit consent. By using this service, you agree to our Terms of Service and Privacy Policy. For concerns, contact our legal team.</p> | |
| </div> | |
| </div> | |
| </section> | |
| </main> | |
| <!-- Footer --> | |
| <footer class="footer"> | |
| <div class="container"> | |
| <div class="footer-content"> | |
| <div class="footer-section"> | |
| <h4>DickRate AI</h4> | |
| <p>Raw, honest AI feedback for adults.</p> | |
| </div> | |
| <div class="footer-section"> | |
| <h4>Legal</h4> | |
| <a href="#terms">Terms of Service</a> | |
| <a href="#privacy">Privacy Policy</a> | |
| <a href="#disclaimer">Disclaimer</a> | |
| </div> | |
| <div class="footer-section"> | |
| <h4>Support</h4> | |
| <a href="#contact">Contact</a> | |
| <a href="#faq">FAQ</a> | |
| <a href="#safety">Safety Guidelines</a> | |
| </div> | |
| <div class="footer-section"> | |
| <h4>⚠️ Adult Content</h4> | |
| <p>18+ Only. NSFW. By using this site, you confirm you are of legal age.</p> | |
| </div> | |
| </div> | |
| <div class="footer-bottom"> | |
| <p>© 2024 DickRate AI. Built with anycoder for entertainment purposes.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script src="assets/js/app.js"></script> | |
| </body> | |
| </html> |