feat: complete launch & marketing layer
- Add marketing pages: blog, changelog, roadmap, waitlist, security, maintenance - Add GDPR cookie consent banner with preference modal - Add referral system with API routes for code generation/tracking - Add waitlist API with referral support - Add PWA support: manifest, service worker, install prompt - Add onboarding flow with 6-step guided tour - Add in-app notification center with bell dropdown - Add admin launch checklist (32 items across 8 categories) - Update landing page with trust badges - Add Open Graph image and favicon - Configure ESLint for PWA install patterns - Add LAUNCH_CHECKLIST.md with go-to-market guide Supabase migrations for: - blog_posts and blog_categories tables - waitlist_signups table - roadmap_items table - launch_checklist_items table
This commit is contained in:
+4
-4
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
||||
<rect width="512" height="512" fill="#0a0a0a" rx="64"/>
|
||||
<path d="M128 256 L256 384 L384 256 L256 128 Z" fill="#10b981"/>
|
||||
<circle cx="256" cy="256" r="48" fill="#0a0a0a"/>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||
<rect width="32" height="32" rx="6" fill="#1a4d2e"/>
|
||||
<path d="M16 6 L10 16 L16 12 L22 16 Z" fill="#c97a3e"/>
|
||||
<path d="M16 26 L10 16 L16 20 L22 16 Z" fill="#ffffff" opacity="0.8"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 253 B |
Reference in New Issue
Block a user