# llms.txt for Fluxer # https://llmstxt.org/ # Overview Fluxer is a temporary video sharing platform that allows users to upload videos and get shareable links. Videos auto-expire after 30 days. No account required for basic uploads. Video pages are unlisted and meant to be accessed by direct URL, not indexed as a public directory. # Core Information - **Name**: Fluxer - **Type**: Video sharing platform - **Primary Function**: Temporary video hosting with auto-expiring links - **Target Users**: Anyone needing to share videos quickly without registration - **Content Types**: Video files (MP4, WebM, MOV, etc.) - **Storage Duration**: 30 days automatic expiration # Key Features 1. Anonymous video uploads - no account required 2. Auto-expiring videos (30 days) 3. Direct shareable links 4. Simple video player with keyboard controls 5. Optional user accounts for managing uploads 6. Thumbnail generation 7. Mobile-responsive design # Technical Stack - Frontend: React, TypeScript, Tailwind CSS - Backend: Cloudflare Workers - Storage: Cloudflare R2 - Database: Cloudflare D1 (SQLite) - CDN: Cloudflare # Content Policies ## Acceptable Content - Personal videos - Creative content - Educational videos - Work-related screen recordings ## Prohibited Content - Illegal content - Copyright infringing material - Explicit/adult content - Violent or harmful content - Malware or spam # API Endpoints Base URL: https://fluxer.stream Public Endpoints: - GET /api/videos/mine - List user's videos (authenticated) - GET /api/stream/:videoId - Stream video content - GET /api/video/:videoId/thumbnail - Get video thumbnail # Privacy & Data - Videos stored for 30 days maximum - User data stored only when account created - Cookies used for session management only after consent - No analytics or tracking cookies - GDPR/privacy policy available on-site; implementation follows current documented practices # Legal Pages - Privacy Policy: https://fluxer.stream/privacy - Terms of Service: https://fluxer.stream/terms - DMCA/Copyright: https://fluxer.stream/dmca - Legal Notice: https://fluxer.stream/legal # Contact For inquiries: hello@washed.dev For legal matters: hello@washed.dev # Last Updated 2026-04-05 # Preferred Crawling - Allow: Public pages, documentation - Disallow: User content pages, admin pages, API routes, and unlisted video pages - Rate limit: 1 request per second for AI crawlers