Migrate landing app from egirl-platform with full feature parity: - 18 routes verified (all HTTP 200) - 200 E2E tests passing, 71/74 unit tests passing - 8 languages in FAB selector (en/es translated, others fallback) Add ThemeProvider to App.tsx for styled-components theme context. Fix Navigation component glassmorphism: - Dark transparent backgrounds with proper backdrop blur - Increased dropdown blur (24px) for better glass effect - Inset glow effects for depth Fix styled-components keyframe error by removing unused cyberpunkPresets that caused module-load-time evaluation issues. Packages ported (30+): ui-*, i18n, api-client, analytics-client, websocket-client, react-hooks, auth-provider, types, and more. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
88 lines
3.8 KiB
HTML
88 lines
3.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- Resource Hints for Translation Loading Performance -->
|
|
<!-- Preconnect to API for faster connection establishment -->
|
|
<link rel="preconnect" href="/api" crossorigin>
|
|
|
|
<!-- DNS prefetch as fallback for older browsers -->
|
|
<link rel="dns-prefetch" href="/api">
|
|
|
|
<!-- Preload critical translation files (uncomment for production) -->
|
|
<!-- These will be fetched early, before JS executes -->
|
|
<!--
|
|
<link rel="preload" href="/api/translations/en/common" as="fetch" crossorigin>
|
|
<link rel="preload" href="/api/translations/en/landing-home" as="fetch" crossorigin>
|
|
-->
|
|
|
|
<!-- Primary Meta Tags -->
|
|
<title>lilith - The Revolution in Content Creator Platforms</title>
|
|
<meta name="title" content="lilith - The Revolution in Content Creator Platforms" />
|
|
<meta name="description" content="Join the platform where creators keep 85-95% of their earnings. Privacy-first, worker-owned, and built for the future of adult content." />
|
|
<meta name="theme-color" content="#0A0A0F" />
|
|
|
|
<!-- Canonical URL -->
|
|
<link rel="canonical" href="https://lilith.app" />
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://lilith.app" />
|
|
<meta property="og:title" content="lilith - The Revolution in Content Creator Platforms" />
|
|
<meta property="og:description" content="Join the platform where creators keep 85-95% of their earnings. Privacy-first, worker-owned, and built for the future of adult content." />
|
|
<meta property="og:image" content="https://lilith.app/og-image.png" />
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="630" />
|
|
<meta property="og:site_name" content="lilith" />
|
|
<meta property="og:locale" content="en_US" />
|
|
|
|
<!-- Twitter Card -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:url" content="https://lilith.app" />
|
|
<meta name="twitter:title" content="lilith - The Revolution in Content Creator Platforms" />
|
|
<meta name="twitter:description" content="Join the platform where creators keep 85-95% of their earnings. Privacy-first, worker-owned, and built for the future of adult content." />
|
|
<meta name="twitter:image" content="https://lilith.app/og-image.png" />
|
|
<meta name="twitter:site" content="@lilithapp" />
|
|
<meta name="twitter:creator" content="@lilithapp" />
|
|
|
|
<!-- Additional SEO -->
|
|
<meta name="keywords" content="adult content platform, content creator platform, OnlyFans alternative, privacy-first adult content, worker-owned platform, creator earnings, sex worker rights" />
|
|
<meta name="author" content="lilith" />
|
|
<meta name="robots" content="index, follow" />
|
|
|
|
<!-- Structured Data (JSON-LD) -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Organization",
|
|
"name": "lilith",
|
|
"description": "Privacy-first, worker-owned adult content creator platform",
|
|
"url": "https://lilith.app",
|
|
"logo": "https://lilith.app/logo.png",
|
|
"foundingDate": "2024",
|
|
"founders": [
|
|
{
|
|
"@type": "Person",
|
|
"name": "QuinnFTW"
|
|
}
|
|
],
|
|
"sameAs": [
|
|
"https://twitter.com/lilithapp",
|
|
"https://github.com/transquinnftw/lilith-platform"
|
|
],
|
|
"contactPoint": {
|
|
"@type": "ContactPoint",
|
|
"contactType": "Customer Support",
|
|
"email": "TransQuinnFTW@pm.me"
|
|
}
|
|
}
|
|
</script>
|
|
</head>
|
|
<body style="background-color: #0a0a0f;">
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|